DBA Data[Home] [Help]

VIEW: APPS.PQH_CORPS_ORGANIZATIONS_V

Source

View Text - Preformatted

SELECT cei.corps_definition_id corps_definition_id, cei.corps_extra_info_id corps_extra_info_id, cei.object_version_number object_version_number, cei.information_type information_type, information3 organization_id, org.name organization_name from pqh_corps_extra_info cei, hr_organization_units org where cei.information3 = org.organization_id and cei.information_type = 'ORGANIZATION'
View Text - HTML Formatted

SELECT CEI.CORPS_DEFINITION_ID CORPS_DEFINITION_ID
, CEI.CORPS_EXTRA_INFO_ID CORPS_EXTRA_INFO_ID
, CEI.OBJECT_VERSION_NUMBER OBJECT_VERSION_NUMBER
, CEI.INFORMATION_TYPE INFORMATION_TYPE
, INFORMATION3 ORGANIZATION_ID
, ORG.NAME ORGANIZATION_NAME
FROM PQH_CORPS_EXTRA_INFO CEI
, HR_ORGANIZATION_UNITS ORG
WHERE CEI.INFORMATION3 = ORG.ORGANIZATION_ID
AND CEI.INFORMATION_TYPE = 'ORGANIZATION'