PJF_IND_COMPILED_SETS

PA_IND_COMPILED_SETS stores compiled set ID for an organization and burden rate schedule revision. This compiled set ID in turn may be used to get compiled burden rates for an organization and burden rate schedule revision. . .

Details

  • Schema: FUSION

  • Object owner: PJF

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

PJF_IND_COMPILED_SETS_PK

IND_RATE_SCH_REVISION_ID, IND_COMPILED_SET_ID, ORGANIZATION_ID, COST_BASE

Columns

Name Datatype Length Precision Not-null Comments
IND_COMPILED_SET_ID NUMBER 18 Yes The system-generated number that uniquely identifies the compiled set
IND_RATE_SCH_REVISION_ID NUMBER 18 Yes The identifier of the rate schedule revision which uses the compiled set
ORGANIZATION_ID NUMBER 18 Yes The identifier of the organization which uses the compiled set
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
STATUS VARCHAR2 1 Yes The status of the compiled set
COST_BASE VARCHAR2 30 Yes Cost Base Identifier
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.
COMPILED_MULTIPLIER_SUM NUMBER 22 Sum of a compiled multipliers for a cost base and organization. *****
RECOST_EXP_ITEMS VARCHAR2 1 Recost expenditure Items flag. Flag value Y Indicates recalculate burden cost on expenditure items is required. *****
RECOST_TP_ITEMS VARCHAR2 1 Recost cross charge Items flag. Flag value 'Y' Indicates recalculate burden cost on cross charge items is required. *****
RECOST_INV_ITEMS VARCHAR2 1 Recost invoice Items flag. Flag value 'Y' Indicates recalculate burden cost on invoice items is required. *****
RECOST_REV_ITEMS VARCHAR2 1 Recost revenue Items flag. Flag value 'Y' Indicates recalculate burden cost on erevenue items is required. *****

Foreign Keys

Table Foreign Table Foreign Key Column
PJF_IND_COMPILED_SETS pjf_irs_revisions IND_RATE_SCH_REVISION_ID

Indexes

Index Uniqueness Tablespace Columns Status
PJF_IND_COMPILED_SETS_N1 Non Unique Default IND_RATE_SCH_REVISION_ID, ORGANIZATION_ID, STATUS
PJF_IND_COMPILED_SETS_N2 Non Unique Default IND_RATE_SCH_REVISION_ID Obsolete
PJF_IND_COMPILED_SETS_N3 Non Unique Default IND_COMPILED_SET_ID
PJF_IND_COMPILED_SETS_N4 Non Unique Default IND_RATE_SCH_REVISION_ID, STATUS, IND_COMPILED_SET_ID
PJF_IND_COMPILED_SETS_N5 Non Unique Default IND_RATE_SCH_REVISION_ID, IND_COMPILED_SET_ID Obsolete
PJF_IND_COMPILED_SETS_N6 Non Unique Default IND_RATE_SCH_REVISION_ID, ORGANIZATION_ID, IND_COMPILED_SET_ID
PJF_IND_COMPILED_SETS_U1 Unique Default IND_RATE_SCH_REVISION_ID, IND_COMPILED_SET_ID, ORGANIZATION_ID, COST_BASE