DBA Data[Home] [Help]

VIEW: APPS.HR_H2PI_ORGANIZATION_CLASS_V

Source

View Text - Preformatted

SELECT ogi.last_update_date, org.business_group_id, ogi.org_information_id, ogi.organization_id, ogi.org_information_context, ogi.org_information1, ogi.org_information2 from hr_organization_information ogi, hr_all_organization_units org WHERE org.organization_id = ogi.organization_id and ogi.org_information_context ='CLASS' and ogi.org_information1 IN ( 'HR_ORG', 'HR_PAYEE', 'US_CARRIER', 'US_WC_CARRIER')
View Text - HTML Formatted

SELECT OGI.LAST_UPDATE_DATE
, ORG.BUSINESS_GROUP_ID
, OGI.ORG_INFORMATION_ID
, OGI.ORGANIZATION_ID
, OGI.ORG_INFORMATION_CONTEXT
, OGI.ORG_INFORMATION1
, OGI.ORG_INFORMATION2
FROM HR_ORGANIZATION_INFORMATION OGI
, HR_ALL_ORGANIZATION_UNITS ORG
WHERE ORG.ORGANIZATION_ID = OGI.ORGANIZATION_ID
AND OGI.ORG_INFORMATION_CONTEXT ='CLASS'
AND OGI.ORG_INFORMATION1 IN ( 'HR_ORG'
, 'HR_PAYEE'
, 'US_CARRIER'
, 'US_WC_CARRIER')