DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on PA_PROJECTS_ALL

Line 3366: pa_projects_all p

3362:
3363: cursor c_across is
3364: select 'x'
3365: from pa_project_fundings f,
3366: pa_projects_all p
3367: where nvl(p.org_id, -99) <> nvl(p_org_id, -99)
3368: and f.project_id = p.project_id
3369: and f.agreement_id = p_agreement_id;
3370:

Line 3990: pa_projects_all p

3986:
3987: cursor c_across (x_org_id number) is
3988: select 'x'
3989: from pa_project_fundings f,
3990: pa_projects_all p
3991: where nvl(p.org_id, -99) <> nvl(x_org_id, -99)
3992: and f.project_id = p.project_id
3993: and f.agreement_id = p_agreement_id;
3994:

Line 3999: pa_projects_all p

3995: /*
3996: cursor c_update (x_org_id number) is
3997: select 'x'
3998: from pa_project_fundings f,
3999: pa_projects_all p
4000: where p.project_id = f.project_id
4001: and f.agreement_id = p_agreement_id
4002: and nvl(p.org_id, -99) <> nvl(x_org_id, -99);
4003: */