CST_OVERHEAD_RULE_DETAILS

This table stores Rates and their date range for each Overhead Rule.

Details

  • Schema: FUSION

  • Object owner: CST

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

CST_OVERHEAD_RULE_DETAILS_PK

RULE_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
RULE_ID NUMBER 18 Yes Generated unique identifier for overhead rules.
RULE_DETAIL_ID NUMBER 18 Yes Surrogate key and generated unique identifier for overhead rule details.
EFFECTIVE_START_DATE DATE Yes Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective.
EFFECTIVE_END_DATE DATE Yes Date Effective Entity: indicates the date at the end of the date range within which the row is effective.
VERSION_NUMBER NUMBER Yes The revision number for the overhead rule.
RATE NUMBER Yes User-entered overhead absorbtion rate.
POSTED_FLAG VARCHAR2 1 Posted Flag: C- Create, U-Update , P-Posted
DELETED_FLAG VARCHAR2 1 Deleted Flag : D - Deleted else null
PROCESSED_FLAG VARCHAR2 1 Indicates if the overhead rule is picked up for absorption of overheads for transactions. Possible values are: N - rule updated, W - rule is currently being processed, X - rule marked for delete, Y - rule marked as processed.
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.
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.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
CST_OVERHEAD_RULE_DETAILS cst_overhead_rules RULE_ID

Indexes

Index Uniqueness Tablespace Columns
CST_OVERHEAD_RULE_DETAILS_N1 Non Unique Default PROCESSED_FLAG
CST_OVERHEAD_RULE_DETAILS_N2 Non Unique Default RULE_ID
CST_OVERHEAD_RULE_DETAILS_PK Unique Default RULE_DETAIL_ID