DBA Data[Home] [Help]

APPS.BEN_LGL_BUS dependencies on BEN_LGL_ENTY_RT_F

Line 186: from ben_lgl_enty_rt_f

182: l_exists varchar2(1);
183: --
184: cursor c_dup is
185: select null
186: from ben_lgl_enty_rt_f
187: where organization_id = p_organization_id
188: and vrbl_rt_prfl_id = p_vrbl_rt_prfl_id
189: and lgl_enty_rt_id <> nvl(p_lgl_enty_rt_id,hr_api.g_number)
190: and business_group_id + 0 = p_business_group_id

Line 262: from ben_lgl_enty_rt_f

258: is
259: l_proc varchar2(72) := g_package||' chk_duplicate_ordr_num ';
260: l_dummy char(1);
261: cursor c1 is select null
262: from ben_lgl_enty_rt_f
263: where vrbl_rt_prfl_id = p_vrbl_rt_prfl_id
264: and lgl_enty_rt_id <> nvl(p_lgl_enty_rt_id,-1)
265: and p_effective_date between effective_start_date
266: and effective_end_date

Line 718: ben_lgl_enty_rt_f b

714: --
715: cursor csr_leg_code is
716: select a.legislation_code
717: from per_business_groups a,
718: ben_lgl_enty_rt_f b
719: where b.lgl_enty_rt_id = p_lgl_enty_rt_id
720: and a.business_group_id = b.business_group_id;
721: --
722: -- Declare local variables