PJF_ORG_COST_SCH_RULE_F
PJF_ORG_COST_SCH_RULE_F 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_RULE_F_PK |
ORG_SCHEDULE_RULE_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE |
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 organization that uses the assigned costing rule and rate schedule. | ||
ORG_ID | NUMBER | 18 | Indicates the identifier of the business unit associated to the row. | ||
SCHEDULE_TYPE | VARCHAR2 | 30 | 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 project to which the system generated Overtime items are charged | ||
OVERTIME_TASK_ID | NUMBER | 18 | The task to which the system generated Overtime items are charged | ||
EFFECTIVE_START_DATE | DATE | Yes | Date Effective Entity: indicates the date at the beginning of the date range within which the row is effective. | ||
EFFECTIVE_END_DATE | DATE | Yes | Date Effective Entity: indicates the date at the end of the date range within which the row is effective. | ||
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_RULE_F | pjf_rate_schedules_b | RATE_SCHEDULE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJF_ORG_COST_SCH_RULE_F_N1 | Non Unique | Default | ORGANIZATION_ID, ORG_ID, SCHEDULE_TYPE, EFFECTIVE_END_DATE, EFFECTIVE_START_DATE |
PJF_ORG_COST_SCH_RULE_F_N2 | Non Unique | Default | RATE_SCHEDULE_ID, FORECAST_RATE_SCHEDULE_ID, COMP_RULE_SET_NAME |
PJF_ORG_COST_SCH_RULE_F_U1 | Unique | Default | ORG_SCHEDULE_RULE_ID, EFFECTIVE_START_DATE, EFFECTIVE_END_DATE |