DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on PA_PROJECTS_ALL

Line 3548: pa_projects_all p

3544:
3545: cursor c_across is
3546: select 'x'
3547: from pa_project_fundings f,
3548: pa_projects_all p
3549: where nvl(p.org_id, -99) <> nvl(p_org_id, -99)
3550: and f.project_id = p.project_id
3551: and f.agreement_id = p_agreement_id;
3552:

Line 4190: pa_projects_all p

4186:
4187: cursor c_across (x_org_id number) is
4188: select 'x'
4189: from pa_project_fundings f,
4190: pa_projects_all p
4191: where nvl(p.org_id, -99) <> nvl(x_org_id, -99)
4192: and f.project_id = p.project_id
4193: and f.agreement_id = p_agreement_id;
4194:

Line 4199: pa_projects_all p

4195: /*
4196: cursor c_update (x_org_id number) is
4197: select 'x'
4198: from pa_project_fundings f,
4199: pa_projects_all p
4200: where p.project_id = f.project_id
4201: and f.agreement_id = p_agreement_id
4202: and nvl(p.org_id, -99) <> nvl(x_org_id, -99);
4203: */