DBA Data[Home] [Help]

APPS.PA_FP_CI_IMPLEMENT_PKG dependencies on FND_MSG_PUB

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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