DBA Data[Home] [Help]

APPS.PA_PROJECT_PVT dependencies on PA_PROJECT_ACCUM_HEADERS

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

9449: IF l_tasks_restructured_flag = 'Y' THEN
9450: -- If a task has been moved to under another parent
9451: -- in the WBS structure, then need to indicate that
9452: -- Accumulation figures need to be refreshed for the project
9453: -- Hence modify the project level record in PA_PROJECT_ACCUM_HEADERS
9454: -- No need to check whether the project has been accumulated,since
9455: -- Update will not fail if the record is not found
9456:
9457: UPDATE pa_project_accum_headers

Line 9457: UPDATE pa_project_accum_headers

9453: -- Hence modify the project level record in PA_PROJECT_ACCUM_HEADERS
9454: -- No need to check whether the project has been accumulated,since
9455: -- Update will not fail if the record is not found
9456:
9457: UPDATE pa_project_accum_headers
9458: SET tasks_restructured_flag = 'Y' ,
9459: last_update_login = l_user_id,
9460: last_update_date = SYSDATE,
9461: last_updated_by = l_user_id