DBA Data[Home] [Help]

APPS.WMS_TASK_MGMT_PUB dependencies on INV_TROLIN_UTIL

Line 4232: l_mo_line_rec := inv_trolin_util.query_row(l_transaction_record.move_order_line_id);

4228: CLOSE c_mo_type;
4229: IF l_debug = 1 THEN
4230: debug_print ( 'delete_so: l_mo_type::: ' || l_mo_type);
4231: END IF;
4232: l_mo_line_rec := inv_trolin_util.query_row(l_transaction_record.move_order_line_id);
4233: backorder_source(x_return_status => x_return_status ,
4234: x_msg_data => x_msg_data ,
4235: x_msg_count => x_msg_count ,
4236: p_move_order_type => l_mo_type ,