DBA Data[Home] [Help]

APPS.WIP_MASSLOAD_PVT dependencies on FND_MSG_PUB

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

458: p_msg => 'unexp error:' || SQLERRM,
459: x_returnStatus => l_retStatus);
460: end if;
461: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
462: fnd_msg_pub.add_exc_msg(p_pkg_name => g_pkgName,
463: p_procedure_name => l_procName,
464: p_error_text => SQLERRM);
465: wip_utilities.get_message_stack(p_msg => l_msg);
466: x_errorMsg := substrb(l_msg, 1, 240);