DBA Data[Home] [Help]

APPS.INV_PPENGINE_PVT dependencies on GMI_RESERVATION_UTIL

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

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

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

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

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

190: p_suggest_serial => p_suggest_serial
191: );
192: ELSE
193: IF (l_current_release_level >= l_j_release_level ) THEN
194: gmi_reservation_util.println(' calling >=J wms create_sugg, 11511 is included');
195: wms_engine_pvt.create_suggestions
196: ( p_api_version => 1.0,
197: p_init_msg_list => fnd_api.g_false,
198: p_commit => fnd_api.g_false,

Line 210: gmi_reservation_util.println(' calling

206: p_plan_tasks => p_plan_tasks,
207: p_quick_pick_flag => p_quick_pick_flag
208: );
209: ELSE
210: gmi_reservation_util.println(' calling 211: wms_engine_pvt.create_suggestions
212: ( p_api_version => 1.0,
213: p_init_msg_list => fnd_api.g_false,
214: p_commit => fnd_api.g_false,