[Home] [Help]
[Dependency Information]
| Object Name: | PAY_BALANCE_VALIDATION |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.PAY_BALANCE_VALIDATION
|
| Subobject Name: | |
| Status: | VALID |
PAY_BALANCE_VALIDATION holds the information regarding the validity of balances.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
BALANCE_VALIDATION_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PAY_BALANCE_VALIDATION_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
BALANCE_VALIDATION_ID
|
| PAY_BALANCE_VALIDATION_UK1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
DEFINED_BALANCE_ID
BUSINESS_GROUP_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BALANCE_VALIDATION_ID | NUMBER | (9) | Yes | System generated primary key column. |
| DEFINED_BALANCE_ID | NUMBER | (9) | Yes | Foreign key to PAY_DEFINED_BALANCES. |
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Foreign key to HR_ORGANIZATION_UNITS. |
| RUN_BALANCE_STATUS | VARCHAR2 | (1) | Yes | Status of the Run Balance population. |
| BALANCE_LOAD_DATE | DATE | The Date from which run balances where loaded for this Balance |
Cut, paste (and edit) the following text to query this object:
SELECT BALANCE_VALIDATION_ID
, DEFINED_BALANCE_ID
, BUSINESS_GROUP_ID
, RUN_BALANCE_STATUS
, BALANCE_LOAD_DATE
FROM HR.PAY_BALANCE_VALIDATION;
HR.PAY_BALANCE_VALIDATION does not reference any database object
HR.PAY_BALANCE_VALIDATION is referenced by following:
HR
PAY_BALANCE_VALIDATION#
|
|
|
|