DBA Data[Home] [Help]

APPS.WMS_ENGINE_PVT dependencies on WMS_SEARCH_ORDER_GLOBALS_PVT

Line 1859: WMS_SEARCH_ORDER_GLOBALS_PVT.g_available_inv_tbl.DELETE ;

1855: End if;
1856:
1857: /* Fix for Bug#8355668. Remove existing elements for Select Available Inventory form */
1858: if (p_simulation_mode = 10 ) then
1859: WMS_SEARCH_ORDER_GLOBALS_PVT.g_available_inv_tbl.DELETE ;
1860: end if ;
1861:
1862: -- Standard start of API savepoint
1863: SAVEPOINT create_suggestions_sa;

Line 2488: wms_search_order_globals_pvt.insert_trace_header(

2484: and l_simulation_mode <> g_available_inventory) THEN
2485: IF l_debug = 1 THEN
2486: log_procedure(l_api_name, 'insert_trace_header', 'Calling insert_trace_header ');
2487: END IF;
2488: wms_search_order_globals_pvt.insert_trace_header(
2489: p_api_version => 1.0
2490: , p_init_msg_list => fnd_api.g_false
2491: , p_validation_level => fnd_api.g_valid_level_full
2492: , x_return_status => l_return_status

Line 2878: wms_search_order_globals_pvt.insert_txn_trace_rows(

2874: IF l_debug = 1 THEN
2875: log_procedure(l_api_name, 'insert_txn_trace_rows',
2876: 'Calling insert_txn_trace_rows ');
2877: END IF;
2878: wms_search_order_globals_pvt.insert_txn_trace_rows(
2879: p_api_version => 1.0
2880: , p_init_msg_list => fnd_api.g_false
2881: , p_validation_level => fnd_api.g_valid_level_full
2882: , x_return_status => l_return_status