DBA Data[Home] [Help]

APPS.RCV_RMA_TRANSACTIONS dependencies on RCV_ROI_RETURN

Line 549: rcv_roi_return.derive_inv_qty(x_cascaded_table, n);

545: * sure that we can correct this qty since it might have been
546: * already reserved in inventory.
547: */
548: IF (x_cascaded_table(n).destination_type_code = 'INVENTORY') THEN --{
549: rcv_roi_return.derive_inv_qty(x_cascaded_table, n);
550: END IF; --}
551: EXCEPTION
552: WHEN OTHERS THEN
553: x_cascaded_table(n).error_status := rcv_error_pkg.g_ret_sts_unexp_error;