DBA Data[Home] [Help]

APPS.RCV_ROI_TRANSACTION dependencies on RCV_ROI_RETURN

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

1039: * sure that we can correct this qty since it might have been
1040: * already reserved in inventory.
1041: */
1042: IF (x_cascaded_table(n).destination_type_code = 'INVENTORY') THEN --{
1043: rcv_roi_return.derive_inv_qty(x_cascaded_table, n);
1044:
1045: IF (g_asn_debug = 'Y') THEN
1046: asn_debug.put_line('After derive_inv_qty: ' || x_cascaded_table(n).error_status);
1047: END IF;

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

13891: * sure that we can correct this qty since it might have been
13892: * already reserved in inventory.
13893: */
13894: IF (x_cascaded_table(n).destination_type_code = 'INVENTORY') THEN --{
13895: rcv_roi_return.derive_inv_qty(x_cascaded_table, n);
13896:
13897: IF (x_cascaded_table(n).error_status = 'E') THEN
13898: /* Exit from loop */
13899: EXIT;