DBA Data[Home] [Help]

APPS.PQP_GB_PSI_BASIC_DATA dependencies on HR_LOCATION_EXTRA_INFO

Line 45: from hr_location_extra_info hlei

41: --
42: CURSOR csr_location_code (p_location_id NUMBER)
43: IS
44: select hlei.lei_information2
45: from hr_location_extra_info hlei
46: where hlei.location_id = p_location_id
47: and hlei.information_type = 'PQP_GB_PENSERV_LOCATION_INFO';
48:
49: --