APPS.PA_PROJECT_PUB dependencies on PA_SUMMARY_PROJECT_FUNDINGS
Line 635: from pa_summary_project_fundings
631: SELECT 'Y'
632: FROM sys.dual
633: WHERE exists
634: ( select 1 635: from pa_summary_project_fundings 636: where project_id = p_project_id
637: and task_id is not null
638: );
639:
Line 10564: from pa_summary_project_fundings
10560: SELECT 'Y'
10561: FROM dual
10562: WHERE exists
10563: ( select 1 10564: from pa_summary_project_fundings 10565: where project_id = p_project_id
10566: and task_id is not null
10567: );
10568: