DBA Data[Home] [Help]

APPS.ONT_ITM_PKG dependencies on HR_LOCATIONS

Line 284: hr_locations hl

280: NULL fax,
281: NULL url
282: FROM
283: hr_all_organization_units hu,
284: hr_locations hl
285: WHERE
286: hl.location_id = hu.location_id
287: AND hu.organization_id = cp_ship_from_org_id;
288: