DBA Data[Home] [Help]

APPS.BEN_TTP_BUS dependencies on BEN_TTL_PRTT_RT_F

Line 112: from ben_ttl_prtt_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_prtt_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 1296: ben_ttl_prtt_rt_f b

1292: --
1293: cursor csr_leg_code is
1294: select a.legislation_code
1295: from per_business_groups a,
1296: ben_ttl_prtt_rt_f b
1297: where b.ttl_prtt_rt_id = p_ttl_prtt_rt_id
1298: and a.business_group_id = b.business_group_id;
1299: --
1300: -- Declare local variables