PJF_ORG_COST_SCH_RULES

PJF_ORG_COST_SCH_RULES stores labor and nonlabor costing rules and rate schedule assignments for organizations.

Details

  • Schema: FUSION

  • Object owner: PJF

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

PJF_ORG_COST_SCH_RULES_PK

ORG_SCHEDULE_RULE_ID

Columns

Name Datatype Length Precision Not-null Comments
ORG_SCHEDULE_RULE_ID NUMBER 18 Yes The identifier of the organization costing rule. *****
ORGANIZATION_ID NUMBER 18 The identifier of the expenditure organization. *****
ORG_ID NUMBER 18 Indicates the identifier of the business unit associated to the row.
SCHEDULE_TYPE VARCHAR2 30 Yes The type of cost rate schedule. *****
COMP_RULE_SET_NAME VARCHAR2 20 The name of the labor costing rule. *****
RATE_SCHEDULE_ID NUMBER 18 The identifier of the cost rate schedule. *****
FORECAST_RATE_SCHEDULE_ID NUMBER 18 The identifier of the forecast rate schedule. *****
OVERTIME_PROJECT_ID NUMBER 18 The identifier of the overtime project. *****
OVERTIME_TASK_ID NUMBER 18 The identifier of the overtime task. *****
START_DATE_ACTIVE DATE Yes START_DATE_ACTIVE *****
END_DATE_ACTIVE DATE END_DATE_ACTIVE *****
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_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.
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_ORG_COST_SCH_RULES pjf_comp_rule_sets COMP_RULE_SET_NAME
PJF_ORG_COST_SCH_RULES pjf_rate_schedules_b RATE_SCHEDULE_ID

Indexes

Index Uniqueness Tablespace Columns
PJF_ORG_COST_SCH_RULES_N1 Non Unique Default ORGANIZATION_ID, ORG_ID, SCHEDULE_TYPE, END_DATE_ACTIVE, START_DATE_ACTIVE
PJF_ORG_COST_SCH_RULES_N2 Non Unique Default RATE_SCHEDULE_ID, FORECAST_RATE_SCHEDULE_ID, COMP_RULE_SET_NAME
PJF_ORG_COST_SCH_RULES_U1 Unique Default ORG_SCHEDULE_RULE_ID