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


TABLE: HR.PAY_PROCESS_FLOWS

Object Details
Object Name: PAY_PROCESS_FLOWS
Object Type: TABLE
Owner: HR
Subobject Name:
Status: VALID


The table holds the flow name and the set assocaited with the flow


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
PROCESS_FLOW_ID NUMBER (15) Yes Flow ID
SET_ID NUMBER (15)
ID of the set associated with the flow
PROCESS_FLOW_NAME VARCHAR2 (100)
Short name for the Proces Flow - used internally
DESCRIPTION VARCHAR2 (200)
Description of the Flow
BUSINESS_GROUP_ID NUMBER (15)
Business Group ID
LEGISLATION_CODE VARCHAR2 (30)
Legislation Code
LAST_UPDATE_DATE DATE

Standard Who Column
LAST_UPDATED_BY NUMBER (15)
Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
CREATED_BY NUMBER (15)
Standard Who Column
CREATION_DATE DATE

Standard Who Column
INITIALIZATION_PROCEDURE VARCHAR2 (100)
Initialisation Procedure for this flow
Query Text

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


SELECT PROCESS_FLOW_ID
,      SET_ID
,      PROCESS_FLOW_NAME
,      DESCRIPTION
,      BUSINESS_GROUP_ID
,      LEGISLATION_CODE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      INITIALIZATION_PROCEDURE
FROM HR.PAY_PROCESS_FLOWS;

Dependencies

[top of page]

HR.PAY_PROCESS_FLOWS does not reference any database object

HR.PAY_PROCESS_FLOWS is referenced by following:

SchemaHR
ViewPAY_PROCESS_FLOWS#