DBA Data[Home] [Help]

APPS.BEN_PFR_BUS dependencies on BEN_PCT_FL_TM_RT_F

Line 113: from ben_pct_fl_tm_rt_f

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

Line 308: from ben_pct_fl_tm_rt_f

304: l_exists varchar2(1);
305: --
306: cursor c_dup is
307: select null
308: from ben_pct_fl_tm_rt_f
309: where pct_fl_tm_fctr_id = p_pct_fl_tm_fctr_id
310: and vrbl_rt_prfl_id = p_vrbl_rt_prfl_id
311: and pct_fl_tm_rt_id <> nvl(p_pct_fl_tm_rt_id,hr_api.g_number)
312: and business_group_id + 0 = p_business_group_id

Line 710: ben_pct_fl_tm_rt_f b

706: --
707: cursor csr_leg_code is
708: select a.legislation_code
709: from per_business_groups a,
710: ben_pct_fl_tm_rt_f b
711: where b.pct_fl_tm_rt_id = p_pct_fl_tm_rt_id
712: and a.business_group_id = b.business_group_id;
713: --
714: -- Declare local variables