DBA Data[Home] [Help]

APPS.PA_PROJ_TASK_STRUC_PUB dependencies on PA_TASK_PROGRESS_AMG_V

Line 13642: from PA_TASK_PROGRESS_AMG_V

13638: -- Addition for Bug 6458891
13639: cursor cur_prev_prog (p_project_id NUMBER, p_object_id NUMBER, p_object_version_id NUMBER) is
13640: select
13641: planned_effort, est_remaining_effort, completed_percentage
13642: from PA_TASK_PROGRESS_AMG_V
13643: where
13644: project_id = p_project_id
13645: and OBJECT_ID = p_object_id
13646: and OBJECT_VERSION_ID = p_object_version_id