[Home] [Help]
[Dependency Information]
| Object Name: | PAY_BALANCE_SET_MEMBERS |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.PAY_BALANCE_SET_MEMBERS
|
| Subobject Name: | |
| Status: | VALID |
PAY_BALANCE_SET_MEMBERS holds details of the individual
components of a balance set.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
BALANCE_SET_MEMBER_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PAY_BALANCE_SET_MEMBERS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
BALANCE_SET_MEMBER_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BALANCE_SET_MEMBER_ID | NUMBER | (9) | Yes | Unique Identifier. |
| BALANCE_SET_ID | NUMBER | (9) | Yes | Foreign key to PAY_BALANCE_SETS. |
| BALANCE_DIMENSION_ID | NUMBER | (9) | Foreign key to PAY_BALANCE_DIMENSIONS. | |
| DEFINED_BALANCE_ID | NUMBER | (9) | Foreign key to PAY_DEFINED_BALANCES. |
Cut, paste (and edit) the following text to query this object:
SELECT BALANCE_SET_MEMBER_ID
, BALANCE_SET_ID
, BALANCE_DIMENSION_ID
, DEFINED_BALANCE_ID
FROM HR.PAY_BALANCE_SET_MEMBERS;
HR.PAY_BALANCE_SET_MEMBERS does not reference any database object
HR.PAY_BALANCE_SET_MEMBERS is referenced by following:
HR
PAY_BALANCE_SET_MEMBERS#
|
|
|
|