DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_PROGRAM_MODULE dependencies on BEN_PTD_LMT_F

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

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

Line 6615: from ben_ptd_lmt_f pdl

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