DBA Data[Home] [Help]

APPS.PA_ORG_UTILS dependencies on FND_MSG_PUB

Line 2588: fnd_msg_pub.add_exc_msg

2584: x_return_status := FND_API.G_RET_STS_ERROR;
2585: x_error_message_code := 'PA_ORG_NOT_IN_ORGHIER';
2586:
2587: WHEN OTHERS THEN
2588: fnd_msg_pub.add_exc_msg
2589: (p_pkg_name => 'PA_ORG_UTILS',
2590: p_procedure_name => pa_debug.g_err_stack );
2591: x_return_status:= FND_API.G_RET_STS_UNEXP_ERROR;
2592: RAISE;

Line 2627: fnd_msg_pub.add_exc_msg

2623: x_error_message_code := 'PA_NOT_PROJ_ORG';
2624: END IF;
2625:
2626: WHEN OTHERS THEN
2627: fnd_msg_pub.add_exc_msg
2628: (p_pkg_name => 'PA_ORG_UTILS',
2629: p_procedure_name => pa_debug.g_err_stack );
2630: x_return_status:= FND_API.G_RET_STS_UNEXP_ERROR;
2631: RAISE;

Line 2667: fnd_msg_pub.add_exc_msg

2663: x_error_message_code := 'PA_NOT_PROJ_ORGHIER';
2664: END IF;
2665:
2666: WHEN OTHERS THEN
2667: fnd_msg_pub.add_exc_msg
2668: (p_pkg_name => 'PA_ORG_UTILS',
2669: p_procedure_name => pa_debug.g_err_stack );
2670: x_return_status:= FND_API.G_RET_STS_UNEXP_ERROR;
2671: RAISE;