CST_DEL_ONHAND_DETAILS

This table contains layer valuation costs at cost element level.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CST_DEL_ONHAND_DETAILS_PK

VAL_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
VAL_DETAIL_ID NUMBER 18 Yes Surrogate key identifying a unique record in this table.
PRIOR_VAL_DETAIL_ID NUMBER 18 Identifies the prior period valuation detail row.
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.
VAL_UNIT_ID NUMBER 18 Yes Single column FK. Indicates Valuation unit identifier for transaction
INVENTORY_ITEM_ID NUMBER 18 Yes Inventory Item Identifier for which the layer valuation is maintained
PERIOD_NAME VARCHAR2 15 Yes Period in which the valuation exists.
START_DATE DATE Yes Identifies the date of snapshot of On-hand Inventory and cost taken for OTBI usage
END_DATE DATE Yes Identifies the date effectivity. The information in the row is valid up to this date.
REC_TRXN_ID NUMBER 18 Yes Receipt transaction id for which the layer onhand is displayed. This can also contain the issue transaction id if the information is for a negative inventory depletion layer.
UOM_CODE VARCHAR2 3 Yes Unit of Measure of the quantities
UNIT_COST NUMBER Actual cost, if the valuation is for actual cost method.
COST_ELEMENT_ID NUMBER 18 Yes Cost Element associated with the costs and amounts.
STANDARD_COST NUMBER Standard cost, if the valuation is for standard cost method.
PERP_AVERAGE_COST NUMBER Perpetual Average cost, if the valuation is for perpetual average cost method.
CURRENCY_CODE VARCHAR2 30 Yes Identifies the currency of the transaction / cost.
COST_METHOD_CODE VARCHAR2 30 Yes The cost method code like PERPETUAL AVERAGE, FIFO.
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 Status
CST_DEL_ONHAND_DETAILS_N1 Non Unique FUSION_TS_TX_DATA LAST_UPDATE_DATE
CST_DEL_ONHAND_DETAILS_N2 Non Unique FUSION_TS_TX_DATA COST_ORG_ID, COST_BOOK_ID, PERIOD_NAME, VAL_UNIT_ID, INVENTORY_ITEM_ID, REC_TRXN_ID Obsolete
CST_DEL_ONHAND_DETAILS_N3 Non Unique FUSION_TS_TX_DATA REC_TRXN_ID, PERIOD_NAME, COST_ELEMENT_ID Obsolete
CST_DEL_ONHAND_DETAILS_N4 Non Unique FUSION_TS_TX_DATA COST_ORG_ID, COST_BOOK_ID, START_DATE
CST_DEL_ONHAND_DETAILS_N5 Non Unique FUSION_TS_TX_DATA END_DATE, COST_ORG_ID, COST_BOOK_ID, START_DATE
CST_DEL_ONHAND_DETAILS_N6 Non Unique FUSION_TS_TX_DATA VAL_UNIT_ID, INVENTORY_ITEM_ID, START_DATE
CST_DEL_ONHAND_DETAILS_N7 Non Unique FUSION_TS_TX_DATA REC_TRXN_ID, START_DATE, COST_ELEMENT_ID
CST_DEL_ONHAND_DETAILS_U1 Unique FUSION_TS_TX_DATA VAL_DETAIL_ID