DBA Data[Home] [Help]

APPS.OKE_ALLOCATION_PVT dependencies on PA_PROJECTS_ALL

Line 108: from pa_projects_all p

104: p_projfunc_currency OUT NOCOPY VARCHAR2 ) is
105:
106: cursor c_currency is
107: select p.projfunc_currency_code
108: from pa_projects_all p
109: where project_id = p_project_id;
110:
111: BEGIN
112:

Line 790: pa_projects_all a,

786: ) is
787: cursor c_project_id is
788: select 'x'
789: from pa_project_customers p,
790: pa_projects_all a,
791: oke_k_funding_sources f,
792: pa_project_types_all l,
793: hz_cust_accounts h
794: where p.project_id = p_project_id

Line 2905: from pa_projects_all p,

2901:
2902: /*
2903: cursor c_org is
2904: select org_id
2905: from pa_projects_all p,
2906: oke_k_fund_allocations f
2907: where f.project_id = p.project_id
2908: and fund_allocation_id = p_fund_allocation_id;
2909: */