[Home] [Help]
5160: c_ver_type varchar2) is
5161: select fpe.task_id,
5162: fpe.resource_planning_level
5163: from
5164: pa_fp_elements fpe,
5165: pa_tasks t
5166: where
5167: fpe.proj_fp_options_id = c_fp_opt_id and
5168: fpe.element_type = c_ver_type and