DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENT_UTILS dependencies on PA_PROGRESS_ROLLUP

Line 6658: from pa_progress_rollup

6654: -- 2. This is a version disabled workplan structure
6655: -- 3. There exists progress data for the project or workplan structure
6656: CURSOR Does_Progress_Exists IS
6657: select 'Y'
6658: from pa_progress_rollup
6659: where project_id = p_project_id
6660: and object_Type = 'PA_STRUCTURES'
6661: and structure_version_id is null
6662: and structure_type = 'WORKPLAN'