DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_GEN dependencies on INV_UTILITIES

Line 5136: l_tabtype inv_utilities.vector_tabtype;

5132: l_new_txn_hdr_id NUMBER;
5133: l_qty_picked NUMBER;
5134: l_qty_uom VARCHAR2(3);
5135: l_wf NUMBER := 0;
5136: l_tabtype inv_utilities.vector_tabtype;
5137: l_counter NUMBER;
5138: l_transfer_lpn_id NUMBER;
5139: l_content_lpn_id NUMBER;
5140: l_lpn_id NUMBER;

Line 5362: inv_utilities.parse_vector(vector_in => p_mmtt_to_update, delimiter => ':', table_of_strings => l_tabtype);

5358: mydebug('load_pick : Either lot or serial control. Will not call multiple_pick');
5359: END IF;
5360:
5361: x_temp_id := p_temp_id;
5362: inv_utilities.parse_vector(vector_in => p_mmtt_to_update, delimiter => ':', table_of_strings => l_tabtype);
5363:
5364: FOR l_counter IN 0 ..(l_tabtype.COUNT - 1) LOOP
5365: IF (l_debug = 1) THEN
5366: mydebug('load_pick : MMTT about to update' || l_tabtype(l_counter) || ':');

Line 5700: inv_utilities.parse_vector(vector_in => p_lots_to_delete, delimiter => ':', table_of_strings => l_tabtype);

5696: IF (l_debug = 1) THEN
5697: mydebug('load_pick : lot controlled');
5698: END IF;
5699:
5700: inv_utilities.parse_vector(vector_in => p_lots_to_delete, delimiter => ':', table_of_strings => l_tabtype);
5701:
5702: FOR l_counter IN 0 ..(l_tabtype.COUNT - 1) LOOP
5703: IF (l_debug = 1) THEN
5704: mydebug('load_pick : ' || l_tabtype(l_counter));