DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on FND_MSG_PUB

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

3076: p_msg => 'unexp error:' || SQLERRM,
3077: x_returnStatus => l_retStatus);
3078: end if;
3079: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
3080: fnd_msg_pub.add_exc_msg(p_pkg_name => g_pkgName,
3081: p_procedure_name => l_procName,
3082: p_error_text => SQLERRM);
3083: wip_utilities.get_message_stack(p_msg => l_msg);
3084: x_errorMsg := substrb(l_msg, 1, 240);

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

3247: p_msg => 'unexp error:' || SQLERRM,
3248: x_returnStatus => l_retStatus);
3249: end if;
3250: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
3251: fnd_msg_pub.add_exc_msg(p_pkg_name => g_pkgName,
3252: p_procedure_name => l_procName,
3253: p_error_text => SQLERRM);
3254: wip_utilities.get_message_stack(p_msg => l_msg);
3255: x_errorMsg := substrb(l_msg, 1, 240);