DBA Data[Home] [Help]

APPS.BEN_TCV_BUS dependencies on BEN_TTL_CVG_VOL_RT_F

Line 112: from ben_ttl_cvg_vol_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_ttl_cvg_vol_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 1294: ben_ttl_cvg_vol_rt_f b

1290: --
1291: cursor csr_leg_code is
1292: select a.legislation_code
1293: from per_business_groups a,
1294: ben_ttl_cvg_vol_rt_f b
1295: where b.ttl_cvg_vol_rt_id = p_ttl_cvg_vol_rt_id
1296: and a.business_group_id = b.business_group_id;
1297: --
1298: -- Declare local variables