DBA Data[Home] [Help]

APPS.RCV_RETURN_SV dependencies on PO_SHIPMENTS_SV2

Line 510: PO_SHIPMENTS_SV2.get_drop_ship_cust_locations(x_receiving_location_id,

506: --Now hr_locations dose not contain hz_locations table.So added the
507: --following condition to take care of the RMA.
508: exception
509: WHEN NO_DATA_FOUND then
510: PO_SHIPMENTS_SV2.get_drop_ship_cust_locations(x_receiving_location_id,
511: x_receiving_location);
512: end;
513: end if;
514:

Line 525: PO_SHIPMENTS_SV2.get_drop_ship_cust_locations(x_final_location_id,

521: where location_id = x_final_location_id;
522: --Bug#2253273.
523: exception
524: WHEN NO_DATA_FOUND then
525: PO_SHIPMENTS_SV2.get_drop_ship_cust_locations(x_final_location_id,
526: x_final_location);
527: end;
528: end if;
529: /*Bug 2713129 hr_employees view doesn't contain terminated employees.Hence