DBA Data[Home] [Help]

APPS.PA_PROJECT_STRUCTURE_UTILS dependencies on PA_PERCENT_COMPLETES

Line 2424: pa_percent_completes b

2420:
2421: /* CURSOR c1 is
2422: select 1
2423: from pa_tasks a,
2424: pa_percent_completes b
2425: where b.project_id = a.project_id
2426: and b.task_id = a.task_id
2427: and a.project_id = p_project_id;
2428: */

Line 2436: pa_percent_completes b

2432: from dual
2433: where exists
2434: ( select 1
2435: from pa_tasks a,
2436: pa_percent_completes b
2437: where b.project_id = a.project_id
2438: and b.task_id = a.task_id
2439: and a.project_id = p_project_id
2440: );