PJF_COST_BASES

PJF_COST_BASES stores implementation-defined groupings of expenditure types. A cost base may be used for allocating burden costs to raw costs, calculating fees, or other purposes.

Details

  • Schema: FUSION

  • Object owner: PJF

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

PJF_COST_BASES_PK

COST_BASE_ID

Columns

Name Datatype Length Precision Not-null Comments
COST_BASE VARCHAR2 30 Yes The implementation-defined name that groups expenditure types and burden cost codes
COST_BASE_ID NUMBER 18 Yes COST_BASE_ID
COST_BASE_TYPE VARCHAR2 30 Yes The type of the cost base
START_DATE_ACTIVE DATE Yes First effective date of the cost base
END_DATE_ACTIVE DATE Last effective date of the cost base
REPORT_SORT_ORDER NUMBER 18 Yes The cost base display sequence on the report
DESCRIPTION VARCHAR2 250 The description of 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_cost_base_exp_types pjf_cost_bases COST_BASE, COST_BASE_TYPE

Indexes

Index Uniqueness Tablespace Columns
PJF_COST_BASES_U1 Unique Default COST_BASE_ID
PJF_COST_BASES_U2 Unique Default COST_BASE, COST_BASE_TYPE