DBA Data[Home] [Help]

APPS.INV_PPENGINE_PVT dependencies on WMS_ENGINE_PVT

Line 156: -- otherwise call wms_engine_pvt to detail using wms rules/strategies

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
160: --calling wms_install.check_install, to check wms installed

Line 198: wms_engine_pvt.create_suggestions

194: );
195: ELSE
196: IF (l_current_release_level >= l_j_release_level ) THEN
197: gmi_reservation_util.println(' calling >=J wms create_sugg, 11511 is included');
198: wms_engine_pvt.create_suggestions
199: ( p_api_version => 1.0,
200: p_init_msg_list => fnd_api.g_false,
201: p_commit => fnd_api.g_false,
202: p_validation_level => p_validation_level,

Line 215: wms_engine_pvt.create_suggestions

211: p_wave_simulation_mode => p_wave_simulation_mode
212: );
213: ELSE
214: gmi_reservation_util.println(' calling 215: wms_engine_pvt.create_suggestions
216: ( p_api_version => 1.0,
217: p_init_msg_list => fnd_api.g_false,
218: p_commit => fnd_api.g_false,
219: p_validation_level => p_validation_level,