PJC_PAYROLL_ELIGIBLE_ELEMENTS
Table containing the pay elements that will be imported from first party payroll integration.
Details
-
Schema: FUSION
-
Object owner: PJC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
PJC_PAYROLL_ELGBL_ELEMS_PK |
ELIGIBLE_ELEMENT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ELIGIBLE_ELEMENT_ID | NUMBER | 18 | Yes | Primary Key of table pjc_payroll_eligible_elements. | |
ELEMENT_TYPE_ID | NUMBER | 18 | Yes | Unique identifier of the pay element type. | |
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. | |
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. | ||
START_DATE_ACTIVE | DATE | Yes | Start date when the pay element will be imported from payroll. | ||
END_DATE_ACTIVE | DATE | End date when the pay element will be imported from payroll. | |||
COMMENTS | VARCHAR2 | 4000 | Open text field for customers to note information in relation to the object or changes made. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PJC_PAYROLL_ELGBL_ELEM_U1 | Unique | Default | ELIGIBLE_ELEMENT_ID |
PJC_PAYROLL_ELGBL_ELEM_U2 | Unique | Default | ELEMENT_TYPE_ID |