DBA Data[Home] [Help]

APPS.BEN_TUR_BUS dependencies on BEN_TBCO_USE_RT_F

Line 113: from ben_tbco_use_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_tbco_use_rt_f
114: where vrbl_rt_prfl_id = p_vrbl_rt_prfl_id
115: and tbco_use_rt_id <> nvl(p_tbco_use_rt_id,-1)
116: and p_effective_date between effective_start_date
117: and effective_end_date

Line 249: from ben_tbco_use_rt_f

245: --
246: -- begin bug # 2452735
247: cursor c_dup is
248: select null
249: from ben_tbco_use_rt_f
250: where uses_tbco_flag = p_uses_tbco_flag
251: and vrbl_rt_prfl_id = p_vrbl_rt_prfl_id
252: and tbco_use_rt_id <> nvl(p_tbco_use_rt_id,hr_api.g_number)
253: and business_group_id + 0 = p_business_group_id

Line 660: ben_tbco_use_rt_f b

656: --
657: cursor csr_leg_code is
658: select a.legislation_code
659: from per_business_groups a,
660: ben_tbco_use_rt_f b
661: where b.tbco_use_rt_id = p_tbco_use_rt_id
662: and a.business_group_id = b.business_group_id;
663: --
664: -- Declare local variables