DBA Data[Home] [Help]

APPS.WMS_STRATEGY_PVT dependencies on INV_GLOBALS

Line 384: if p_type_code= 2 and x_transaction_source_type_id=4 and l_transaction_action_id=2 AND WMS_Engine_PVT.g_move_order_type=inv_globals.G_MOVE_ORDER_PUT_AWAY then-- Added g_move_order_type condition for Bug 13718173

380: log_statement(l_api_name, 'x_transaction_source_type_id:-', x_transaction_source_type_id);
381: log_statement(l_api_name, 'l_transaction_action_id:-', l_transaction_action_id);
382: log_statement(l_api_name, 'p_type_code:-', p_type_code);
383: log_statement(l_api_name, 'WMS_Engine_PVT.g_move_order_type', WMS_Engine_PVT.g_move_order_type);-- Added for Bug 13718173
384: if p_type_code= 2 and x_transaction_source_type_id=4 and l_transaction_action_id=2 AND WMS_Engine_PVT.g_move_order_type=inv_globals.G_MOVE_ORDER_PUT_AWAY then-- Added g_move_order_type condition for Bug 13718173
385: x_tree_mode := INV_Quantity_Tree_PUB.g_no_lpn_rsvs_mode ;
386: elsif p_type_code = 2 then
387: x_tree_mode := INV_Quantity_Tree_PVT.g_transaction_mode;
388: else