DBA Data[Home] [Help]

APPS.PA_ORG_UTILS dependencies on FND_MSG_PUB

Line 2381: fnd_msg_pub.add_exc_msg

2377: x_return_status := FND_API.G_RET_STS_ERROR;
2378: x_error_message_code := 'PA_ORG_NOT_IN_ORGHIER';
2379:
2380: WHEN OTHERS THEN
2381: fnd_msg_pub.add_exc_msg
2382: (p_pkg_name => 'PA_ORG_UTILS',
2383: p_procedure_name => pa_debug.g_err_stack );
2384: x_return_status:= FND_API.G_RET_STS_UNEXP_ERROR;
2385: RAISE;

Line 2420: fnd_msg_pub.add_exc_msg

2416: x_error_message_code := 'PA_NOT_PROJ_ORG';
2417: END IF;
2418:
2419: WHEN OTHERS THEN
2420: fnd_msg_pub.add_exc_msg
2421: (p_pkg_name => 'PA_ORG_UTILS',
2422: p_procedure_name => pa_debug.g_err_stack );
2423: x_return_status:= FND_API.G_RET_STS_UNEXP_ERROR;
2424: RAISE;

Line 2460: fnd_msg_pub.add_exc_msg

2456: x_error_message_code := 'PA_NOT_PROJ_ORGHIER';
2457: END IF;
2458:
2459: WHEN OTHERS THEN
2460: fnd_msg_pub.add_exc_msg
2461: (p_pkg_name => 'PA_ORG_UTILS',
2462: p_procedure_name => pa_debug.g_err_stack );
2463: x_return_status:= FND_API.G_RET_STS_UNEXP_ERROR;
2464: RAISE;