DBA Data[Home] [Help]

APPS.PJI_COMPLETION_GRAPH dependencies on PA_BUDGET_VERSIONS

Line 109: select budget_version_id, baselined_date from pa_budget_versions

105:
106: /* BELOW CURSOR WILL BE REPLACED BY FIN PLAN QUERY OR PROCEDURE*/
107:
108: Cursor all_budget_ver is
109: select budget_version_id, baselined_date from pa_budget_versions
110: where project_id=p_project_id
111: and fin_plan_type_id=l_plan_version_id
112: and budget_status_code='B'
113: order by baselined_date desc;