DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PVT dependencies on FND_MSG_PUB

Line 314: fnd_msg_pub.add_exc_msg(p_pkg_name => g_pkgName,

310: p_msg => 'unexp error:' || SQLERRM,
311: x_returnStatus => l_retStatus);
312: end if;
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);