DBA Data[Home] [Help]

APPS.PA_FP_VIEW_PLANS_UTIL dependencies on PA_UTILS

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

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

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

4708: argument7 => l_debug_mode);
4709: IF l_rpt_request_id = 0 then
4710: PA_DEBUG.g_err_stage := 'Error while submitting Report [PAFPEXRP]';
4711: PA_DEBUG.Log_Message(p_message => PA_DEBUG.g_err_stage);
4712: PA_UTILS.ADD_MESSAGE( p_app_short_name => 'PA',
4713: p_msg_name => 'PA_FP_PP_CONC_PGM_ERR');
4714: x_return_status := FND_API.G_RET_STS_ERROR;
4715: ROLLBACK;
4716: RETURN;

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

4916: EXCEPTION
4917: WHEN NO_DATA_FOUND THEN
4918: x_res_assignment_exists := 'N';
4919: /*
4920: PA_UTILS.Add_Message(p_app_short_name => 'PA',
4921: p_msg_name => 'PA_FP_EPL_TASK_UPDATED',
4922: p_token1 => 'TASK_NAME',
4923: p_value1 => p_task_name,
4924: p_token2 => 'TASK_NUMBER',