DBA Data[Home] [Help]

APPS.WMS_TASK_DISPATCH_PUT_AWAY dependencies on INV_MOBILE_HELPER_FUNCTIONS

Line 119: inv_mobile_helper_functions.tracelog(p_err_msg => l_msg

115: -- select to_char(sysdate,'MM/DD/YYYY HH:MM:SS') INTO l_ts from dual;
116: -- l_msg:=l_ts||' '||msg;
117:
118: l_msg := msg;
119: inv_mobile_helper_functions.tracelog(p_err_msg => l_msg
120: , p_module => 'WMS_Task_Dispatch_put_away'
121: , p_level => 4);
122: --dbms_output.put_line(l_msg);
123: NULL;

Line 852: inv_mobile_helper_functions.sql_error('WMS_Task_Dispatch_put_away.create_mo', '10', SQLCODE);

848: WHEN OTHERS THEN
849: x_return_status := fnd_api.g_ret_sts_unexp_error;
850:
851: IF SQLCODE IS NOT NULL THEN
852: inv_mobile_helper_functions.sql_error('WMS_Task_Dispatch_put_away.create_mo', '10', SQLCODE);
853: END IF;
854:
855: fnd_msg_pub.count_and_get(p_count => x_msg_count, p_data => x_msg_data);
856: END create_mo;