DBA Data[Home] [Help]

VIEW: APPS.HRI_CL_ORG_HN_V

Source

View Text - Preformatted

SELECT org.organization_id ID , org.name VALUE , org.date_from start_date , nvl(org.date_to,hr_general.end_of_time) end_date , fnd_global.resp_id responsibility_id , org.business_group_id business_group_id FROM hr_organization_units org WHERE (org.business_group_id IS NULL OR org.business_group_id = NVL(hr_bis.get_sec_profile_bg_id, org.business_group_id)) WITH READ ONLY
View Text - HTML Formatted

SELECT ORG.ORGANIZATION_ID ID
, ORG.NAME VALUE
, ORG.DATE_FROM START_DATE
, NVL(ORG.DATE_TO
, HR_GENERAL.END_OF_TIME) END_DATE
, FND_GLOBAL.RESP_ID RESPONSIBILITY_ID
, ORG.BUSINESS_GROUP_ID BUSINESS_GROUP_ID
FROM HR_ORGANIZATION_UNITS ORG
WHERE (ORG.BUSINESS_GROUP_ID IS NULL OR ORG.BUSINESS_GROUP_ID = NVL(HR_BIS.GET_SEC_PROFILE_BG_ID
, ORG.BUSINESS_GROUP_ID)) WITH READ ONLY