[Home] [Help]
[Dependency Information]
Object Name: | PAY_DEFINED_BALANCES |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PAY_DEFINED_BALANCES is the intersection between balance types and
balance dimensions. This gives a complete description of a balance.
For example, gross pay may be a balance type and year to date may be a
dimension, a specific defined balance would be gross pay for the year
to date. The defined balance is referred to in a formula by its
associated database item name.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_DEFINED_BALANCES_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() |
PAY_DEFINED_BALANCES_UK2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() |
PAY_DEFINED_BALANCES_FK2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DEFINED_BALANCE_ID | NUMBER | (9) | Yes | System-generated primary key column. |
BUSINESS_GROUP_ID | NUMBER | (15) | Foreign key to HR_ORGANIZATION_UNITS. | |
LEGISLATION_CODE | VARCHAR2 | (30) | Foreign key to FND_TERRITORIES. | |
BALANCE_TYPE_ID | NUMBER | (9) | Yes | Foreign key to PAY_BALANCE_TYPES. |
BALANCE_DIMENSION_ID | NUMBER | (9) | Yes | Foreign key to PAY_BALANCE_DIMENSIONS. |
FORCE_LATEST_BALANCE_FLAG | VARCHAR2 | (30) | Not currently supported. | |
LEGISLATION_SUBGROUP | VARCHAR2 | (30) | Further identifies the legislation of startup data. | |
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. | ||
OBJECT_VERSION_NUMBER | NUMBER | (9) | System-generated version of row. Increments by one with each update. | |
GROSSUP_ALLOWED_FLAG | VARCHAR2 | (30) | Indicates if this balance can be used in a grossup. | |
SAVE_RUN_BALANCE | VARCHAR2 | (30) | Determines whether run level balance values are stored in pay_run_balances. | |
RUN_BALANCE_STATUS | VARCHAR2 | (30) | Displays current status of the associated run balance. | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT DEFINED_BALANCE_ID
, BUSINESS_GROUP_ID
, LEGISLATION_CODE
, BALANCE_TYPE_ID
, BALANCE_DIMENSION_ID
, FORCE_LATEST_BALANCE_FLAG
, LEGISLATION_SUBGROUP
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATED_BY
, CREATION_DATE
, OBJECT_VERSION_NUMBER
, GROSSUP_ALLOWED_FLAG
, SAVE_RUN_BALANCE
, RUN_BALANCE_STATUS
, ZD_EDITION_NAME
FROM HR.PAY_DEFINED_BALANCES;
HR.PAY_DEFINED_BALANCES does not reference any database object
HR.PAY_DEFINED_BALANCES is referenced by following:
|
|
|