DBA Data[Home] [Help]

APPS.RCV_INT_ORDER_PP_PVT dependencies on RCV_ROI_RETURN

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

724: * sure that we can correct this qty since it might have been
725: * already reserved in inventory.
726: */
727: IF (x_cascaded_table(n).destination_type_code = 'INVENTORY') THEN --{
728: rcv_roi_return.derive_inv_qty(x_cascaded_table, n);
729: END IF; --}
730: EXCEPTION
731: WHEN OTHERS THEN
732: NULL;