DBA Data[Home] [Help]

APPS.BENUTILS dependencies on PER_BUSINESS_GROUPS

Line 766: per_business_groups pbg

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

Line 4065: from per_business_groups bg

4061: l_asg c_asg%rowtype;
4062: --
4063: /* cursor c_leg is
4064: select bg.legislation_code
4065: from per_business_groups bg
4066: where bg.business_group_id = p_business_group_id;
4067: */
4068: --
4069: cursor c_leg is