DBA Data[Home] [Help]

APPS.BEN_VRR_BUS dependencies on PER_BUSINESS_GROUPS

Line 244: ,per_business_groups pbg

240: --
241: cursor c1 is
242: select null
243: from ff_formulas_f ff
244: ,per_business_groups pbg
245: where ff.formula_id = p_formula_id
246: and ff.formula_type_id in (-171, -49, -507)
247: and pbg.business_group_id = p_business_group_id
248: and nvl(ff.business_group_id, p_business_group_id) =

Line 748: from per_business_groups a,

744: -- Declare cursor
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: --