DBA Data[Home] [Help]

APPS.INV_REPLENISH_DETAIL_PUB dependencies on INV_MOVE_ORDER_PUB

Line 148: l_trolin_tbl inv_move_order_pub.trolin_tbl_type;

144: l_inventory_item_id NUMBER;
145: l_temp_id NUMBER;
146: l_serial_number VARCHAR2(30);
147: l_mtl_reservation inv_reservation_global.mtl_reservation_tbl_type;
148: l_trolin_tbl inv_move_order_pub.trolin_tbl_type;
149: l_auto_pick_confirm NUMBER;
150: l_pick_release_status inv_pick_release_pub.inv_release_status_tbl_type;
151: l_return_status VARCHAR2(1);
152: l_grouping_rule_id NUMBER;

Line 1327: l_trolin_tbl inv_move_order_pub.trolin_tbl_type;

1323: l_message VARCHAR2(2000);
1324: l_count NUMBER;
1325: l_from_serial_number VARCHAR2(30);
1326: l_to_serial_number VARCHAR2(30);
1327: l_trolin_tbl inv_move_order_pub.trolin_tbl_type;
1328: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
1329: BEGIN
1330: --inv_debug.message('auto pick confirm');
1331: --inv_debug.message('get trolin');