DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on BEN_LOS_FCTR

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

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

Line 6877: from ben_los_fctr lsf

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