PER_ACCRUAL_BANDS

Length of service bands used in calculating accrual of paid time off.

Details

  • Schema: FUSION

  • Object owner: PER

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

PER_ACCRUAL_BANDS_PK

ACCRUAL_BAND_ID

Columns

Name Datatype Length Precision Not-null Comments
ACCRUAL_BAND_ID NUMBER 18 Yes System-generated primary key column.
BAND_RANGE_START NUMBER 6 Yes Denotes the start of the range of Accural Band.
BAND_RANGE_END NUMBER 6 Yes Denotes the end of the range of Accural Band.
ACCRUAL_PLAN_ID NUMBER 18 Yes Foreign key to PER_ACCRUAL_PLANS_B. Identifies the plan to which the bands belongs.
BAND_GROUP_CODE VARCHAR2 30 Yes Identifies the group code ( with in group type ) of the worker .
TERM_ACCRUAL_RATE NUMBER 10 Yes Amount of paid time off accrued in a accrual term (for example 'year').
TERM_MAX_CARRY_OVER NUMBER 10 Maximum unused entitlement can be carry forward to next accrual term.
TERM_CEILING_VALUE NUMBER 10 Maximum entitlement an employee can hold at any time
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.
ENTERPRISE_ID NUMBER 18 Yes Identifier of Enterprise, used for multi-tenancy partitioning. Foreign key to HR_ORGANIZATION_UNITS.

Foreign Keys

Table Foreign Table Foreign Key Column
PER_ACCRUAL_BANDS per_accrual_plans_b ACCRUAL_PLAN_ID

Indexes

Index Uniqueness Tablespace Columns
PER_ACCRUAL_BANDS_PK Unique FUSION_TS_TX_IDX ACCRUAL_BAND_ID
PER_ACCRUAL_BANDS_U1 Unique FUSION_TS_TX_DATA ACCRUAL_PLAN_ID, BAND_GROUP_CODE, BAND_RANGE_START, BAND_RANGE_END