DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_ENGINE dependencies on INV_RCV_COMMON_APIS

Line 12493: l_lot_split_rec inv_rcv_common_apis.trans_rec_tb_tp;

12489: l_task_rec_new_wct wms_cartonization_temp%ROWTYPE;
12490: l_task_rec_old_mmtt mtl_material_transactions_temp%ROWTYPE;
12491: l_task_rec_new_mmtt mtl_material_transactions_temp%ROWTYPE;
12492: l_child_rec_new mtl_material_transactions_temp%ROWTYPE;
12493: l_lot_split_rec inv_rcv_common_apis.trans_rec_tb_tp;
12494: l_min_cap NUMBER := -1; -- minimum equipment capacity for a task
12495: l_min_cap_temp NUMBER;
12496: l_split_factor NUMBER; -- split task to this size
12497: l_init_qty NUMBER;

Line 13097: inv_rcv_common_apis.BREAK(

13093: l_lot_split_rec(1).primary_quantity := l_child_rec_new.primary_quantity;
13094: IF (l_debug = 1) THEN
13095: print_debug('calling BREAK to insert the lot and serial',4);
13096: END IF;
13097: inv_rcv_common_apis.BREAK(
13098: p_original_tid => l_child_rec.transaction_temp_id
13099: , p_new_transactions_tb => l_lot_split_rec
13100: , p_lot_control_code => l_lot_control_code
13101: , p_serial_control_code => l_serial_number_control_code

Line 13134: inv_rcv_common_apis.BREAK(

13130: l_lot_split_rec(1).primary_quantity := l_task_rec_new_mmtt.primary_quantity;
13131: else
13132: l_lot_split_rec(1).primary_quantity := l_task_rec_new_wct.primary_quantity;
13133: end if;
13134: inv_rcv_common_apis.BREAK(
13135: p_original_tid => p_task_id
13136: , p_new_transactions_tb => l_lot_split_rec
13137: , p_lot_control_code => l_lot_control_code
13138: , p_serial_control_code => l_serial_number_control_code