CST_ACCT_INTRANSIT_DAILY

Persisted accounted intransit valuation data for BI Analytics use

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CST_ACCT_INTRANSIT_DAILY_PK

PK_INDEX

Columns

Name Datatype Length Precision Not-null Comments
PK_INDEX VARCHAR2 256 Yes PK_INDEX
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.
BUSINESS_UNIT_ID NUMBER 18 Yes Business Unit Id of the Inventory Organization
INVENTORY_ITEM_ID NUMBER 18 Yes Inventory Item Identifier
INVENTORY_ORG_ID NUMBER 18 Yes Indicates The Inventory Org To Which The Item Belongs
SUBINVENTORY_CODE VARCHAR2 10 The subinventory code where the item is stored
LOCATOR_ID NUMBER 18 Inventory locator identifier
TRANSFER_INVENTORY_ORG_ID NUMBER 18 Transfer opposing inventory organization id
TRANSFER_SUBINVENTORY_CODE VARCHAR2 10 Subinventory name for the other leg of transfer transaction
TRANSFER_LOCATOR_ID NUMBER 18 Inventory location identifier for the other leg of transfer transaction
FOB_POINT NUMBER 1 Indicates the Free on board point and determines the point of transfer of liability/ownership. It is 1 for SHIPMENT and 2 for RECEIPT
CURRENCY_CODE VARCHAR2 30 Yes Identifies the currency of the transaction / cost.
TRANSFER_COST_ORG_ID NUMBER 18 Cost Organization identifier associated with Inventory organization of the other leg of transfer transaction
TRANSFER_BOOK_ID NUMBER 18 Cost Book to be used for processing transfer transaction
AMOUNT NUMBER Amount onhand
SNAPSHOT_DATE DATE Accounted Snapshot Date
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.
EFF_TO_DATE DATE Identifies the date effectivity. The information in the row is valid upto this date.
QUANTITY NUMBER QUANTITY
UOM VARCHAR2 3 UOM

Indexes

Index Uniqueness Tablespace Columns
CST_ACCT_INTRANSIT_DAILY_PK Unique FUSION_TS_TX_DATA PK_INDEX
CST_ACCT_INTRANSIT_DAILY_U1 Unique FUSION_TS_TX_DATA COST_ORG_ID, COST_BOOK_ID, INVENTORY_ITEM_ID, INVENTORY_ORG_ID, SUBINVENTORY_CODE, LOCATOR_ID, TRANSFER_INVENTORY_ORG_ID, TRANSFER_SUBINVENTORY_CODE, TRANSFER_LOCATOR_ID, FOB_POINT, TRANSFER_COST_ORG_ID, TRANSFER_BOOK_ID, SNAPSHOT_DATE