DBA Data[Home] [Help]

APPS.WMS_SEARCH_ORDER_GLOBALS_PVT dependencies on INV_QUANTITY_TREE_PVT

Line 444: inv_quantity_tree_pvt.clear_quantity_cache;

440: ---- Initilizeing Search Order Global Variables
441: wms_search_order_globals_pvt.init_global_variables;
442:
443: rollback;
444: inv_quantity_tree_pvt.clear_quantity_cache;
445: --- Deleteting all records from WTT
446: delete wms_transactions_temp ;
447:
448: --- Deleting All record from mmtt

Line 498: 'Calling inv_quantity_tree_pvt.release_lock');

494: where line_id = l_line_id;
495:
496: if l_debug = 1 then
497: log_procedure('WMS_SEARCH_ORDER_GLOBALS_PVT', 'release_lock',
498: 'Calling inv_quantity_tree_pvt.release_lock');
499: end if;
500:
501: inv_quantity_tree_pvt.release_lock(
502: p_api_version_number => 1.0

Line 501: inv_quantity_tree_pvt.release_lock(

497: log_procedure('WMS_SEARCH_ORDER_GLOBALS_PVT', 'release_lock',
498: 'Calling inv_quantity_tree_pvt.release_lock');
499: end if;
500:
501: inv_quantity_tree_pvt.release_lock(
502: p_api_version_number => 1.0
503: , p_init_msg_lst => fnd_api.g_false
504: , x_return_status => l_return_status_qty
505: , x_msg_count => l_msg_count