[Home] [Help]
[Dependency Information]
| Object Name: | PAY_PURGE_ACTION_TYPES |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.PAY_PURGE_ACTION_TYPES
|
| Subobject Name: | |
| Status: | VALID |
PAY_PURGE_ACTION_TYPES stores details of the processing order required to purge action types.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PAY_PURGE_ACTION_TYPES_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
ACTION_TYPE
ZD_EDITION_NAME
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ACTION_TYPE | VARCHAR2 | (30) | Yes | Type of payroll action. |
| CATEGORY | VARCHAR2 | (30) | Yes | Processing category of the purge action type. |
| PROCESSING_ORDER | NUMBER | (3) | Yes | Determines the order of the action types to be purged. |
| ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ACTION_TYPE
, CATEGORY
, PROCESSING_ORDER
, ZD_EDITION_NAME
FROM HR.PAY_PURGE_ACTION_TYPES;
HR.PAY_PURGE_ACTION_TYPES does not reference any database object
HR.PAY_PURGE_ACTION_TYPES is referenced by following:
HR
PAY_PURGE_ACTION_TYPES#
|
|
|
|