DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on BEN_PTD_LMT_F

Line 6610: l_ptd_lmt_name ben_ptd_lmt_f.name%type := null;

6606: p_ptd_lmt_id in number
6607: ,p_effective_date in date
6608: ) return varchar2 is
6609:
6610: l_ptd_lmt_name ben_ptd_lmt_f.name%type := null;
6611:
6612: cursor c_ptd_lmt_name is
6613: select pdl.name
6614: from ben_ptd_lmt_f pdl

Line 6614: from ben_ptd_lmt_f pdl

6610: l_ptd_lmt_name ben_ptd_lmt_f.name%type := null;
6611:
6612: cursor c_ptd_lmt_name is
6613: select pdl.name
6614: from ben_ptd_lmt_f pdl
6615: where pdl.ptd_lmt_id = p_ptd_lmt_id
6616: and p_effective_date between pdl.effective_start_date
6617: and pdl.effective_end_date;
6618: