CST_COST_ORG_ITEM_VU_VALUES
This table stores the cached values at cost organization, cost book, item and valuation unit level as derived in a previous cost processor run. These are used to quickly identify the values to be used in next jobs.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: DEFAULT
Primary Key
Name | Columns |
---|---|
CST_COST_ORG_ITEM_VU_VALUES_PK |
COST_ORG_ID, COST_BOOK_ID, VAL_UNIT_ID, INVENTORY_ITEM_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
COST_ORG_ID | NUMBER | 18 | Yes | Identifies the cost organization associated with the inventory organization. | |
COST_BOOK_ID | NUMBER | 18 | Yes | Identifies the cost book assigned to the cost organization. | |
VAL_UNIT_ID | NUMBER | 18 | Yes | Identifies the valuation unit associated with the costing transaction. | |
INVENTORY_ITEM_ID | NUMBER | 18 | Yes | Identifies the item associated with the costing transaction. | |
FIRST_REC_TRXN_ID | NUMBER | 18 | Identifies the first actual cost receipt transaction that has cost and onhand. | ||
LAST_REC_TRXN_ID | NUMBER | 18 | Identifies the last actual cost receipt transaction that has cost. | ||
FIRST_COST_DATE | TIMESTAMP | Identifies the first actual cost receipt transaction's cost date that has cost and onhand. | |||
LAST_COST_DATE | TIMESTAMP | Identifies the last actual cost receipt transaction's cost date that has cost. | |||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CST_COST_ORG_ITEM_VU_VALUES_U1 | Unique | Default | COST_ORG_ID, COST_BOOK_ID, VAL_UNIT_ID, INVENTORY_ITEM_ID |