DBA Data[Home] [Help]

APPS.PA_PROGRESS_UTILS dependencies on PA_FIN_PLAN_TYPES_B

Line 2997: from pa_fin_plan_types_b

2993: FROM pa_projects_all ppa,
2994: pa_proj_fp_options ppfo
2995: WHERE ppa.project_id = p_project_id
2996: and ppfo.fin_plan_type_id = (select fin_plan_type_id
2997: from pa_fin_plan_types_b
2998: where use_for_workplan_flag = 'Y')
2999: and ppfo.project_id = p_project_id
3000: and ppfo.fin_plan_option_level_code = 'PLAN_TYPE';
3001: