DBA Data[Home] [Help]

APPS.PQP_GB_PSI_LOCATION_CODES dependencies on HR_LOCATION_EXTRA_INFO

Line 28: from hr_location_extra_info

24: CURSOR csr_location_code
25: (p_loc_id NUMBER
26: ) IS
27: select lei_information2
28: from hr_location_extra_info
29: where information_type = 'PQP_GB_PENSERV_LOCATION_INFO'
30: and location_id = p_loc_id;
31:
32: