DBA Data[Home] [Help]

APPS.INV_PPENGINE_PVT dependencies on INV_AUTODETAIL

Line 152: -- call inv_autodetail to use pick rules in mtl_picking_rules;

148: END IF;
149: -------------------------------------------------------------------
150: -- Important:
151: -- If Oracle WMS is not installed, the program will
152: -- call inv_autodetail to use pick rules in mtl_picking_rules;
153: -- otherwise call wms_engine_pvt to detail using wms rules/strategies
154: -------------------------------------------------------------------
155: --
156: --for Bug#3153166: Performace Issue, Will Check the cache before

Line 180: inv_autodetail.create_suggestions

176: IF l_wms_installed = FALSE
177: AND (l_current_release_level < l_k_release_level )
178: THEN
179: gmi_reservation_util.println('calling inv crreate_sugg');
180: inv_autodetail.create_suggestions
181: ( p_api_version => 1.0,
182: p_init_msg_list => fnd_api.g_false,
183: p_commit => fnd_api.g_false,
184: p_validation_level => p_validation_level,