[Home] [Help]
559: select count(pt.task_id) from pa_tasks pt where project_id=p_project_id and task_manager_person_id =
560: (select resource_source_id from pa_project_parties where project_party_id=p_project_party_id
561: and project_id=p_project_id)
562: and exists
563: (select 1 from pa_progress_rollup where project_id=pt.project_id and proj_element_id = pt.task_id
564: and structure_version_id is null
565: );
566: BEGIN
567: --- Standard call to check for call compatibility