DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_ENGINE dependencies on INV_RCV_COMMON_APIS

Line 13018: l_lot_split_rec inv_rcv_common_apis.trans_rec_tb_tp;

13014: l_task_rec_new_wct wms_cartonization_temp%ROWTYPE;
13015: l_task_rec_old_mmtt mtl_material_transactions_temp%ROWTYPE;
13016: l_task_rec_new_mmtt mtl_material_transactions_temp%ROWTYPE;
13017: l_child_rec_new mtl_material_transactions_temp%ROWTYPE;
13018: l_lot_split_rec inv_rcv_common_apis.trans_rec_tb_tp;
13019: l_min_cap NUMBER := -1; -- minimum equipment capacity for a task
13020: l_min_cap_temp NUMBER;
13021: l_split_factor NUMBER; -- split task to this size
13022: l_init_qty NUMBER;

Line 13748: inv_rcv_common_apis.BREAK(

13744: l_lot_split_rec(1).primary_quantity := l_child_rec_new.primary_quantity;
13745: IF (l_debug = 1) THEN
13746: print_debug('calling BREAK to insert the lot and serial',4);
13747: END IF;
13748: inv_rcv_common_apis.BREAK(
13749: p_original_tid => l_child_rec.transaction_temp_id
13750: , p_new_transactions_tb => l_lot_split_rec
13751: , p_lot_control_code => l_lot_control_code
13752: , p_serial_control_code => l_serial_number_control_code

Line 13785: inv_rcv_common_apis.BREAK(

13781: l_lot_split_rec(1).primary_quantity := l_task_rec_new_mmtt.primary_quantity;
13782: else
13783: l_lot_split_rec(1).primary_quantity := l_task_rec_new_wct.primary_quantity;
13784: end if;
13785: inv_rcv_common_apis.BREAK(
13786: p_original_tid => p_task_id
13787: , p_new_transactions_tb => l_lot_split_rec
13788: , p_lot_control_code => l_lot_control_code
13789: , p_serial_control_code => l_serial_number_control_code