DBA Data[Home] [Help]

APPS.INV_MO_BACKORDER_PVT dependencies on INV_MOVE_ORDER_PUB

Line 23: , p_mo_line_rec inv_move_order_pub.trolin_rec_type

19: x_return_status OUT NOCOPY VARCHAR2
20: , x_msg_count OUT NOCOPY NUMBER
21: , x_msg_data OUT NOCOPY VARCHAR2
22: , p_move_order_type NUMBER
23: , p_mo_line_rec inv_move_order_pub.trolin_rec_type
24: ) IS
25: l_shipping_attr wsh_interface.changedattributetabtype;
26: l_released_status VARCHAR2(1);
27: l_delivery_detail_id NUMBER;

Line 161: l_mo_line_rec inv_move_order_pub.trolin_rec_type;

157: , x_return_status OUT NOCOPY VARCHAR2
158: , x_msg_count OUT NOCOPY NUMBER
159: , x_msg_data OUT NOCOPY VARCHAR2
160: ) IS
161: l_mo_line_rec inv_move_order_pub.trolin_rec_type;
162: l_mold_tbl inv_mo_line_detail_util.g_mmtt_tbl_type;
163: l_mo_type NUMBER;
164: l_allow_backordering VARCHAR2(1) := 'Y';
165: