[Home] [Help]
4990: c_ver_type varchar2) is
4991: select fpe.task_id,
4992: fpe.resource_planning_level
4993: from
4994: pa_fp_elements fpe,
4995: pa_tasks t
4996: where
4997: fpe.proj_fp_options_id = c_fp_opt_id and
4998: fpe.element_type = c_ver_type and