DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on PA_FP_UPGRADE_AUDIT

Line 2045: from PA_FP_UPGRADE_AUDIT pua

2041: from pa_budget_versions pbv
2042: where pbv.budget_version_id = p_source_version_id and pbv.prc_generated_flag='M')
2043: and NOT EXISTS(
2044: select 1
2045: from PA_FP_UPGRADE_AUDIT pua
2046: where pua.project_id = c_project_id
2047: and pua.proj_fp_options_id_rup = c_source_proj_fp_options_id
2048: and pua.upgraded_flag = 'Y');
2049: