DBA Data[Home] [Help]

APPS.PA_PROJECTS_MAINT_PVT dependencies on PA_BUDGET_UTILS2

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

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

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

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