DBA Data[Home] [Help]

APPS.PA_PROJECTS_MAINT_PVT dependencies on PA_BUDGET_UTILS2

Line 5134: if pa_budget_utils2.check_budget_at_compl_exists(p_project_id,null) = 'Y' then

5130: CLOSE get_min_task_start_date; -- Added for Bug#3876261
5131: -- Do not allow start date modification if there exists project level budget at completion
5132: if p_calling_module <> 'SETUP_PAGE' then -- bug 7204572 added an IF condition
5133: if l_start_date_error = FALSE then
5134: if pa_budget_utils2.check_budget_at_compl_exists(p_project_id,null) = 'Y' then
5135: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
5136: p_msg_name => 'PA_PRJ_LVL_BUD_ERR');
5137: l_start_date_error := TRUE;
5138: end if;

Line 5168: if pa_budget_utils2.check_budget_at_compl_exists(p_project_id,null) = 'Y' then

5164:
5165: -- Do not allow completion date modification if there exists project level budget at completion
5166: if p_calling_module <> 'SETUP_PAGE' then -- bug 7204572 added an IF condition
5167: if l_completion_date_error = FALSE then
5168: if pa_budget_utils2.check_budget_at_compl_exists(p_project_id,null) = 'Y' then
5169: PA_UTILS.ADD_MESSAGE(p_app_short_name => 'PA',
5170: p_msg_name => 'PA_PRJ_LVL_BUD_ERR');
5171:
5172: end if;