DBA Data[Home] [Help]

APPS.PAY_AU_SOE_PKG dependencies on HR_LOCATION_EXTRA_INFO

Line 1515: from hr_location_extra_info

1511: and pei_information1 = 'PAYSLIP';
1512:
1513: cursor get_loc_eit (p_location_id number) is
1514: select lei_information3
1515: from hr_location_extra_info
1516: where location_id = p_location_id
1517: and information_type = 'HR_SELF_SERVICE_LOC_PREFERENCE'
1518: and lei_information1 = 'PAYSLIP';
1519: