DBA Data[Home] [Help]

APPS.OKE_FUNDSOURCE_PVT dependencies on PA_ORGANIZATIONS_PROJECT_V

Line 32: from pa_organizations_project_v p

28: ) is
29:
30: cursor c_agreement_org_id is
31: select 'x'
32: from pa_organizations_project_v p
33: where organization_id = p_agreement_org_id
34: and sysdate between decode(date_from, null, sysdate, date_from)
35: and decode(date_to, null, sysdate, date_to);
36: