DBA Data[Home] [Help]

APPS.INV_PPENGINE_PVT dependencies on WMS_ENGINE_PVT

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

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

Line 195: wms_engine_pvt.create_suggestions

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,
199: p_validation_level => p_validation_level,

Line 211: wms_engine_pvt.create_suggestions

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,
215: p_validation_level => p_validation_level,