PJF_COST_BASE_EXP_TYPES

PA_COST_BASE_EXP_TYPES stores relationships between cost bases and expenditure types.

Details

  • Schema: FUSION

  • Object owner: PJF

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

PJF_COST_BASE_EXP_TYPES_PK

CB_EXP_TYPE_ID

Columns

Name Datatype Length Precision Not-null Comments
CB_EXP_TYPE_ID NUMBER 18 Yes CB_EXP_TYPE_ID
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
EXPENDITURE_TYPE_ID NUMBER 18 Yes The name of the expenditure type that is based on 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_EXP_TYPES pjf_cost_bases COST_BASE, COST_BASE_TYPE
PJF_COST_BASE_EXP_TYPES pjf_exp_types_b EXPENDITURE_TYPE_ID

Indexes

Index Uniqueness Tablespace Columns
PJF_COST_BASE_EXP_TYPES_N1 Non Unique Default EXPENDITURE_TYPE_ID, COST_BASE_TYPE
PJF_COST_BASE_EXP_TYPES_U1 Unique Default CB_EXP_TYPE_ID
PJF_COST_BASE_EXP_TYPES_U2 Unique Default IND_STRUCTURE_NAME, COST_BASE, COST_BASE_TYPE, EXPENDITURE_TYPE_ID