DBA Data[Home] [Help]

APPS.CSI_UTILITY_GRP dependencies on HR_LOCATIONS_ALL

Line 1892: FROM hr_locations_all hr

1888: hr.style address_style,
1889: ' ' address_lines_phonetic,
1890: ' ' county,
1891: ' ' province
1892: FROM hr_locations_all hr
1893: WHERE hr.location_id = cp_location_id ;
1894:
1895:
1896: Cursor c_vendor_site( cp_location_id NUMBER) IS