DBA Data[Home] [Help]

APPS.RCV_ROI_RETURN dependencies on RCV_ROI_TRANSACTION

Line 43: rcv_roi_transaction.derive_from_locator_id(x_cascaded_table, n); -- WMS Change

39: x_progress := '020';
40: derive_reason_info(x_cascaded_table, n);
41: /* Auto_transact_code is null for all these transaction types */
42: x_cascaded_table(n).auto_transact_code := NULL;
43: rcv_roi_transaction.derive_from_locator_id(x_cascaded_table, n); -- WMS Change
44: rcv_roi_transaction.derive_to_locator_id(x_cascaded_table, n); -- WMS Change
45: derive_return_line_qty(x_cascaded_table,
46: n,
47: temp_cascaded_table

Line 44: rcv_roi_transaction.derive_to_locator_id(x_cascaded_table, n); -- WMS Change

40: derive_reason_info(x_cascaded_table, n);
41: /* Auto_transact_code is null for all these transaction types */
42: x_cascaded_table(n).auto_transact_code := NULL;
43: rcv_roi_transaction.derive_from_locator_id(x_cascaded_table, n); -- WMS Change
44: rcv_roi_transaction.derive_to_locator_id(x_cascaded_table, n); -- WMS Change
45: derive_return_line_qty(x_cascaded_table,
46: n,
47: temp_cascaded_table
48: );

Line 152: rcv_roi_transaction.default_from_subloc_info(x_cascaded_table, n);

148: END IF; -- if default_return%FOUND is true }
149:
150: /* FPJ WMS CHANGES START */
151: IF (x_cascaded_table(n).from_subinventory IS NULL) THEN
152: rcv_roi_transaction.default_from_subloc_info(x_cascaded_table, n);
153: END IF;
154:
155: rcv_roi_transaction.default_to_subloc_info(x_cascaded_table, n);
156: /* FPJ WMS CHANGES END */

Line 155: rcv_roi_transaction.default_to_subloc_info(x_cascaded_table, n);

151: IF (x_cascaded_table(n).from_subinventory IS NULL) THEN
152: rcv_roi_transaction.default_from_subloc_info(x_cascaded_table, n);
153: END IF;
154:
155: rcv_roi_transaction.default_to_subloc_info(x_cascaded_table, n);
156: /* FPJ WMS CHANGES END */
157:
158: IF (g_asn_debug = 'Y') THEN
159: asn_debug.put_line('Set Location_id = ' || TO_CHAR(x_cascaded_table(n).location_id));

Line 382: rcv_roi_transaction.derive_parent_id(x_cascaded_table, n);

378:
379: -- try to derive the parent_trx_id from rt. if the parent line is not in rt,
380: -- try get it from rti or plsql table.
381: IF (x_cascaded_table(n).parent_transaction_id IS NULL) THEN
382: rcv_roi_transaction.derive_parent_id(x_cascaded_table, n);
383: END IF;
384:
385: IF (x_cascaded_table(n).parent_transaction_id IS NOT NULL) THEN --{
386: asn_debug.put_line('open rt cursor with parent_trx_id: ' || x_cascaded_table(n).parent_transaction_id);

Line 592: rcv_roi_transaction.get_interface_available_qty(temp_cascaded_table,

588: END IF;
589:
590: insert_into_table := FALSE;
591: already_allocated_qty := 0;
592: rcv_roi_transaction.get_interface_available_qty(temp_cascaded_table,
593: current_n,
594: x_converted_parent_trx_qty
595: );
596: