DBA Data[Home] [Help]

VIEW: APPS.HR_H2PI_HR_ORGANIZATIONS_V

Source

View Text - Preformatted

SELECT org.last_update_date, org.business_group_id, org.organization_id, org.name, org.date_from, org.date_to, org.location_id, org.internal_external_flag, org.attribute_category, org.attribute1, org.attribute2, org.attribute3, org.attribute4, org.attribute5, org.attribute6, org.attribute7, org.attribute8, org.attribute9, org.attribute10, org.attribute10, org.attribute11, org.attribute13, org.attribute14, org.attribute15, org.attribute16, org.attribute17, org.attribute18, org.attribute19, org.attribute20 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_ORG', 'HR_PAYEE', 'US_CARRIER', 'US_WC_CARRIER')
View Text - HTML Formatted

SELECT ORG.LAST_UPDATE_DATE
, ORG.BUSINESS_GROUP_ID
, ORG.ORGANIZATION_ID
, ORG.NAME
, ORG.DATE_FROM
, ORG.DATE_TO
, ORG.LOCATION_ID
, ORG.INTERNAL_EXTERNAL_FLAG
, ORG.ATTRIBUTE_CATEGORY
, ORG.ATTRIBUTE1
, ORG.ATTRIBUTE2
, ORG.ATTRIBUTE3
, ORG.ATTRIBUTE4
, ORG.ATTRIBUTE5
, ORG.ATTRIBUTE6
, ORG.ATTRIBUTE7
, ORG.ATTRIBUTE8
, ORG.ATTRIBUTE9
, ORG.ATTRIBUTE10
, ORG.ATTRIBUTE10
, ORG.ATTRIBUTE11
, ORG.ATTRIBUTE13
, ORG.ATTRIBUTE14
, ORG.ATTRIBUTE15
, ORG.ATTRIBUTE16
, ORG.ATTRIBUTE17
, ORG.ATTRIBUTE18
, ORG.ATTRIBUTE19
, ORG.ATTRIBUTE20
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_ORG'
, 'HR_PAYEE'
, 'US_CARRIER'
, 'US_WC_CARRIER')