CST_STD_OVERHEAD_RATE_DETAILS
This table contains the standard overhead rate details at cost element and expense pool level.
Details
-
Schema: FUSION
-
Object owner: CST
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
CST_STD_OH_RATE_DETAILS_PK |
STD_OVERHEAD_RATE_DETAIL_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
STD_OVERHEAD_RATE_DETAIL_ID | NUMBER | 18 | Yes | Surrogate key and generated unique identifier for overhead rate details. | |
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. | |
STD_OVERHEAD_RATE_ID | NUMBER | 18 | Yes | Generated unique identifier for overhead rates. | |
COST_ELEMENT_ID | NUMBER | 18 | Yes | Identifies the cost element of the overhead rate details. | |
EXPENSE_POOL_ID | NUMBER | 18 | Yes | Identifies the expense pool of the overhead rate details. | |
ABSORPTION_TYPE | VARCHAR2 | 30 | Identifies the absorption type of the overhead rate details. | ||
UNIT_RATE | NUMBER | Yes | Indicates the unit rate for the cost component in overhead rate currency. | ||
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. | ||
CREATION_SOURCE | VARCHAR2 | 11 | Indicates the source which created the record. | ||
LAST_UPDATION_SOURCE | VARCHAR2 | 11 | Indicates the source which last updated the record. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
CST_STD_OH_RATE_DETAILS_PK | Unique | FUSION_TS_TX_IDX | STD_OVERHEAD_RATE_DETAIL_ID |
CST_STD_OH_RATE_DETAILS_U1 | Unique | FUSION_TS_TX_IDX | STD_OVERHEAD_RATE_ID, COST_ELEMENT_ID, EXPENSE_POOL_ID |