DBA Data[Home] [Help]

APPS.PA_FIN_PLAN_PUB dependencies on PA_FP_ELIGIBLE_CI_V

Line 457: from pa_fp_eligible_ci_v eligible

453: into l_exists
454: from dual
455: where exists
456: (select 'x'
457: from pa_fp_eligible_ci_v eligible
458: where eligible.project_id = p_project_id
459: and eligible.fin_plan_type_id = l_fin_plan_type_id
460: and eligible.ci_version_type = l_version_type
461: and eligible.project_system_status_code IN ('CI_APPROVED','CI_SUBMITTED')