DBA Data[Home] [Help]

APPS.PA_PROJECTS_MAINT_PVT dependencies on PA_BUDGETARY_CONTROL_OPTIONS

Line 4783: DELETE FROM PA_BUDGETARY_CONTROL_OPTIONS

4779: end if; -- nvl(l_unassigned_time,'N') ='Y'
4780:
4781: -- BUZA changes
4782: -- Delete existing budgetary control options for the old project type
4783: DELETE FROM PA_BUDGETARY_CONTROL_OPTIONS
4784: WHERE PROJECT_ID = P_PROJECT_ID;
4785:
4786: -- Set cc_tax_task_id if project is a template and cc_prvdr_flag = 'N'
4787: if (l_project_old_rec.template_flag = 'Y') AND (l_project_type_rec.cc_prvdr_flag = 'N') then