DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on BEN_VRBL_RT_PRFL_F

Line 6634: l_vrbl_rt_prfl_name ben_vrbl_rt_prfl_f.name%type := null;

6630: p_vrbl_rt_prfl_id in number
6631: ,p_effective_date in date
6632: ) return varchar2 is
6633:
6634: l_vrbl_rt_prfl_name ben_vrbl_rt_prfl_f.name%type := null;
6635:
6636: cursor c_vrbl_rt_prfl_name is
6637: select vpf.name
6638: from ben_vrbl_rt_prfl_f vpf

Line 6638: from ben_vrbl_rt_prfl_f vpf

6634: l_vrbl_rt_prfl_name ben_vrbl_rt_prfl_f.name%type := null;
6635:
6636: cursor c_vrbl_rt_prfl_name is
6637: select vpf.name
6638: from ben_vrbl_rt_prfl_f vpf
6639: where vpf.vrbl_rt_prfl_id = p_vrbl_rt_prfl_id
6640: and p_effective_date between vpf.effective_start_date
6641: and vpf.effective_end_date;
6642: