DBA Data[Home] [Help]

APPS.BEN_LRR_BUS dependencies on PER_BUSINESS_GROUPS

Line 211: ,per_business_groups pbg

207: --
208: cursor c1 is
209: select null
210: from ff_formulas_f ff
211: ,per_business_groups pbg
212: where ff.formula_id = p_formula_id
213: and ff.formula_type_id = -393
214: and pbg.business_group_id = p_business_group_id
215: and nvl(ff.business_group_id, p_business_group_id) = p_business_group_id

Line 642: from per_business_groups a,

638: -- Declare cursor
639: --
640: cursor csr_leg_code is
641: select a.legislation_code
642: from per_business_groups a,
643: ben_lee_rsn_rl_f b
644: where b.lee_rsn_rl_id = p_lee_rsn_rl_id
645: and a.business_group_id = b.business_group_id;
646: --