PJF_IND_COST_MULTIPLIERS

PA_IND_COST_MULTIPLIERS stores the burden cost multipliers or a burden schedule revision to be applied to direct (raw) costs. In additive cost plus structures, they are applied without any order or precedence. In precedence cost plus structures, they are applied in a order and are used to build up a precedence of burdened costs. . .

Details

  • Schema: FUSION

  • Object owner: PJF

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

PJF_IND_COST_MULTIPLIERS_PK

IND_COST_MULTIPLIER_ID

Columns

Name Datatype Length Precision Not-null Comments
IND_RATE_SCH_REVISION_ID NUMBER 18 Yes The identifier of the burden schedule revision that uses the burden multiplier
IND_COST_MULTIPLIER_ID NUMBER 18 Yes IND_COST_MULTIPLIER_ID *****
ORGANIZATION_ID NUMBER 18 Yes The identifier of the organization that uses the burden multiplier
IND_COST_CODE VARCHAR2 30 Yes The identifier of the burden cost code that uses the burden multiplier
MULTIPLIER_NUM NUMBER 22 Yes The amount of the burden multiplier *****
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.
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_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
READY_TO_COMPILE_FLAG VARCHAR2 1 Flag to indicate that cost multiplier s are ready for compilation
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_IND_COST_MULTIPLIERS pjf_irs_revisions IND_RATE_SCH_REVISION_ID

Indexes

Index Uniqueness Tablespace Columns
PJF_IND_COST_MULTIPLIERS_N1 Non Unique Default IND_RATE_SCH_REVISION_ID, ORGANIZATION_ID, IND_COST_CODE
PJF_IND_COST_MULTIPLIERS_U1 Unique Default IND_COST_MULTIPLIER_ID