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


VIEW: APPS.HR_H2PI_ELEMENT_TYPES_V

Object Details
Object Name: HR_H2PI_ELEMENT_TYPES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPER.HR_H2PI_ELEMENT_TYPES_V
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

[View Source]

Columns
Name Datatype Length Mandatory Comments
LAST_UPD_DATE DATE

Last update date.
ELEMENT_TYPE_ID NUMBER (9) Yes System-generated primary key column.
BUSINESS_GROUP_ID NUMBER (15)
Foreign key to HR_ORGANIZATION_UNITS.
LEGISLATION_CODE VARCHAR2 (30)
Legislation code
ELEMENT_NAME VARCHAR2 (80) Yes User name for the element type. This is the name used to generate database item names.
PROCESSING_TYPE VARCHAR2 (30) Yes Indicates whether the element is recurring or nonrecurring.
EFFECTIVE_START_DATE DATE
Yes Effective start date.
EFFECTIVE_END_DATE DATE
Yes Effective end date.
Query Text

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


SELECT LAST_UPD_DATE
,      ELEMENT_TYPE_ID
,      BUSINESS_GROUP_ID
,      LEGISLATION_CODE
,      ELEMENT_NAME
,      PROCESSING_TYPE
,      EFFECTIVE_START_DATE
,      EFFECTIVE_END_DATE
FROM APPS.HR_H2PI_ELEMENT_TYPES_V;

Dependencies

[top of page]

APPS.HR_H2PI_ELEMENT_TYPES_V references the following:

SchemaAPPS
SynonymPAY_ELEMENT_TYPES_F
APPS.HR_H2PI_ELEMENT_TYPES_V is referenced by following:

SchemaAPPS
ViewHR_H2PI_ELEMENT_LINKS_V
ViewHR_H2PI_INPUT_VALUES_V
Package BodyHR_H2PI_VALIDATE - show dependent code