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


TABLE: HR.PAY_ELEMENT_SETS

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


PAY_ELEMENT_SETS holds the list of element sets that are used to
restrict payroll processing, distribute costs, or provide online
security by restricting individual users to specific elements.
Element sets are constructed by specifying element classifications and
including or excluding specific elements -
PAY_ELE_CLASSIFICATION_RULES.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PAY_ELEMENT_SETS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnELEMENT_SET_ID
ColumnZD_EDITION_NAME
SYS_IL0000042842C00011$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
Columns
Name Datatype Length Mandatory Comments
ELEMENT_SET_ID NUMBER (9) Yes System generated primary key column.
BUSINESS_GROUP_ID NUMBER (15)
Foreign key to HR_ORGANIZATION_UNITS.
LEGISLATION_CODE VARCHAR2 (30)
Foreign key to FND_TERRITORIES.
ELEMENT_SET_NAME VARCHAR2 (80) Yes User name for the element set.
ELEMENT_SET_TYPE VARCHAR2 (30) Yes Type of element set. (Validated by a lookup).
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15)
Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
CREATED_BY NUMBER (15)
Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE

Standard who column - date when this row was created.
COMMENTS CLOB (4000)
Descriptive information about the element set.
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT ELEMENT_SET_ID
,      BUSINESS_GROUP_ID
,      LEGISLATION_CODE
,      ELEMENT_SET_NAME
,      ELEMENT_SET_TYPE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      COMMENTS
,      ZD_EDITION_NAME
FROM HR.PAY_ELEMENT_SETS;

Dependencies

[top of page]

HR.PAY_ELEMENT_SETS does not reference any database object

HR.PAY_ELEMENT_SETS is referenced by following:

SchemaHR
ViewPAY_ELEMENT_SETS#