DBA Data[Home] [Help]

APPS.PA_PROJECT_CORE1 dependencies on PA_BUDGET_VERSIONS

Line 5603: from pa_budget_versions pbv

5599: --source or not. Earlier code used to check for old model budget only
5600: -- This code will check for both SS and old model.
5601: BEGIN
5602: select 'Y' into l_baseline_exists_in_src
5603: from pa_budget_versions pbv
5604: where pbv.project_id = x_orig_project_id
5605: and pbv.budget_status_code = 'B'
5606: and (budget_type_code='AR'
5607: or APPROVED_REV_PLAN_TYPE_FLAG = 'Y') -- Added for bug 6857315