ANC_PER_ABS_PLN_SUMM_ENT_

This table holds information of the person absence plan summary entries.

Details

  • Schema: FUSION

  • Object owner: ANC

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ANC_PER_ABS_PLN_SUMM_ENT_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, PER_ABS_PLN_SUMM_ENTRY_ID

Columns

Name Datatype Length Precision Not-null Comments
PER_ABS_PLN_SUMM_ENTRY_ID NUMBER 18 Yes PER_ABS_PLN_SUMM_ENTRY_ID
CASE_ID NUMBER 18 CASE_ID
SOURCE VARCHAR2 255 Source of this column value
CALC_DATE TIMESTAMP Calculation date of this record
PLAN_PERIOD_START_DATE TIMESTAMP Plan period start date
OVRRD_RSN_CD VARCHAR2 255 Override reason code
ACTIVITY_CD VARCHAR2 255 Plan activity code
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.
ENTERPRISE_ID NUMBER 18 ENTERPRISE_ID
PER_ABSENCE_ENTRY_ID NUMBER 18 Absence entry id
PER_ABS_TYPE_ENTRY_ID NUMBER 18 PER_ABS_TYPE_ENTRY_ID
UNITS NUMBER absence units
UOM VARCHAR2 30 UOM
PAY_FACTOR NUMBER Pay factor
PERSON_ID NUMBER 18 Person id
PLAN_ID NUMBER 18 Plan id for the absence plan
START_DATETIME TIMESTAMP Start date timestamp
END_DATETIME TIMESTAMP End date timestamp
QUALIFICATION_DATE DATE Qualification date
ENTITLEMENT_DATE DATE Entitlement date
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_ABS_PLN_SUMM_ENTN1_ Non Unique Default PER_ABS_PLN_SUMM_ENTRY_ID, LAST_UPDATE_DATE
ANC_PER_ABS_PLN_SUMM_ENT_U1_ Unique FUSION_TS_TX_DATA LAST_UPDATE_DATE, LAST_UPDATED_BY, PER_ABS_PLN_SUMM_ENTRY_ID