DBA Data[Home] [Help]

APPS.BEN_VMR_BUS dependencies on BEN_VRBL_MTCHG_RT_F

Line 112: from ben_vrbl_mtchg_rt_f

108: is
109: l_proc varchar2(72) := g_package||' chk_duplicate_ordr_num ';
110: l_dummy char(1);
111: cursor c1 is select null
112: from ben_vrbl_mtchg_rt_f
113: where vrbl_rt_prfl_id = p_vrbl_rt_prfl_id
114: --and asnt_set_rt_id <> nvl(p_asnt_set_rt_id,-1)
115: and p_effective_date between effective_start_date
116: and effective_end_date

Line 890: ben_vrbl_mtchg_rt_f b

886: --
887: cursor csr_leg_code is
888: select a.legislation_code
889: from per_business_groups a,
890: ben_vrbl_mtchg_rt_f b
891: where b.vrbl_mtchg_rt_id = p_vrbl_mtchg_rt_id
892: and a.business_group_id = b.business_group_id;
893: --
894: -- Declare local variables