DBA Data[Home] [Help]

APPS.HRI_EDW_DIM_ORGANIZATION dependencies on HR_ALL_ORGANIZATION_UNITS

Line 16: FROM hr_all_organization_units

12:
13: BEGIN
14:
15: SELECT business_group_id INTO l_org_business_group_id
16: FROM hr_all_organization_units
17: WHERE organization_id = p_organization_id;
18: --
19: -- Fixed GSCC warning regarding explicit listing of columns in insert statements
20: --