DBA Data[Home] [Help]

APPS.PA_PROGRESS_UTILS dependencies on PA_FIN_PLAN_TYPES_B

Line 3022: from pa_fin_plan_types_b

3018: FROM pa_projects_all ppa,
3019: pa_proj_fp_options ppfo
3020: WHERE ppa.project_id = p_project_id
3021: and ppfo.fin_plan_type_id = (select fin_plan_type_id
3022: from pa_fin_plan_types_b
3023: where use_for_workplan_flag = 'Y')
3024: and ppfo.project_id = p_project_id
3025: and ppfo.fin_plan_option_level_code = 'PLAN_TYPE';
3026: