DBA Data[Home] [Help]

APPS.WMS_ATF_DEST_LOCATOR dependencies on WMS_API_LOC_PACKAGE_2

Line 223: trace(l_proc ||' Before calling package "wms_api_loc_package_2.get_loc"....', 1);

219: elsif l_current_package_cntr = 2
220: then
221: if (l_debug =1) then
222: trace(l_proc ||' Within "l_current_package_cntr = 2" clause...');
223: trace(l_proc ||' Before calling package "wms_api_loc_package_2.get_loc"....', 1);
224: trace(l_proc ||' Input parameters...');
225: trace(l_proc ||' p_mode = ' || p_mode);
226: trace(l_proc ||' p_activity_type_id = ' || p_activity_type_id);
227: trace(l_proc ||' p_task_id = ' || p_task_id);

Line 233: wms_api_loc_package_2.get_loc(

229: trace(l_proc ||' p_item_id = ' || p_item_id);
230: trace(l_proc ||' p_hook_call_id = ' || p_hook_call_id);
231: end if;
232:
233: wms_api_loc_package_2.get_loc(
234: x_return_status => x_return_status
235: , x_msg_count => x_msg_count
236: , x_msg_data => x_msg_data
237: , x_locator_id => x_locator_id