CST_STD_OH_ABSORPTION_RULES

This table stores overhead absorption rules definition for standard cost method only.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

CST_STD_OH_ABSORPTION_RULES_PK

RULE_ID

Columns

Name Datatype Length Precision Not-null Comments
RULE_ID NUMBER 18 Yes This column indicates unique identifier assigned to each standard cost overhead absorption rule defined.
TRANSACTION_GROUP_ID NUMBER 18 Yes This column indicates transaction group identifier on which standard cost overhead absorption rule is defined - Values from Fnd lookup CST_TRANSACTION_GROUPS.
TRANSACTION_TYPE_ID NUMBER 18 This column indicates Transaction Type Identifier on which the standard cost overhead absorption rule is defined. Values correspond to transaction groups in CST_TRANSACTION_GROUPS table.
ABSORPTION_FLAG VARCHAR2 1 Yes This column identifies whether to absorb or not absorb the overhead for a transaction group and transaction type combination. Valid values are Y/N. 'Y'-Absorb Overheads, 'N'- Do not Absorb Overheads.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
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_STD_OH_ABSORPTION_RULES_U1 Unique Default RULE_ID
CST_STD_OH_ABSORPTION_RULES_U2 Unique Default TRANSACTION_GROUP_ID, TRANSACTION_TYPE_ID