DBA Data[Home] [Help]

APPS.RCV_RETURN_SV dependencies on PO_SHIPMENTS_SV2

Line 518: PO_SHIPMENTS_SV2.get_drop_ship_cust_locations(x_receiving_location_id,

514: --Now hr_locations dose not contain hz_locations table.So added the
515: --following condition to take care of the RMA.
516: exception
517: WHEN NO_DATA_FOUND then
518: PO_SHIPMENTS_SV2.get_drop_ship_cust_locations(x_receiving_location_id,
519: x_receiving_location);
520: end;
521: end if;
522:

Line 533: PO_SHIPMENTS_SV2.get_drop_ship_cust_locations(x_final_location_id,

529: where location_id = x_final_location_id;
530: --Bug#2253273.
531: exception
532: WHEN NO_DATA_FOUND then
533: PO_SHIPMENTS_SV2.get_drop_ship_cust_locations(x_final_location_id,
534: x_final_location);
535: end;
536: end if;
537: /*Bug 2713129 hr_employees view doesn't contain terminated employees.Hence