DBA Data[Home] [Help]

APPS.PA_FP_VIEW_PLANS_UTIL dependencies on FND_MSG_PUB

Line 796: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FP_VIEW_PLANS_PUB',

792: when others then
793: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
794: x_msg_count := 1;
795: x_msg_data := SQLERRM;
796: FND_MSG_PUB.add_exc_msg( p_pkg_name => 'PA_FP_VIEW_PLANS_PUB',
797: p_procedure_name => 'Assign_Default_Amount');
798: pa_debug.reset_err_stack;
799: return;
800: END assign_default_amount;

Line 1731: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'pa_fp_view_plans_util',

1727: pa_debug.write_file('get_period_n_value: p_amount_type_id= ' ||
1728: to_char(p_amount_type_id));
1729: pa_debug.write_file('get_period_n_value: p_resource_assignment_id= ' ||
1730: to_char(p_resource_assignment_id));
1731: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'pa_fp_view_plans_util',
1732: p_procedure_name => 'get_period_n_value: TOO_MANY_ROWS');
1733: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
1734: WHEN OTHERS THEN
1735: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 4879: FND_MSG_PUB.add_exc_msg(

4875: RETURN(l_amount_type_id);
4876:
4877: EXCEPTION
4878: WHEN OTHERS THEN
4879: FND_MSG_PUB.add_exc_msg(
4880: p_pkg_name => 'PA_FP_ORG_FCST_GEN_PUB.get_amttype_id'
4881: ,p_procedure_name => PA_DEBUG.G_Err_Stack);
4882:
4883: pa_debug.write_file(SQLERRM);

Line 4927: x_msg_count := FND_MSG_PUB.Count_Msg;

4923: p_value1 => p_task_name,
4924: p_token2 => 'TASK_NUMBER',
4925: p_value2 => p_task_number);
4926: x_return_status := FND_API.G_RET_STS_ERROR;
4927: x_msg_count := FND_MSG_PUB.Count_Msg;
4928: if x_msg_count = 1 then
4929: PA_INTERFACE_UTILS_PUB.get_messages
4930: (p_encoded => FND_API.G_TRUE,
4931: p_msg_index => 1,

Line 4941: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'pa_fp_view_plans_util',

4937: WHEN OTHERS THEN
4938: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
4939: x_msg_count := 1;
4940: x_msg_data := SQLERRM;
4941: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'pa_fp_view_plans_util',
4942: p_procedure_name => 'check_res_assignment_exists');
4943: pa_debug.reset_err_stack;
4944: raise FND_API.G_EXC_UNEXPECTED_ERROR;
4945: END check_res_assignment_exists;

Line 5118: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'pa_fp_view_plans_util',

5114: WHEN OTHERS THEN
5115: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
5116: x_msg_count := 1;
5117: x_msg_data := SQLERRM;
5118: FND_MSG_PUB.add_exc_msg(p_pkg_name => 'pa_fp_view_plans_util',
5119: p_procedure_name => 'get_plan_version_res_level');
5120: pa_debug.reset_err_stack;
5121: raise FND_API.G_EXC_UNEXPECTED_ERROR;
5122: END get_plan_version_res_level;