DBA Data[Home] [Help]

APPS.PAY_ZA_EOY_VAL dependencies on HR_LOCATION_EXTRA_INFO

Line 3118: from hr_location_extra_info

3114: , lei_information4 ee_street_name
3115: , lei_information5 ee_suburb_district
3116: , lei_information6 ee_town_city
3117: , lei_information7 ee_postal_code
3118: from hr_location_extra_info
3119: where location_id = p_location_id
3120: and information_type ='ZA_SARS_ADDRESS';
3121:
3122: cursor csr_postal_address(p_person_id number, l_effective_date date)