DBA Data[Home] [Help]

APPS.INV_PPENGINE_PVT dependencies on GMI_RESERVATION_UTIL

Line 175: gmi_reservation_util.println('getting crreate_sugg');

171: End If;
172: l_wms_installed := INV_CACHE.wms_installed;
173: --End of Changes for Bug#3153166
174:
175: gmi_reservation_util.println('getting crreate_sugg');
176: /* as part of inventory convergence, all allocations will converge
177: * in common WMS create_suggenstions logic after 11.5.11
178: */
179: IF l_wms_installed = FALSE

Line 182: gmi_reservation_util.println('calling inv crreate_sugg');

178: */
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,

Line 197: gmi_reservation_util.println(' calling >=J wms create_sugg, 11511 is included');

193: p_suggest_serial => p_suggest_serial
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,

Line 214: gmi_reservation_util.println(' calling

210: p_quick_pick_flag => p_quick_pick_flag,
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,