DBA Data[Home] [Help]

APPS.PA_PROJECT_PVT dependencies on PA_PROJECT_ACCUM_HEADERS

Line 9113: -- Hence modify the project level record in PA_PROJECT_ACCUM_HEADERS

9109: IF l_tasks_restructured_flag = 'Y' THEN
9110: -- If a task has been moved to under another parent
9111: -- in the WBS structure, then need to indicate that
9112: -- Accumulation figures need to be refreshed for the project
9113: -- Hence modify the project level record in PA_PROJECT_ACCUM_HEADERS
9114: -- No need to check whether the project has been accumulated,since
9115: -- Update will not fail if the record is not found
9116:
9117: UPDATE pa_project_accum_headers

Line 9117: UPDATE pa_project_accum_headers

9113: -- Hence modify the project level record in PA_PROJECT_ACCUM_HEADERS
9114: -- No need to check whether the project has been accumulated,since
9115: -- Update will not fail if the record is not found
9116:
9117: UPDATE pa_project_accum_headers
9118: SET tasks_restructured_flag = 'Y' ,
9119: last_update_login = l_user_id,
9120: last_update_date = SYSDATE,
9121: last_updated_by = l_user_id