[Home] [Help]
[Dependency Information]
Object Name: | PAY_PURGE_ACTION_TYPES |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PAY_PURGE_ACTION_TYPES stores details of the processing order required to purge action types.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_PURGE_ACTION_TYPES_PK | NORMAL | UNIQUE |
![]() |
![]() |
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. |
Cut, paste (and edit) the following text to query this object:
SELECT ACTION_TYPE
, CATEGORY
, PROCESSING_ORDER
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:
|
|
|