DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on PA_FP_UPGRADE_AUDIT

Line 2061: from PA_FP_UPGRADE_AUDIT pua

2057: from pa_budget_versions pbv
2058: where pbv.budget_version_id = p_source_version_id and pbv.prc_generated_flag='M')
2059: and NOT EXISTS(
2060: select 1
2061: from PA_FP_UPGRADE_AUDIT pua
2062: where pua.project_id = c_project_id
2063: and pua.proj_fp_options_id_rup = c_source_proj_fp_options_id
2064: and pua.upgraded_flag = 'Y');
2065: