DBA Data[Home] [Help]

APPS.RCV_RMA_TRANSACTIONS dependencies on RCV_ROI_RETURN

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

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