DBA Data[Home] [Help]

APPS.PAY_ZA_TYE_ARCHIVE_PKG dependencies on HR_LOCATION_EXTRA_INFO

Line 2669: from hr_location_extra_info

2665: , lei_information4 ee_street_name
2666: , lei_information5 ee_suburb_district
2667: , lei_information6 ee_town_city
2668: , lei_information7 ee_postal_code
2669: from hr_location_extra_info
2670: where location_id = p_location_id
2671: and information_type ='ZA_SARS_ADDRESS';
2672:
2673: cursor csr_location_code(p_location_id number)