DBA Data[Home] [Help]

APPS.OKS_AUTH_UTIL_PVT dependencies on HR_LOCATIONS

Line 689: FROM hr_locations hr

685: CURSOR l_int_site_name_csr IS
686: SELECT
687: SUBSTR(replace(arp_addr_label_pkg.format_address
688: (NULL,hr.address_line_1,hr.address_line_2,hr.address_line_3,null,hr.town_or_city,null,hr.region_2,null,hr.postal_code,NULL,hr.COUNTRY,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'N','N',80,1,1),fnd_global.local_chr(10)),1,80)
689: FROM hr_locations hr
690: WHERE hr.LOCATION_ID =p_install_location_id;
691:
692: BEGIN
693: