DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on FND_MSG_PUB

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

3047: p_msg => 'unexp error:' || SQLERRM,
3048: x_returnStatus => l_retStatus);
3049: end if;
3050: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
3051: fnd_msg_pub.add_exc_msg(p_pkg_name => g_pkgName,
3052: p_procedure_name => l_procName,
3053: p_error_text => SQLERRM);
3054: wip_utilities.get_message_stack(p_msg => l_msg);
3055: x_errorMsg := substrb(l_msg, 1, 240);

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

3219: p_msg => 'unexp error:' || SQLERRM,
3220: x_returnStatus => l_retStatus);
3221: end if;
3222: x_returnStatus := fnd_api.g_ret_sts_unexp_error;
3223: fnd_msg_pub.add_exc_msg(p_pkg_name => g_pkgName,
3224: p_procedure_name => l_procName,
3225: p_error_text => SQLERRM);
3226: wip_utilities.get_message_stack(p_msg => l_msg);
3227: x_errorMsg := substrb(l_msg, 1, 240);