DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on BEN_LOS_FCTR

Line 6874: l_los_fctr_name ben_los_fctr.name%type := null;

6870: (
6871: p_los_fctr_id in number
6872: ) return varchar2 is
6873:
6874: l_los_fctr_name ben_los_fctr.name%type := null;
6875:
6876: cursor c_los_fctr_name is
6877: select lsf.name
6878: from ben_los_fctr lsf

Line 6878: from ben_los_fctr lsf

6874: l_los_fctr_name ben_los_fctr.name%type := null;
6875:
6876: cursor c_los_fctr_name is
6877: select lsf.name
6878: from ben_los_fctr lsf
6879: where lsf.los_fctr_id = p_los_fctr_id;
6880:
6881: begin
6882: open c_los_fctr_name;