DBA Data[Home] [Help]

APPS.WSH_MBOLS_PVT dependencies on HR_ALL_ORGANIZATION_UNITS

Line 1013: from hr_all_organization_units

1009: order by stop_sequence_number desc;
1010:
1011: cursor organizations_csr(p_location_id NUMBER) is
1012: select organization_id
1013: from hr_all_organization_units
1014: where location_id = p_location_id;
1015:
1016: l_debug_on BOOLEAN;
1017: --