DBA Data[Home] [Help]

APPS.BEN_PLN_BUS dependencies on PER_BUSINESS_GROUPS

Line 3618: per_business_groups pbg

3614: --
3615: cursor c1(p_rule number,p_rule_type_id number) is
3616: select null
3617: from ff_formulas_f ff,
3618: per_business_groups pbg
3619: where ff.formula_id = p_rule
3620: and ff.formula_type_id = p_rule_type_id
3621: and pbg.business_group_id = p_business_group_id
3622: and nvl(ff.business_group_id,p_business_group_id) =

Line 6182: from per_business_groups a,

6178: -- Declare cursor
6179: --
6180: cursor csr_leg_code is
6181: select a.legislation_code
6182: from per_business_groups a,
6183: ben_pl_f b
6184: where b.pl_id = p_pl_id
6185: and a.business_group_id = b.business_group_id;
6186: --