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


TABLE: HR.PAY_CHUNK_STATUS

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


PAY_CHUNK_STATUS holds information about the status of
processing on specific chunks. A chunk is a unit of work that
is to be performed by the process, this table contains the status
of that particular unit of work.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PAY_CHUNK_STATUS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPAYROLL_ACTION_ID
ColumnCHUNK_NUMBER
ColumnPOPULATION_STATUS
Columns
Name Datatype Length Mandatory Comments
PAYROLL_ACTION_ID NUMBER (15) Yes Foreign Key to PAY_PAYROLL_ACTIONS
CHUNK_NUMBER NUMBER (15) Yes Number used to group events into chunks for parallelization.
RAND_CHUNK_NUMBER NUMBER (15) Yes Number used to group events into chunks for parallelization.
POPULATION_STATUS VARCHAR2 (1) Yes Valid population statuses for a Chunk.
PROCESS_STATUS VARCHAR2 (1) Yes Valid process statuses for a Chunk
Query Text

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


SELECT PAYROLL_ACTION_ID
,      CHUNK_NUMBER
,      RAND_CHUNK_NUMBER
,      POPULATION_STATUS
,      PROCESS_STATUS
FROM HR.PAY_CHUNK_STATUS;

Dependencies

[top of page]

HR.PAY_CHUNK_STATUS does not reference any database object

HR.PAY_CHUNK_STATUS is referenced by following:

SchemaAPPS
SynonymPAY_CHUNK_STATUS
SchemaPUBLIC
SynonymPAY_CHUNK_STATUS