DBA Data[Home] [Help]

APPS.XDP_CANCEL_ORDER dependencies on WF_CORE

Line 176: wf_core.GET_ERROR(err_name => l_err_name,

172:
173: EXCEPTION
174: WHEN OTHERS THEN
175: -- Get the error and push it to the OE_MSG_PUB
176: wf_core.GET_ERROR(err_name => l_err_name,
177: err_message => l_err_message,
178: err_stack => l_err_stack,
179: maxErrStackLength => 900);
180:

Line 274: wf_core.GET_ERROR(err_name => l_err_name,

270:
271: EXCEPTION
272: WHEN no_data_found THEN
273: -- Get the error and push it to the OE_MSG_PUB
274: wf_core.GET_ERROR(err_name => l_err_name,
275: err_message => l_err_message,
276: err_stack => l_err_stack,
277: maxErrStackLength => 900);
278: