DBA Data[Home] [Help]

APPS.PA_FP_CI_IMPLEMENT_PKG dependencies on FND_MSG_PUB

Line 275: /* x_msg_count := FND_MSG_PUB.Count_Msg;

271: x_err_stack => l_err_stack );
272:
273: IF (l_err_code <> 0) THEN
274: x_return_status := FND_API.G_RET_STS_ERROR;
275: /* x_msg_count := FND_MSG_PUB.Count_Msg;
276: IF x_msg_count = 1 THEN
277: PA_INTERFACE_UTILS_PUB.get_messages
278: (p_encoded => FND_API.G_TRUE,
279: p_msg_index => 1,

Line 338: /* x_msg_count := FND_MSG_PUB.Count_Msg;

334: ,x_log_level => 5);
335: END IF;
336: IF l_upd_agr_allowed = 'N' THEN
337: x_return_status := FND_API.G_RET_STS_ERROR;
338: /* x_msg_count := FND_MSG_PUB.Count_Msg;
339: IF x_msg_count = 1 THEN
340: PA_INTERFACE_UTILS_PUB.get_messages
341: (p_encoded => FND_API.G_TRUE,
342: p_msg_index => 1,

Line 464: /* x_msg_count := FND_MSG_PUB.Count_Msg;

460: p_app_short_name => 'PA',
461: p_msg_name => 'PA_INVD_FUND_ALLOC_AMG' );
462:
463: x_return_status := FND_API.G_RET_STS_ERROR;
464: /* x_msg_count := FND_MSG_PUB.Count_Msg;
465: IF x_msg_count = 1 THEN
466: PA_INTERFACE_UTILS_PUB.get_messages
467: (p_encoded => FND_API.G_TRUE,
468: p_msg_index => 1,

Line 679: /* x_msg_count := FND_MSG_PUB.Count_Msg;

675: END IF;
676:
677: IF l_add_funding_ok_flag <> 'Y' THEN
678: x_return_status := FND_API.G_RET_STS_ERROR;
679: /* x_msg_count := FND_MSG_PUB.Count_Msg;
680: IF x_msg_count = 1 THEN
681: PA_INTERFACE_UTILS_PUB.get_messages
682: (p_encoded => FND_API.G_TRUE,
683: p_msg_index => 1,

Line 773: /* x_msg_count := FND_MSG_PUB.Count_Msg;

769: PA_UTILS.ADD_MESSAGE(
770: p_app_short_name => 'PA',
771: p_msg_name => l_err_stage );
772: x_return_status := FND_API.G_RET_STS_ERROR;
773: /* x_msg_count := FND_MSG_PUB.Count_Msg;
774: IF x_msg_count = 1 THEN
775: PA_INTERFACE_UTILS_PUB.get_messages
776: (p_encoded => FND_API.G_TRUE,
777: p_msg_index => 1,

Line 847: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_FP_CI_IMPLEMENT_PKG',

843: PA_DEBUG.Reset_Err_Stack;
844: END IF;
845:
846: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
847: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_FP_CI_IMPLEMENT_PKG',
848: p_procedure_name => 'CREATE_CI_IMPACT_FUND_LINES',
849: p_error_text => SUBSTRB(SQLERRM,1,240));
850:
851: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 851: fnd_msg_pub.count_and_get(p_count => x_msg_count,

847: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_FP_CI_IMPLEMENT_PKG',
848: p_procedure_name => 'CREATE_CI_IMPACT_FUND_LINES',
849: p_error_text => SUBSTRB(SQLERRM,1,240));
850:
851: fnd_msg_pub.count_and_get(p_count => x_msg_count,
852: p_data => x_msg_data);
853:
854:
855: END create_ci_impact_fund_lines;

Line 1023: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_FP_CI_IMPLEMENT_PKG',

1019: EXCEPTION
1020: WHEN OTHERS THEN
1021:
1022: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
1023: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_FP_CI_IMPLEMENT_PKG',
1024: p_procedure_name => 'CHK_PLAN_VER_FOR_MERGE',
1025: p_error_text => SUBSTRB(SQLERRM,1,240));
1026:
1027: fnd_msg_pub.count_and_get(p_count => x_msg_count,

Line 1027: fnd_msg_pub.count_and_get(p_count => x_msg_count,

1023: fnd_msg_pub.add_exc_msg(p_pkg_name => 'PA_FP_CI_IMPLEMENT_PKG',
1024: p_procedure_name => 'CHK_PLAN_VER_FOR_MERGE',
1025: p_error_text => SUBSTRB(SQLERRM,1,240));
1026:
1027: fnd_msg_pub.count_and_get(p_count => x_msg_count,
1028: p_data => x_msg_data);
1029:
1030: END chk_plan_ver_for_merge;
1031: