DBA Data[Home] [Help]

APPS.OKE_ALLOCATION_PVT dependencies on PA_PROJECT_FUNDINGS

Line 2956: from pa_project_fundings p,

2952: and a.fund_allocation_id = p_fund_allocation_id;
2953:
2954: cursor c_proj_funding(x_length number) is
2955: select project_funding_id, org_id, pm_funding_reference
2956: from pa_project_fundings p,
2957: pa_agreements_all a
2958: where p.pm_product_code = G_PRODUCT_CODE
2959: and a.agreement_id = p.agreement_id
2960: and substr(pm_funding_reference, 1, x_length + 1) = p_fund_allocation_id || '.';