MSC_BM_IAP

table stores the latest date that item was run from either baseline or inline refresh.

Details

  • Schema: FUSION

  • Object owner: MSC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

MSC_BM_IAP_PK

INVENTORY_KEY, PARTITION_KEY

Columns

Name Datatype Length Not-null Comments
LATEST_UPDATE TIMESTAMP Yes Field indicates the latest update of the item
INVENTORY_KEY VARCHAR2 32 Yes Field indicates identifier for inventory key
PARTITION_KEY NUMBER Yes Key column used for exchange partitioning
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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
LATEST_ATP_RULE_UPDATE TIMESTAMP Field indicates when ATP rule is updated for the item/org
ATP_RULE_ID NUMBER Field indicates atp rule id for item/org combination.
ATP_ASSIGNMENT_TYPE NUMBER Field indicates the atp rule assignment type for item/org

Indexes

Index Uniqueness Tablespace Columns
MSC_BM_IAP_U1 Unique FUSION_TS_TX_DATA INVENTORY_KEY, PARTITION_KEY