PJF_LABOR_OT_MULTIPLIERS
PJF_LABOR_OT_MULTIPLIERS stores multipliers that are used to determine premium hourly cost rates for overtime overtime expenditure items. PREMIUM COST RATE = (RAW COST RATE x LABOR COST MULTIPLIER) See the Overtime essay in the Oracle Projects User's Guide for more information about using labor cost multipliers to process overtime hours. . .
Details
-
Schema: FUSION
-
Object owner: PJF
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PJF_LABOR_OT_MULTIPLIERS_PK |
MULTIPLIER_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
MULTIPLIER_NAME | VARCHAR2 | 20 | Yes | Implementation-defined name that uniquely identifies the labor cost multiplier ***** | |
MULTIPLIER_ID | NUMBER | 18 | Yes | Implementation-defined id that uniquely identifies the labor cost multiplier ***** | |
START_DATE_ACTIVE | DATE | Yes | First effective date of the labor cost 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. | |
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_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
MULTIPLIER_NUM | NUMBER | 22 | Yes | The multiplier used to determine the cost of premium labor items ***** | |
END_DATE_ACTIVE | DATE | Last effective date of the labor cost multiplier | |||
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJF_LABOR_OT_MULTIPLIERS_U1 | Unique | Default | MULTIPLIER_ID |
PJF_LABOR_OT_MULTIPLIERS_U2 | Unique | Default | MULTIPLIER_NAME, START_DATE_ACTIVE |