Search Results pay_element_type_info_types
Overview
PAY_ELEMENT_TYPE_INFO_TYPES is a Payroll (PAY) module reference table owned by the HR schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It defines the categories of additional (extra) information that can be captured against a payroll element type. In the Oracle Payroll data model, an element represents a component of pay or a deduction, and many elements require supplementary attributes beyond the standard element definition — for example, a text field, a code, or a date associated with the element. This table enumerates the permissible "information types" that govern those supplementary attributes, providing the classification and behavioral rules that downstream extra information records must obey.
The table carries a Data Vault classification noted heuristically in the ETRM metadata as hub-leaning. Modelled in Data Vault terms, it functions as a hub: a stable, uniquely identified business concept keyed by INFORMATION_TYPE, with descriptive and audit attributes behaving like satellite data. This classification is a modelling suggestion derived from the foreign-key topology rather than a structural mandate.
Key Information Stored
The table contains 16 documented columns. The most significant are:
INFORMATION_TYPE— the unique identifier and primary-key component defining each type of extra information, together withZD_EDITION_NAMEin the unique indexPAY_ELEMENT_TYPE_INFO_TYPES_PK. This is the principal business-key candidate.DESCRIPTION— the user-facing name describing the information type.ACTIVE_INACTIVE_FLAG— indicates whether the information type is currently available for use.MULTIPLE_OCCURENCES_FLAG— governs whether more than one instance of this information type may be held against a single element.LEGISLATION_CODE— restricts the information type to a specific legislative (country) context.OBJECT_VERSION_NUMBER— supports optimistic locking and concurrent-update control.- Audit columns —
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN, plus the concurrent-program columnsREQUEST_ID,PROGRAM_APPLICATION_ID,PROGRAM_ID, andPROGRAM_UPDATE_DATE. ZD_EDITION_NAME— the editioning column supporting Oracle EBS 12.2 online patching and edition-based redefinition.
Common Use Cases and Queries
This table is typically queried to discover which extra information types are available for elements, to drive dynamic forms, or to validate configuration against legislation. A representative query listing active types for a legislation is:
SELECT information_type, description, legislation_code
FROM hr.pay_element_type_info_types
WHERE active_inactive_flag = 'Y'
AND legislation_code = :leg_code;
A join to the associated extra-information records uses the foreign key from PAY_ELEMENT_TYPE_EXTRA_INFO:
SELECT ei.element_type_id, it.information_type, it.description
FROM hr.pay_element_type_extra_info ei,
hr.pay_element_type_info_types it
WHERE ei.information_type = it.information_type;
Reporting scenarios include auditing configured information types, identifying legacy or inactive types during cleanup, and reconciling element configuration across legislative environments.
Related Objects
PAY_ELEMENT_TYPE_EXTRA_INFO— references this table viaINFORMATION_TYPE; holds the actual extra-information values per element type.PAY_ELEMENT_TYPES_F— the element type definitions that the extra information ultimately enriches.PAY_ELEMENT_TYPES_VLand associated views — expose element type data joined with information types for reporting.- Payroll element configuration forms and the element-type definition UI consume this table to render available extra-information options.
- Legislation-related lookup and validation routines reference
LEGISLATION_CODEto scope types correctly.
The object is defined as VALID in ETRM 12.2.2 and follows standard HR-schema conventions for audit and editioning columns.
-
Table: PAY_ELEMENT_TYPE_INFO_TYPES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELEMENT_TYPE_INFO_TYPES, object_name:PAY_ELEMENT_TYPE_INFO_TYPES, status:VALID, product: PAY - Payroll , description: Types of extra information that may be held against an element. , implementation_dba_data: HR.PAY_ELEMENT_TYPE_INFO_TYPES ,
-
Table: PAY_ELEMENT_TYPE_INFO_TYPES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELEMENT_TYPE_INFO_TYPES, object_name:PAY_ELEMENT_TYPE_INFO_TYPES, status:VALID, product: PAY - Payroll , description: Types of extra information that may be held against an element. , implementation_dba_data: HR.PAY_ELEMENT_TYPE_INFO_TYPES ,
-
VIEW: APPS.PAY_INFO_TYPE_SECURITY_EIT_V
12.1.1
-
VIEW: APPS.PAY_INFO_TYPE_SECURITY_EIT_V
12.2.2
-
APPS.PAY_ELEMENT_INFO_TYPES_PKG SQL Statements
12.2.2
-
VIEW: HR.PAY_ELEMENT_TYPE_INFO_TYPES#
12.2.2
owner:HR, object_type:VIEW, object_name:PAY_ELEMENT_TYPE_INFO_TYPES#, status:VALID,
-
APPS.PAY_ELEMENT_INFO_TYPES_PKG SQL Statements
12.1.1
-
TABLE: HR.PAY_ELEMENT_TYPE_INFO_TYPES
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELEMENT_TYPE_INFO_TYPES, object_name:PAY_ELEMENT_TYPE_INFO_TYPES, status:VALID,
-
SYNONYM: APPS.PAY_ELEMENT_TYPE_INFO_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PAY_ELEMENT_TYPE_INFO_TYPES, status:VALID,
-
View: PAY_INFO_TYPE_SECURITY_EIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_INFO_TYPE_SECURITY_EIT_V, object_name:PAY_INFO_TYPE_SECURITY_EIT_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_INFO_TYPE_SECURITY_EIT_V ,
-
View: PAY_INFO_TYPE_SECURITY_EIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_INFO_TYPE_SECURITY_EIT_V, object_name:PAY_INFO_TYPE_SECURITY_EIT_V, status:VALID, product: PAY - Payroll , implementation_dba_data: APPS.PAY_INFO_TYPE_SECURITY_EIT_V ,
-
TRIGGER: APPS.PAY_ELEMENT_TYPE_INFO_TYPES+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:PAY_ELEMENT_TYPE_INFO_TYPES+, status:VALID,
-
SYNONYM: PUBLIC.PAY_ELEMENT_TYPE_INFO_TYPES
12.1.1
owner:PUBLIC, object_type:SYNONYM, object_name:PAY_ELEMENT_TYPE_INFO_TYPES, status:VALID,
-
VIEW: HR.PAY_ELEMENT_TYPE_INFO_TYPES#
12.2.2
-
SYNONYM: APPS.PAY_ELEMENT_TYPE_INFO_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PAY_ELEMENT_TYPE_INFO_TYPES, status:VALID,
-
TRIGGER: APPS.PAY_ELEMENT_TYPE_INFO_TYPES+
12.2.2
-
View: PER_INFO_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_INFO_TYPES_V, object_name:PER_INFO_TYPES_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_INFO_TYPES_V ,
-
View: PER_INFO_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_INFO_TYPES_V, object_name:PER_INFO_TYPES_V, status:VALID, product: PER - Human Resources , description: Used to support user interface , implementation_dba_data: APPS.PER_INFO_TYPES_V ,
-
PACKAGE BODY: APPS.PAY_ELEMENT_INFO_TYPES_PKG
12.2.2
-
PACKAGE BODY: APPS.PAY_ELEMENT_INFO_TYPES_PKG
12.1.1
-
FUNCTION: APPS.PAY_ELEMENT_TYPE_INFO_TYPES=
12.2.2
-
TABLE: HR.PAY_ELEMENT_TYPE_INFO_TYPES
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELEMENT_TYPE_INFO_TYPES, object_name:PAY_ELEMENT_TYPE_INFO_TYPES, status:VALID,
-
Table: PAY_ELEMENT_TYPE_EXTRA_INFO
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELEMENT_TYPE_EXTRA_INFO, object_name:PAY_ELEMENT_TYPE_EXTRA_INFO, status:VALID, product: PAY - Payroll , description: Stores extra information for an element , implementation_dba_data: HR.PAY_ELEMENT_TYPE_EXTRA_INFO ,
-
Table: PAY_ELEMENT_TYPE_EXTRA_INFO
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELEMENT_TYPE_EXTRA_INFO, object_name:PAY_ELEMENT_TYPE_EXTRA_INFO, status:VALID, product: PAY - Payroll , description: Stores extra information for an element , implementation_dba_data: HR.PAY_ELEMENT_TYPE_EXTRA_INFO ,
-
FUNCTION: APPS.PAY_ELEMENT_TYPE_INFO_TYPES=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:PAY_ELEMENT_TYPE_INFO_TYPES=, status:VALID,
-
PACKAGE BODY: APPS.PAY_ELEMENT_INFO_TYPES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_ELEMENT_INFO_TYPES_PKG, status:VALID,
-
TRIGGER: APPS.PAY_ELEMENT_TYPE_INFO_TYPE_WHO
12.1.1
owner:APPS, object_type:TRIGGER, object_name:PAY_ELEMENT_TYPE_INFO_TYPE_WHO, status:VALID,
-
PACKAGE BODY: APPS.PAY_ELEMENT_INFO_TYPES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_ELEMENT_INFO_TYPES_PKG, status:VALID,
-
TRIGGER: APPS.PAY_ELEMENT_TYPE_INFO_TYPE_WHO
12.2.2
owner:APPS, object_type:TRIGGER, object_name:PAY_ELEMENT_TYPE_INFO_TYPE_WHO, status:VALID,
-
TRIGGER: APPS.PAY_ELEMENT_TYPE_INFO_TYPE_WHO
12.2.2
-
TRIGGER: APPS.PAY_ELEMENT_TYPE_INFO_TYPE_WHO
12.1.1
-
PACKAGE BODY: APPS.HR_REGISTER_EITS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:HR_REGISTER_EITS, status:VALID,
-
PACKAGE BODY: APPS.HR_REGISTER_EITS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HR_REGISTER_EITS, status:VALID,
-
VIEW: APPS.PER_INFO_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_INFO_TYPES_V, object_name:PER_INFO_TYPES_V, status:VALID,
-
VIEW: APPS.PER_INFO_TYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_INFO_TYPES_V, object_name:PER_INFO_TYPES_V, status:VALID,
-
VIEW: APPS.PER_INFO_TYPES_V
12.1.1
-
TABLE: HR.PAY_ELEMENT_TYPE_EXTRA_INFO
12.1.1
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELEMENT_TYPE_EXTRA_INFO, object_name:PAY_ELEMENT_TYPE_EXTRA_INFO, status:VALID,
-
VIEW: APPS.PER_INFO_TYPES_V
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.PER_INFO_TYPE_SECURITY_V
12.1.1
owner:APPS, object_type:VIEW, object_name:PER_INFO_TYPE_SECURITY_V, status:VALID,
-
VIEW: APPS.PER_INFO_TYPE_SECURITY_V
12.2.2
owner:APPS, object_type:VIEW, object_name:PER_INFO_TYPE_SECURITY_V, status:VALID,
-
VIEW: APPS.PER_INFO_TYPE_SECURITY_V
12.1.1
-
TABLE: HR.PAY_ELEMENT_TYPE_EXTRA_INFO
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PAY.PAY_ELEMENT_TYPE_EXTRA_INFO, object_name:PAY_ELEMENT_TYPE_EXTRA_INFO, status:VALID,
-
PACKAGE: APPS.PQP_UTILITIES
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PQP_UTILITIES, status:VALID,
-
PACKAGE: APPS.PQP_UTILITIES
12.2.2
owner:APPS, object_type:PACKAGE, object_name:PQP_UTILITIES, status:VALID,
-
VIEW: APPS.PER_INFO_TYPE_SECURITY_V
12.2.2
-
VIEW: APPS.PAY_INFO_TYPE_SECURITY_EIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_INFO_TYPE_SECURITY_EIT_V, object_name:PAY_INFO_TYPE_SECURITY_EIT_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.PAY_INFO_TYPE_SECURITY_EIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PAY.PAY_INFO_TYPE_SECURITY_EIT_V, object_name:PAY_INFO_TYPE_SECURITY_EIT_V, status:VALID,
-
12.2.2 DBA Data
12.2.2