DBA Data[Home] [Help]

APPS.PA_FP_VIEW_PLANS_UTIL dependencies on PA_UTILS

Line 726: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',

722: where fin_plan_version_id = p_budget_version_id and
723: fin_plan_option_level_code = 'PLAN_VERSION';
724: -- IF WE FIND NO AMOUNT SET, then we cannot query amount sets table, so throw error
725: if l_amount_set_id = -1 then
726: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
727: p_msg_name => 'PA_FP_NO_AMOUNT_SET_ID');
728: x_return_status := FND_API.G_RET_STS_ERROR;
729: l_msg_count := l_msg_count + 1;
730: x_msg_count := l_msg_count;

Line 4882: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA',

4878: argument7 => l_debug_mode);
4879: IF l_rpt_request_id = 0 then
4880: PA_DEBUG.g_err_stage := 'Error while submitting Report [PAFPEXRP]';
4881: PA_DEBUG.Log_Message(p_message => PA_DEBUG.g_err_stage);
4882: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA',
4883: p_msg_name => 'PA_FP_PP_CONC_PGM_ERR');
4884: x_return_status := FND_API.G_RET_STS_ERROR;
4885: ROLLBACK;
4886: RETURN;

Line 5090: PA_UTILS.Add_Message(p_app_short_name => 'PA',

5086: EXCEPTION
5087: WHEN NO_DATA_FOUND THEN
5088: x_res_assignment_exists := 'N';
5089: /*
5090: PA_UTILS.Add_Message(p_app_short_name => 'PA',
5091: p_msg_name => 'PA_FP_EPL_TASK_UPDATED',
5092: p_token1 => 'TASK_NAME',
5093: p_value1 => p_task_name,
5094: p_token2 => 'TASK_NUMBER',