DBA Data[Home] [Help]

APPS.BENUTILS dependencies on PER_BUSINESS_GROUPS

Line 769: per_business_groups pbg

765: --
766: cursor c1 is
767: select null
768: from ff_formulas_f ff,
769: per_business_groups pbg
770: where ff.formula_id = p_formula_id
771: and ff.formula_type_id = p_formula_type_id
772: and pbg.business_group_id = p_business_group_id
773: and nvl(ff.business_group_id,p_business_group_id) =

Line 4161: from per_business_groups bg

4157: l_asg c_asg%rowtype;
4158: --
4159: /* cursor c_leg is
4160: select bg.legislation_code
4161: from per_business_groups bg
4162: where bg.business_group_id = p_business_group_id;
4163: */
4164: --
4165: cursor c_leg is