DBA Data[Home] [Help]

APPS.PJI_COMPLETION_GRAPH dependencies on PA_BUDGET_LINES

Line 119: from pa_budget_versions bv, pa_budget_lines bl

115:
116: /* Modified cursor for bug 9557889 */
117: Cursor all_budget_ver is
118: select bv.budget_version_id, Min(bl.start_date) start_date, Max(bl.end_date) end_date
119: from pa_budget_versions bv, pa_budget_lines bl
120: where project_id=p_project_id
121: and fin_plan_type_id=l_plan_version_id
122: AND bv.budget_version_id = bl.budget_version_id
123: and budget_status_code='B'