DBA Data[Home] [Help]

APPS.PER_PERUSEOX_XMLP_PKG dependencies on HR_ALL_ORGANIZATION_UNITS

Line 51: from hr_all_organization_units

47:
48: begin
49: select null
50: into l_dummy
51: from hr_all_organization_units
52: where organization_id = c_parent_org_id
53: and location_id is not null;
54: exception
55: when no_data_found then