DBA Data[Home] [Help]

VIEW: APPS.HR_H2PI_BG_AND_GRE_V

Source

View Text - Preformatted

SELECT org.last_update_date, org.organization_id, org.business_group_id, org.date_from, org.name, org.date_to, org.location_id from hr_all_organization_units org, hr_organization_information ogi WHERE org.organization_id = ogi.organization_id and ogi.org_information_context ='CLASS' and ogi.org_information1 IN ('HR_BG','HR_LEGAL') and org.attribute20 = 'Y'
View Text - HTML Formatted

SELECT ORG.LAST_UPDATE_DATE
, ORG.ORGANIZATION_ID
, ORG.BUSINESS_GROUP_ID
, ORG.DATE_FROM
, ORG.NAME
, ORG.DATE_TO
, ORG.LOCATION_ID
FROM HR_ALL_ORGANIZATION_UNITS ORG
, HR_ORGANIZATION_INFORMATION OGI
WHERE ORG.ORGANIZATION_ID = OGI.ORGANIZATION_ID
AND OGI.ORG_INFORMATION_CONTEXT ='CLASS'
AND OGI.ORG_INFORMATION1 IN ('HR_BG'
, 'HR_LEGAL')
AND ORG.ATTRIBUTE20 = 'Y'