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


TABLE: HR.PAY_PURGE_ROLLUP_BALANCES

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


PAY_PURGE_ROLLUP_BALANCES stores the balance values
marked to be rolled up in the Purge process.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PAY_PURGE_ROLLUP_BALANCES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnASSIGNMENT_ACTION_ID
Columns
Name Datatype Length Mandatory Comments
ASSIGNMENT_ACTION_ID NUMBER (15) Yes Foreign key to PAY_ASSIGNMENT_ACTIONS.
DEFINED_BALANCE_ID NUMBER (9) Yes Foreign key to PAY_DEFINED_BALANCES.
JURISDICTION_CODE VARCHAR2 (30)
US only. Jurisdiction applying to the value.
TAX_UNIT_ID NUMBER (15)
Tax Unit identifier.
ORIGINAL_ENTRY_ID NUMBER (15)
Foreign key to element entry.
SOURCE_ID NUMBER (15)
Source foreign key based on the source type.
SOURCE_TEXT VARCHAR2 (60)
For example, E-normal entry, I-indirect result.
VALUE NUMBER (38) Yes Value of the rolled up balance
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT ASSIGNMENT_ACTION_ID
,      DEFINED_BALANCE_ID
,      JURISDICTION_CODE
,      TAX_UNIT_ID
,      ORIGINAL_ENTRY_ID
,      SOURCE_ID
,      SOURCE_TEXT
,      VALUE
FROM HR.PAY_PURGE_ROLLUP_BALANCES;

Dependencies

[top of page]

HR.PAY_PURGE_ROLLUP_BALANCES does not reference any database object

HR.PAY_PURGE_ROLLUP_BALANCES is referenced by following:

SchemaAPPS
SynonymPAY_PURGE_ROLLUP_BALANCES
SchemaPUBLIC
SynonymPAY_PURGE_ROLLUP_BALANCES