ANC_PER_PLAN_ENROLLMENT

This table holds information of the person absence plan enrollments.

Details

  • Schema: FUSION

  • Object owner: ANC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ANC_PER_PLAN_ENROLLMENT_PK

PER_PLAN_ENRT_ID

Columns

Name Datatype Length Precision Not-null Comments
PER_PLAN_ENRT_ID NUMBER 18 Yes PER_PLAN_ENRT_ID
WORK_TERM_ASG_ID NUMBER 18 WORK_TERM_ASG_ID
ESS_REQUEST_ID NUMBER 18 ESS_REQUEST_ID
LAST_ACCRUAL_RUN DATE LAST_ACCRUAL_RUN
ENTERPRISE_ID NUMBER 18 Yes ENTERPRISE_ID
PERSON_ID NUMBER 18 Yes PERSON_ID
PRD_OF_SVC_ID NUMBER 18 Yes PRD_OF_SVC_ID
PER_EVENT_ID NUMBER 18 Yes PER_EVENT_ID
PLAN_ID NUMBER 18 Yes PLAN_ID
ENRT_ST_DT DATE Yes ENRT_ST_DT
ENRT_END_DT DATE Yes ENRT_END_DT
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.
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.
WAIT_PERIOD_DUR_UOM VARCHAR2 30 Waiting period duration unit of measure
WAIT_PERIOD_DUR_UNITS NUMBER Waiting period duration units
STATUS VARCHAR2 30 Plan enrollment status
OPERATION_TYPE VARCHAR2 30 OPERATION_TYPE
CEILING_AMT NUMBER Override donation ceiling amount
RECIPIENT_ALIAS VARCHAR2 240 Alias
SOURCE_ENRT_ID NUMBER 18 Source accrual plan enrollment identifier
PAYROLL_MAPPING_ID NUMBER 18 payroll mapping id
PAYROLL_STATUS VARCHAR2 32 payroll transfer/integration status

Indexes

Index Uniqueness Tablespace Columns
ANC_PER_PLAN_ENROLLMENT_N1 Non Unique Default PERSON_ID, PLAN_ID, PER_EVENT_ID
ANC_PER_PLAN_ENROLLMENT_N2 Non Unique Default WORK_TERM_ASG_ID
ANC_PER_PLAN_ENROLLMENT_U1 Unique FUSION_TS_TX_DATA PER_PLAN_ENRT_ID