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


TABLE: HR.PAY_BALANCE_VALIDATION

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


PAY_BALANCE_VALIDATION holds the information regarding the validity of balances.


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

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;

Dependencies

[top of page]

HR.PAY_BALANCE_VALIDATION does not reference any database object

HR.PAY_BALANCE_VALIDATION is referenced by following:

SchemaAPPS
SynonymPAY_BALANCE_VALIDATION
SchemaPUBLIC
SynonymPAY_BALANCE_VALIDATION