DBA Data[Home] [Help]

APPS.RCV_INT_ORG_TRANSFER dependencies on RCV_ROI_RETURN

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

1139: * sure that we can correct this qty since it might have been
1140: * already reserved in inventory.
1141: */
1142: IF (x_cascaded_table(n).destination_type_code = 'INVENTORY') THEN --{
1143: rcv_roi_return.derive_inv_qty(x_cascaded_table, n);
1144: END IF; --}
1145: EXCEPTION
1146: WHEN OTHERS THEN
1147: NULL;