DBA Data[Home] [Help]

APPS.PAY_EOSURVEY_PKG dependencies on HR_LOCATIONS

Line 1724: from hr_locations

1720: rtrim(address_line_3)||' '||
1721: town_or_city||','||
1722: country||'-'||
1723: postal_code
1724: from hr_locations
1725: where location_id = c_entity_id;
1726:
1727: l_address varchar2(1000);
1728: l_est_gre hr_location_extra_info.lei_information1%type;