ANC_PER_ACCRUAL_ENTRIES_
This table holds information of the person accruals balances.
Details
-
Schema: FUSION
-
Object owner: ANC
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
ANC_PER_ACCRUAL_ENTRIES_PK_ |
LAST_UPDATE_DATE, LAST_UPDATED_BY, PER_ACCRUAL_ENTRY_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| PER_ACCRUAL_ENTRY_ID | NUMBER | 18 | Yes | PER_ACCRUAL_ENTRY_ID | |
| FIRST_LAST_PRD_IN_PL_TERM | VARCHAR2 | 20 | FIRST OR LAST PERIOD IN PLAN TERM | ||
| WORK_TERM_ASG_ID | NUMBER | 18 | WORK_TERM_ASG_ID | ||
| ENTERPRISE_ID | NUMBER | 18 | ENTERPRISE_ID | ||
| ACCRUAL_PERIOD | DATE | ACCRUAL_PERIOD | |||
| PRD_OF_SVC_ID | NUMBER | 18 | PRD_OF_SVC_ID | ||
| PLAN_ID | NUMBER | 18 | PLAN_ID | ||
| PERSON_EVENT_ID | NUMBER | 18 | PERSON_EVENT_ID | ||
| BEGIN_BAL | NUMBER | BEGIN_BAL | |||
| ACCRUED | NUMBER | ACCRUED | |||
| USED | NUMBER | USED | |||
| END_BAL | NUMBER | END_BAL | |||
| CREATED_BY | VARCHAR2 | 64 | Who column: indicates the user who created the row. | ||
| CREATION_DATE | TIMESTAMP | 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. | ||
| OBJECT_VERSION_NUMBER | NUMBER | 9 | 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. | ||
| PERSON_ID | NUMBER | 18 | Person Identier | ||
| PER_PLAN_ENRT_ID | NUMBER | 18 | Person plan enrollment identifier | ||
| RPT_PERIOD_ID | NUMBER | 18 | Store the PAYROLL_ID from PAY_TIME_PERIODS table Or REPEATING_TM_PERIOD_ID from HWM_RP_TM_RESOLVED table | ||
| PAYROLL_MAPPING_ID | NUMBER | 18 | payroll mapping id | ||
| PAYROLL_STATUS | VARCHAR2 | 32 | Payroll transfer/integration status | ||
| RATE_DEFINITION_ID | NUMBER | 18 | To store payroll rate definition id. Default value will be -1 | ||
| STATUS | VARCHAR2 | 30 | To indicate the status (active or inactive) of accrual entry. Default value will be 'A' | ||
| AUDIT_ACTION_TYPE_ | VARCHAR2 | 10 | Action Type - have values like INSERT, UPDATE and DELETE. | ||
| AUDIT_CHANGE_BIT_MAP_ | VARCHAR2 | 1000 | Used to store a bit map of 1s and 0s for each column in the table. | ||
| AUDIT_IMPERSONATOR_ | VARCHAR2 | 64 | Original Impersonator User. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ANC_PER_ACCRUAL_ENTRIES_N1_ | Non Unique | ANC_PER_ACCRUAL_ENTRIES_N1_ | PER_ACCRUAL_ENTRY_ID |
| ANC_PER_ACCRUAL_ENTRIES_U1_ | Unique | Default | LAST_UPDATE_DATE, LAST_UPDATED_BY, PER_ACCRUAL_ENTRY_ID |