DBA Data[Home] [Help]

APPS.CSP_REPAIR_PO_PVT dependencies on HR_ORGANIZATION_UNITS

Line 520: FROM HR_ORGANIZATION_UNITS

516: If l_ship_to_location_id is null then
517: Begin
518: SELECT LOCATION_ID
519: INTO l_ship_to_location_id
520: FROM HR_ORGANIZATION_UNITS
521: WHERE ORGANIZATION_ID = l_dest_organization_id;
522: Exception
523: when no_data_found then
524: l_ship_to_location_id := Null;