MKT_IMP_RESP_PRODUCT_T

This is an interface table containing response products data used and corresponds to the response items table.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: FUSION_TS_INTERFACE

Primary Key

Name Columns

MKT_IMP_RESP_PRODUCT_T_PK

PRODUCT_T_ID

Columns

Name Datatype Length Precision Not-null Comments Status
PRODUCT_T_ID NUMBER 18 Yes Primary key
RESP_ORIG_SYSTEM VARCHAR2 30 Original system id
RESP_ORIG_SYSTEM_REFERENCE VARCHAR2 240 Original system reference
IMPORT_JOB_ID NUMBER 18 Import job id
BATCH_ID NUMBER 18 Yes Job batch id
ACTION_CODE VARCHAR2 30 Indicates the operation to be performed on a row, such as Insert, Update etc.
PROD_ASSOC_ID NUMBER 18 Product association id
PRODUCT_NAME VARCHAR2 100 Product name
VENDOR_NAME VARCHAR2 100 Product vendor name
INV_ORG_ID NUMBER 18 Ref to MKT_RM_RESP_ITEMS_ASSOC.INV_ORG_ID
PRODUCT_GROUP_ID NUMBER 18 Ref to MKT_RM_RESP_ITEMS_ASSOC.PRODUCT_GROUP_ID
ITEM_ID NUMBER 18 Ref to MKT_RM_RESP_ITEMS_ASSOC.ITEM_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
ACTION_FLAG VARCHAR2 1 Indicates the action of "insert" or "update" Obsolete
VALID_FLAG VARCHAR2 1 Validate if the product exists
STATUS_FLAG VARCHAR2 1 Indicates the status of record imported
ERROR_MESSAGE VARCHAR2 250 Import error message
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 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.
FILE_RECORD_NUM NUMBER 10 File record indicator in file
INTERFACE_ROW_ID NUMBER 18 Used to link this record with the error record
IMPORT_STATUS_CODE VARCHAR2 30 import status for the record
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
CONV_CURR_CODE VARCHAR2 30 Conversion Currency Code. Stores the CRM Corporate currency code for conversion.
CONV_EXCHANGE_RATE NUMBER Conversion Exchange Rate. Stores the currency exchange rate used for converting the user entered currency into CRM corporate currency.
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.

Indexes

Index Uniqueness Tablespace Columns
MKT_IMP_RESP_PRODUCT_T_FK1 Non Unique Default BATCH_ID, RESP_ORIG_SYSTEM, RESP_ORIG_SYSTEM_REFERENCE
MKT_IMP_RESP_PRODUCT_T_PK Unique Default PRODUCT_T_ID