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


TABLE: HR.PAY_PROCESS_GROUP_ACTIONS

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


PAY_PROCESS_GROUP_ACTIONS stores details of the individual
actions to be processed within the single process group submission.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: PAY_PROCESS_GROUP_ACTIONS_PK
  1. ColumnPROCESS_GROUP_ID
  2. ColumnSEQUENCE
Indexes
Index Type Uniqueness Tablespace Column
PAY_PROCESS_GROUP_ACTIONS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROCESS_GROUP_ID
ColumnSEQUENCE
Columns
Name Datatype Length Mandatory Comments
PROCESS_GROUP_ID NUMBER (15) Yes System Generated Primary Key
SEQUENCE NUMBER
Yes Sequence number for the processing. Also part of the Primary Key.
AOL_PROCESS_NAME VARCHAR2 (30) Yes Name of the AOL executable to be used.
ARGUMENT_LIST LONG (0)
Select statement that defines the arguments to be used with this process.
Query Text

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


SELECT PROCESS_GROUP_ID
,      SEQUENCE
,      AOL_PROCESS_NAME
,      ARGUMENT_LIST
FROM HR.PAY_PROCESS_GROUP_ACTIONS;

Dependencies

[top of page]

HR.PAY_PROCESS_GROUP_ACTIONS does not reference any database object

HR.PAY_PROCESS_GROUP_ACTIONS is referenced by following:

SchemaAPPS
SynonymPAY_PROCESS_GROUP_ACTIONS
SchemaPUBLIC
SynonymPAY_PROCESS_GROUP_ACTIONS