DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on RCV_ROI_RETURN

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

1464: * sure that we can correct this qty since it might have been
1465: * already reserved in inventory.
1466: */
1467: IF (x_cascaded_table(n).destination_type_code = 'INVENTORY') THEN --{
1468: rcv_roi_return.derive_inv_qty(x_cascaded_table, n);
1469:
1470: IF (g_asn_debug = 'Y') THEN
1471: asn_debug.put_line('After derive_inv_qty: ' || x_cascaded_table(n).error_status);
1472: END IF;

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

15306: * sure that we can correct this qty since it might have been
15307: * already reserved in inventory.
15308: */
15309: IF (x_cascaded_table(n).destination_type_code = 'INVENTORY') THEN --{
15310: rcv_roi_return.derive_inv_qty(x_cascaded_table, n);
15311:
15312: IF (x_cascaded_table(n).error_status = 'E') THEN
15313: /* Exit from loop */
15314: EXIT;