DBA Data[Home] [Help] [Dependency Information]


TABLE: HR.PAY_BALANCE_SET_MEMBERS

Object Details
Object Name: PAY_BALANCE_SET_MEMBERS
Object Type: TABLE
Owner: HR
FND Design Data: TablePAY.PAY_BALANCE_SET_MEMBERS
Subobject Name:
Status: VALID


PAY_BALANCE_SET_MEMBERS holds details of the individual
components of a balance set.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: PAY_BALANCE_SET_MEMBERS_PK
  1. ColumnBALANCE_SET_MEMBER_ID
Indexes
Index Type Uniqueness Tablespace Column
PAY_BALANCE_SET_MEMBERS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBALANCE_SET_MEMBER_ID
Columns
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.
Query Text

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;

Dependencies

[top of page]

HR.PAY_BALANCE_SET_MEMBERS does not reference any database object

HR.PAY_BALANCE_SET_MEMBERS is referenced by following:

SchemaAPPS
SynonymPAY_BALANCE_SET_MEMBERS
SchemaPUBLIC
SynonymPAY_BALANCE_SET_MEMBERS