[Home] [Help]
[Dependency Information]
| Object Name: | PAY_CHUNK_STATUS |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PAY_CHUNK_STATUS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PAYROLL_ACTION_ID
CHUNK_NUMBER
POPULATION_STATUS
|
| 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 |
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;
HR.PAY_CHUNK_STATUS does not reference any database object
HR.PAY_CHUNK_STATUS is referenced by following:
HR
PAY_CHUNK_STATUS#
|
|
|
|