DBA Data[Home] [Help]

APPS.INV_PPENGINE_PVT dependencies on INV_AUTODETAIL

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

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

Line 183: inv_autodetail.create_suggestions

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