DBA Data[Home] [Help]

APPS.PQP_GB_PSI_BASIC_DATA dependencies on HR_LOCATION_EXTRA_INFO

Line 52: from hr_location_extra_info hlei

48: --
49: CURSOR csr_location_code (p_location_id NUMBER)
50: IS
51: select hlei.lei_information2
52: from hr_location_extra_info hlei
53: where hlei.location_id = p_location_id
54: and hlei.information_type = 'PQP_GB_PENSERV_LOCATION_INFO';
55:
56: --