DBA Data[Home] [Help]

APPS.BEN_ABR_BUS dependencies on PER_BUSINESS_GROUPS

Line 1088: ,per_business_groups pbg

1084:
1085: cursor c1(p_rule number, p_formula_type_id in number) is
1086: select null
1087: from ff_formulas_f ff
1088: ,per_business_groups pbg
1089: where ff.formula_id = p_rule
1090: and ff.formula_type_id = p_formula_type_id
1091: and pbg.business_group_id = p_business_group_id
1092: and nvl(ff.business_group_id, p_business_group_id) =

Line 6160: from per_business_groups a,

6156: -- Declare cursor
6157: --
6158: cursor csr_leg_code is
6159: select a.legislation_code
6160: from per_business_groups a,
6161: ben_acty_base_rt_f b
6162: where b.acty_base_rt_id = p_acty_base_rt_id
6163: and a.business_group_id = b.business_group_id;
6164: --