DBA Data[Home] [Help]

APPS.PA_FCST_GLOBAL dependencies on PA_BUDGET_VERSIONS

Line 881: from pa_budget_versions

877: where project_id = p_project_id;
878:
879: select plan_run_date
880: into x_FI_Date
881: from pa_budget_versions
882: where project_id = p_project_id
883: and budget_type_code = 'FORECASTING_BUDGET_TYPE';
884:
885: EXCEPTION