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


TABLE: HR.PAY_PARAMETER_SETS

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


Holds the information for the parameter sets used for processes and the parent flows which uses those processes


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
SET_ID NUMBER (15) Yes Primary key for the parameter set
SET_NAME_ID NUMBER (15)
Set Name ID
SET_NAME VARCHAR2 (100)
Name of the parameter set. This will be the name of the process in the case of a process
DESCRIPTION VARCHAR2 (200)
A description of the set defined
WRAPPER_PKG VARCHAR2 (200)
Name of the wrapper PL SQL procedure for this set
BUSINESS_GROUP_ID NUMBER (15)
Business group to which the set belongs to
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
LEGISLATION_CODE VARCHAR2 (30)
Legislation code to which this set belongs to
Query Text

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


SELECT SET_ID
,      SET_NAME_ID
,      SET_NAME
,      DESCRIPTION
,      WRAPPER_PKG
,      BUSINESS_GROUP_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      LEGISLATION_CODE
FROM HR.PAY_PARAMETER_SETS;

Dependencies

[top of page]

HR.PAY_PARAMETER_SETS does not reference any database object

HR.PAY_PARAMETER_SETS is referenced by following:

SchemaHR
ViewPAY_PARAMETER_SETS#