DBA Data[Home] [Help]

APPS.PA_PROJECT_PUB dependencies on PA_SUMMARY_PROJECT_FUNDINGS

Line 668: from pa_summary_project_fundings

664: SELECT 'Y'
665: FROM sys.dual
666: WHERE exists
667: ( select 1
668: from pa_summary_project_fundings
669: where project_id = p_project_id
670: and task_id is not null
671: );
672:

Line 10831: from pa_summary_project_fundings

10827: SELECT 'Y'
10828: FROM dual
10829: WHERE exists
10830: ( select 1
10831: from pa_summary_project_fundings
10832: where project_id = p_project_id
10833: and task_id is not null
10834: );
10835: