[Home] [Help]
90: pa_budget_versions bv,
91: pa_proj_fp_options fpo,
92: -- pji_pa_proj_events_log pel,
93: pa_projects_all ppa,
94: pa_rbs_versions_b rvb --Added for bug#5728852
95: WHERE 1=1
96: AND ppa.project_id = map.project_id
97: AND bv.version_type is not NULL -- COST, REVENUE, etc. Should not be null.
98: AND bv.fin_plan_type_id is not NULL -- Old budgets model data is not picked up with this condition.