PJF_COST_BASE_COST_CODES
PA_COST_BASE_COST_CODES stores relationships between cost bases and burden cost codes. These relationships define which burden cost codes are included in a cost base.
Details
-
Schema: FUSION
-
Object owner: PJF
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJF_COST_BASE_COST_CODES_PK |
COST_BASE_COST_CODE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
COST_BASE_COST_CODE_ID | NUMBER | 18 | Yes | The system-generated number that uniquely identifies the cost base and burden cost code | |
IND_STRUCTURE_NAME | VARCHAR2 | 30 | Yes | The name of the burden structure ***** | |
COST_BASE | VARCHAR2 | 30 | Yes | The name of the cost base | |
COST_BASE_TYPE | VARCHAR2 | 30 | Yes | The type of the cost base | |
IND_COST_CODE | VARCHAR2 | 30 | Yes | The name of the burden cost code which is based on the cost base | |
PRECEDENCE | NUMBER | 18 | Yes | The build-up precedence of the burden cost code within the cost base | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
PJF_COST_BASE_COST_CODES | pjf_cost_bases | COST_BASE, COST_BASE_TYPE |
pjf_compiled_multipliers | pjf_cost_base_cost_codes | COST_BASE_COST_CODE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJF_COST_BASE_COST_CODES_U1 | Unique | Default | COST_BASE_COST_CODE_ID |
PJF_COST_BASE_COST_CODES_U2 | Unique | Default | IND_STRUCTURE_NAME, COST_BASE, COST_BASE_TYPE, IND_COST_CODE |