Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


The setup of products and sub products is done by adding entries to the OD_PRODUCT_MASTER_MB table. This need not have to be a table. Instead it can be a view that aggregates dynamic setup done in the underlying system.
The definition of this Object in the Canvas schema is provided in the following table:

Column Name

  M / O

Type

Purpose

OD_HOST_ID

   M

String

A unique ID with which this product can be categorized against a host.

OD_HOST_PRODUCT_CODE

   M

String

This is the product code under which the host system respects this product.

OD_HOST_SUBPROD_CODE

   M

String

This is the sub product code under which the host system identifies this sub product.

OD_PRODUCT_TYPE

   M

String

This is used for categorizing this product / sub product offering.

OD_PRODUCT_CODE

   M

String(10)

This is the product code that is recognized by Canvas and is used as part of its internal storage of profiles, etc.

OD_PRODUCT_DESC

   M

String

This is a column provided to the developer for storing any meaningful comment for quick identification of this product.

OD_SUBPROD_CODE

   M

String

This is the sub product under the provided product that is to be used. This is the code that is recognized by Canvas and is used as part of its internal storage of profiles, etc.

OD_SUBPROD_DESC

M

String

This is a column provided to the developer for storing any meaningful comment for quick identification of this sub product.

OD_PRODUCT_DEFN

O

String

One more categorization provided for the product.

OD_PRODUCT_CATEGORY

O

String

Another categorization option provided for the product. The possible values used are as follows:

  • FO – Used for end user facing application
  • BO – Used for bank user facing application

...