CST_INV_TRANSACTION_STATUS

The table stores the status of an inventory transaction at a cost org and cost book level and tracks whether or not a cost transaction has been created for it.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CST_INV_TRANSACTION_STATUS_PK

COST_ORG_ID, COST_BOOK_ID, CST_INV_TRANSACTION_ID

Columns

Name Datatype Length Precision Not-null Comments
CST_INV_TRANSACTION_ID NUMBER 18 Yes Single column FK: Identifies the inventory transaction within the costing system.
COST_ORG_ID NUMBER 18 Yes Single column FK: Identifies the Cost Organization associated with the inventory organization.
COST_BOOK_ID NUMBER 18 Yes Single column FK: Identifies the Cost Book assigned to the Cost Organization.
TRANSACTION_DATE TIMESTAMP Yes The date when this transaction happened.
INVENTORY_ITEM_ID NUMBER 18 Identifies the item associated to the transaction.
TXN_GROUP_ID NUMBER 18 A sequence generated identifier used to group transactions during processing.
POSTED_FLAG VARCHAR2 5 The flag specifies whether or not a cost transaction has been created for an inventory transaction. The flag as two values N - Not yet posted E - Error Null - Posted
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
CST_INV_TRANSACTION_STATUS_N1 Non Unique Default COST_ORG_ID, COST_BOOK_ID, TRANSACTION_DATE
CST_INV_TRANSACTION_STATUS_N2 Non Unique Default CST_INV_TRANSACTION_ID
CST_INV_TRANSACTION_STATUS_N3 Non Unique Default TXN_GROUP_ID
CST_INV_TRANSACTION_STATUS_N4 Non Unique DEFAULT POSTED_FLAG, INVENTORY_ITEM_ID
CST_INV_TRANSACTION_STATUS_PK Unique Default COST_ORG_ID, COST_BOOK_ID, CST_INV_TRANSACTION_ID