MKT_IMP_TRMT_ITEM_ASSOC

This interface table store staging data for the treatment-product associations. The data gets populated into MKT_TM_TRMT_ITEM_ASSOC table.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

MKT_IMP_TRMT_ITEM_ASSOC_PK

BATCH_ID, INTERFACE_ROW_ID

Columns

Name Datatype Length Precision Not-null Comments Status
BATCH_ID NUMBER 18 Yes Primary Key - Identifier that groups data into a batch. Active
INTERFACE_ROW_ID NUMBER 18 Yes Primary Key - Used to link with rows in the error table. Active
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. Active
IMPORT_STATUS_CODE VARCHAR2 30 Indicates the status of the record to be processed. Active
ACTION_CODE VARCHAR2 30 Indicates the operation to be performed on a row, such as Insert, Update, etc. Active
FILE_RECORD_NUM NUMBER 10 File Record Number. Record indicator in the File.
TREATMENT_ID NUMBER 18 Treatement Id. Fusion id of the treatment. Active
TRMT_EXT_REF VARCHAR2 64 Treatment External Reference. Stores the unique identifier of the treatment in the source system. Active
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. Active
INVENTORY_ITEM_ID NUMBER 18 Fusion id of the inventory item Active
INV_ITEM_ORIG_SYS VARCHAR2 30 This pertains to the original system of the Inventory Item. Active
INV_ITEM_ORIG_SYS_REF VARCHAR2 255 Stores the unique identifier for Inventory Item in the source system. Active
INV_ORG_ID NUMBER 18 Inventory Org Id. Fusion id of the inventory org. Active
PROD_GROUP_ID NUMBER 18 Product Group Id. Fusion id of the product group. Active
PROD_GROUP_EXT_REF VARCHAR2 150 Product group external reference. Stores the unique identifier of the product group in the source system. Active
PROD_GROUP_INTERNAL_NAME VARCHAR2 250 Product Group Internal Name. Unique identifier in the source system. Active
PRIMARY_FLAG VARCHAR2 1 Primary flag indicating if this is the primary product associated with the treatment Active
QUANTITY NUMBER The field Quantity is, the quantity of the product. Active
UOM_CODE VARCHAR2 3 Unit of measure code for the product Active
ESTIMATED_UNIT_PRICE NUMBER Estimated unit price for the product Active
CURRENCY_CODE VARCHAR2 15 Currency Code. Currency code for the product. Active
PROD_ASSOC_ID NUMBER 18 Fusion id of the treatment-product association Active
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row. Active
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row. Active
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row. Active
LAST_UPDATE_DATE TIMESTAMP Who column: indicates the date and time of the last update of the row. Active
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row. Active

Indexes

Index Uniqueness Tablespace Columns Status
MKT_IMP_TRMT_ITEM_ASSOC_PK Unique FUSION_TS_TX_IDX BATCH_ID, INTERFACE_ROW_ID Active