DBA Data[Home] [Help]

APPS.BEN_VRR_BUS dependencies on BEN_VRBL_RT_RL_F

Line 345: from ben_vrbl_rt_rl_f vrr

341: l_dummy char(1);
342: --
343: cursor c_chk_dup_vrbl_rt_rl is
344: select null
345: from ben_vrbl_rt_rl_f vrr
346: where vrr.acty_base_rt_id = p_acty_base_rt_id
347: and vrr.formula_id = p_formula_id
348: and vrr.vrbl_rt_rl_id <> nvl(p_vrbl_rt_rl_id, hr_api.g_number)
349: and vrr.business_group_id = p_business_group_id

Line 749: ben_vrbl_rt_rl_f b

745: --
746: cursor csr_leg_code is
747: select a.legislation_code
748: from per_business_groups a,
749: ben_vrbl_rt_rl_f b
750: where b.vrbl_rt_rl_id = p_vrbl_rt_rl_id
751: and a.business_group_id = b.business_group_id;
752: --
753: -- Declare local variables