MKT_RM_RESP_ITEM_ASSOC

This table stores references to the product or product groups associated with a marketing response.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

MKT_RM_RESP_ITEM_ASSOC_PK

PROD_ASSOC_ID

Columns

Name Datatype Length Precision Not-null Comments
PROD_ASSOC_ID NUMBER 18 Yes Product Association id. Primary key.
AMOUNT NUMBER Amount for Products
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
RESPONSE_ID NUMBER 18 Yes Response id.
INVENTORY_ITEM_ID NUMBER 18 Item id.
PRIMARY_FLAG VARCHAR2 1 Primary flag.
INV_ORG_ID NUMBER 18 Inventory organization id.
PROD_GROUP_ID NUMBER 18 Product group id.
QUANTITY NUMBER Product Quantity
UOM_CODE VARCHAR2 3 Unit of measure code for product
ESTIMATED_UNIT_PRICE NUMBER Estimated Unit Price for the product
CURRENCY_CODE VARCHAR2 15 Currency code for the product
CONV_CURR_CODE VARCHAR2 30 Conversion Currency Code. Stores the CRM Corporate Currency Code used for conversion.
CONV_RATE_TYPE VARCHAR2 30 Conversion Rate Type. Stores the rate type for deriving the exchange rate which will be used to convert user entered currency into CRM corporate currency .
CONV_EXCHANGE_RATE NUMBER Conversion Exchange Rate. Stores the currency exchange rate used for converting the user entered currency into CRM corporate currency.

Foreign Keys

Table Foreign Table Foreign Key Column
MKT_RM_RESP_ITEM_ASSOC egp_item_org_associations INVENTORY_ITEM_ID, INV_ORG_ID
MKT_RM_RESP_ITEM_ASSOC mkt_rm_responses PROD_ASSOC_ID

Indexes

Index Uniqueness Tablespace Columns
MKT_RM_RESP_ITEM_ASSOC_F1 Non Unique Default RESPONSE_ID
MKT_RM_RESP_ITEM_ASSOC_F2 Non Unique Default INVENTORY_ITEM_ID, INV_ORG_ID
MKT_RM_RESP_ITEM_ASSOC_F3 Non Unique Default PROD_GROUP_ID
MKT_RM_RESP_ITEM_ASSOC_N1 Non Unique Default LAST_UPDATE_DATE
MKT_RM_RESP_ITEM_ASSOC_PK Unique Default PROD_ASSOC_ID