DBA Data[Home] [Help]

APPS.BEN_PTR_BUS dependencies on BEN_PER_TYP_RT_F

Line 128: from ben_per_typ_rt_f

124:
125: -- begin bug # 2375772
126: cursor c3 is
127: select null
128: from ben_per_typ_rt_f
129: where person_type_id = p_person_type_id
130: and vrbl_rt_prfl_id = p_vrbl_rt_prfl_id
131: and per_typ_rt_id <> nvl(p_per_typ_rt_id,hr_api.g_number)
132: and business_group_id + 0 = p_business_group_id

Line 238: from ben_per_typ_rt_f

234: is
235: l_proc varchar2(72) := g_package||' chk_duplicate_ordr_num ';
236: l_dummy char(1);
237: cursor c1 is select null
238: from ben_per_typ_rt_f
239: where vrbl_rt_prfl_id = p_vrbl_rt_prfl_id
240: and per_typ_rt_id <> nvl(p_per_typ_rt_id,-1) --
241: -- and p_effective_date between effective_start_date -- Bug 2358501
242: -- and effective_end_date --

Line 686: ben_per_typ_rt_f b

682: --
683: cursor csr_leg_code is
684: select a.legislation_code
685: from per_business_groups a,
686: ben_per_typ_rt_f b
687: where b.per_typ_rt_id = p_per_typ_rt_id
688: and a.business_group_id = b.business_group_id;
689: --
690: -- Declare local variables