DBA Data[Home] [Help]

APPS.CLN_RN_UTILS dependencies on HR_LOCATIONS_ALL

Line 350: FROM hr_locations_all loc, hr_all_organization_units_vl org

346: , x_email
347: , x_telephone
348: , x_fax
349: , x_ece_location_code
350: FROM hr_locations_all loc, hr_all_organization_units_vl org
351: WHERE org.location_id = loc.location_id
352: AND org.organization_id = p_org_id;
353: IF (l_Debug_Level <= 1) THEN
354: cln_debug_pub.Add('Result From the Query........', 1);