DBA Data[Home] [Help]

APPS.ITG_X_UTILS dependencies on HR_LOCATIONS_ALL

Line 603: FROM hr_locations_all h,

599: BEGIN
600: /* Package initialization. */
601: SELECT to_char(e.party_id), to_char(e.party_site_id)
602: INTO g_party_id, g_party_site_id
603: FROM hr_locations_all h,
604: ecx_tp_headers e
605: WHERE h.location_id = e.party_id
606: AND e.party_type = c_party_type
607: AND h.location_code = c_party_site_name;