[Home] [Help]
[Dependency Information]
Object Name: | PAY_ACCRUAL_BANDS |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PAY_ACCRUAL_BANDS holds details of length of service bands and accrual
rates for each plan. Each band contains information on the maximum
value of carryover allowed, the ceiling limit for accrual, and lower
and upper limits.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_ACCRUAL_BANDS_PK | NORMAL | UNIQUE |
![]() |
![]() |
PAY_ACCRUAL_BANDS_FK1 | NORMAL | NONUNIQUE |
![]() |
![]() |
PAY_ACCRUAL_BANDS_FK2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Table | |
Foreign Table | Foreign Key Column | PAY_ACCRUAL_BANDS | ![]() |
![]() |
PAY_ACCRUAL_BANDS BUSINESS_GROUP_ID | PAY_ACCRUAL_BANDS | ![]() |
![]() |
PAY_ACCRUAL_BANDS ACCRUAL_PLAN_ID |
---|
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ACCRUAL_BAND_ID | NUMBER | (9) | Yes | System-generated primary key column. |
BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Foreign key to HR_ORGANIZATION_UNITS. |
ACCRUAL_PLAN_ID | NUMBER | (9) | Yes | Foreign key to PAY_ACCRUAL_PLANS. |
ANNUAL_RATE | NUMBER | (9) | Yes | Amount of paid time off accrued in a year. |
LOWER_LIMIT | NUMBER | (2) | Yes | Lower length of service limit for the rate. |
UPPER_LIMIT | NUMBER | (2) | Yes | Upper length of service limit for the rate. |
CEILING | NUMBER | (9) | Maximum entitlement an employee can hold at any time. | |
MAX_CARRY_OVER | NUMBER | (9) | Maximum unused entitlement that can be carried over into the next period. | |
LAST_UPDATE_DATE | DATE | Standard who column - date when a user last updated this row. | ||
LAST_UPDATED_BY | NUMBER | (15) | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
CREATED_BY | NUMBER | (15) | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
CREATION_DATE | DATE | Standard who column - date when this row was created. |
Cut, paste (and edit) the following text to query this object:
SELECT ACCRUAL_BAND_ID
, BUSINESS_GROUP_ID
, ACCRUAL_PLAN_ID
, ANNUAL_RATE
, LOWER_LIMIT
, UPPER_LIMIT
, CEILING
, MAX_CARRY_OVER
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
FROM HR.PAY_ACCRUAL_BANDS;
HR.PAY_ACCRUAL_BANDS does not reference any database object
HR.PAY_ACCRUAL_BANDS is referenced by following:
|
|
|