DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on BEN_COMP_LVL_FCTR

Line 6741: l_comp_lvl_fctr_name ben_comp_lvl_fctr.name%type := null;

6737: (
6738: p_comp_lvl_fctr_id in number
6739: ) return varchar2 is
6740:
6741: l_comp_lvl_fctr_name ben_comp_lvl_fctr.name%type := null;
6742:
6743: cursor c_comp_lvl_fctr_name is
6744: select clf.name
6745: from ben_comp_lvl_fctr clf

Line 6745: from ben_comp_lvl_fctr clf

6741: l_comp_lvl_fctr_name ben_comp_lvl_fctr.name%type := null;
6742:
6743: cursor c_comp_lvl_fctr_name is
6744: select clf.name
6745: from ben_comp_lvl_fctr clf
6746: where clf.comp_lvl_fctr_id = p_comp_lvl_fctr_id;
6747:
6748: begin
6749: open c_comp_lvl_fctr_name;