DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PVT dependencies on WIP_UTILITIES

Line 317: wip_utilities.get_message_stack(p_msg => l_msg);

313: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
314: fnd_msg_pub.add_exc_msg(p_pkg_name => g_pkgName,
315: p_procedure_name => l_procName,
316: p_error_text => SQLERRM);
317: wip_utilities.get_message_stack(p_msg => l_msg);
318: x_errorMsg := substrb(l_msg, 1, 240);
319: end processWJSI;
320:
321: