DBA Data[Home] [Help]

APPS.RCV_INT_ORDER_PP_PVT dependencies on RCV_ROI_RETURN

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

682: * sure that we can correct this qty since it might have been
683: * already reserved in inventory.
684: */
685: IF (x_cascaded_table(n).destination_type_code = 'INVENTORY') THEN --{
686: rcv_roi_return.derive_inv_qty(x_cascaded_table, n);
687: END IF; --}
688: EXCEPTION
689: WHEN OTHERS THEN
690: NULL;