DBA Data[Home] [Help]

APPS.PQP_GB_PSI_LOCATION_CODES dependencies on HR_LOCATIONS_ALL

Line 40: from hr_locations_all

36: CURSOR csr_location_name
37: (p_loc_id NUMBER
38: ) IS
39: select location_code
40: from hr_locations_all
41: where location_id = p_loc_id;
42:
43:
44: