DBA Data[Home] [Help]

APPS.PA_BUDGET_CORE dependencies on PA_BUDGET_CHECK_PVT

Line 800: select start_date,nvl(completion_date,PA_BUDGET_CHECK_PVT.Get_project_end_date) -- Changed for the bug 13344742

796: --
797: x_err_stage:= 'Non-Time Phase: Project Level update';
798: print_msg(x_err_stage);
799: -- Added nvl in the below select query for the bug 11891595
800: select start_date,nvl(completion_date,PA_BUDGET_CHECK_PVT.Get_project_end_date) -- Changed for the bug 13344742
801: into v_project_start_date,
802: v_project_completion_date
803: from pa_projects_all
804: where project_id = x_project_id;