DBA Data[Home] [Help]

APPS.CSP_REPAIR_PO_PVT dependencies on HR_ORGANIZATION_UNITS

Line 481: FROM HR_ORGANIZATION_UNITS

477: If l_ship_to_location_id is null then
478: Begin
479: SELECT LOCATION_ID
480: INTO l_ship_to_location_id
481: FROM HR_ORGANIZATION_UNITS
482: WHERE ORGANIZATION_ID = l_dest_organization_id;
483: Exception
484: when no_data_found then
485: l_ship_to_location_id := Null;