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


TABLE: HR.PAY_PURGE_ACTION_TYPES

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


PAY_PURGE_ACTION_TYPES stores details of the processing order required to purge action types.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PAY_PURGE_ACTION_TYPES_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnACTION_TYPE
ColumnZD_EDITION_NAME
Columns
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
Query Text

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;

Dependencies

[top of page]

HR.PAY_PURGE_ACTION_TYPES does not reference any database object

HR.PAY_PURGE_ACTION_TYPES is referenced by following:

SchemaHR
ViewPAY_PURGE_ACTION_TYPES#