PJF_COMP_OT_DEFAULTS_ALL
PJF_COMP_OT_DEFAULTS_ALL stores project and task defaults by operating unit for overtime entry in labor costing rule.
Details
-
Schema: FUSION
-
Object owner: PJF
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJF_COMP_OT_DEFAULTS_ALL_PK |
OVERTIME_DEFAULT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
COMP_RULE_SET_NAME | VARCHAR2 | 20 | Yes | The name of the labor costing rule for which the overtime defaults are defined. ***** | |
OVERTIME_DEFAULT_ID | NUMBER | 18 | Yes | The unique identifier of the overtime default. ***** | |
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. | |
PROJECT_ID | NUMBER | 18 | THE IDENTIFIER OF THE OVERTIME PROJECT THAT DEFAULTS UPON MANUAL ENTRY OF OVERTIME LABOR ITEMS FOR EMPLOYEES ASSIGNED TO THE COMPENSATION RULE | ||
TASK_ID | NUMBER | 18 | THE IDENTIFIER OF THE TASK THAT DEFAULTS UPON MANUAL ENTRY OF OVERTIME LABOR ITEMS FOR EMPLOYEES ASSIGNED TO THE COMPENSATION RULE | ||
ORG_ID | NUMBER | 18 | Yes | Indicates the identifier of the business unit associated to 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_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
PJF_COMP_OT_DEFAULTS_ALL | pjf_projects_all_b | PROJECT_ID |
PJF_COMP_OT_DEFAULTS_ALL | pjf_proj_elements_b | TASK_ID |
PJF_COMP_OT_DEFAULTS_ALL | pjf_comp_rule_sets | COMP_RULE_SET_NAME |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJF_COMP_OT_DEFAULTS_ALL_U1 | Unique | Default | COMP_RULE_SET_NAME, ORG_ID |
PJF_COMP_OT_DEFAULTS_ALL_U2 | Unique | Default | OVERTIME_DEFAULT_ID |