APPS.PA_TASK_ASSIGNMENT_UTILS dependencies on PA_PROGRESS_ROLLUP
Line 6783: from pa_progress_rollup
6779: -- 2. This is a version disabled workplan structure
6780: -- 3. There exists progress data for the project or workplan structure
6781: CURSOR Does_Progress_Exists IS
6782: select 'Y' 6783: from pa_progress_rollup 6784: where project_id = p_project_id
6785: and object_Type = 'PA_STRUCTURES'
6786: and structure_version_id is null
6787: and structure_type = 'WORKPLAN'