DBA Data[Home] [Help]

APPS.PA_PPR_CONCURRENT_PROGRAM dependencies on PA_BUDGET_VERSIONS

Line 694: pa_budget_versions bv ,

690: cursor c_rbs_plan ( c_project_id number , c_rbs_version_id number ) is
691: select
692: bv.budget_version_id , fpo.rbs_version_id
693: from
694: pa_budget_versions bv ,
695: pa_proj_fp_options fpo
696: where
697: bv.project_id = fpo.project_id
698: AND bv.fin_plan_type_id is not NULL -- Old budgets model data is not picked up with this condition.

Line 711: pa_budget_versions bv ,

707: cursor c_plan_full ( c_project_id number ) is
708: select
709: bv.budget_version_id , nvl(fpo.rbs_version_id ,-1) rbs_version_id
710: from
711: pa_budget_versions bv ,
712: pa_proj_fp_options fpo
713: where
714: bv.project_id = fpo.project_id
715: AND bv.fin_plan_type_id is not NULL -- Old budgets model data is not picked up with this condition.