DBA Data[Home] [Help]

APPS.BEN_LNR_BUS dependencies on PER_BUSINESS_GROUPS

Line 118: ,per_business_groups pbg

114: --
115: cursor c1 is
116: select null
117: from ff_formulas_f ff
118: ,per_business_groups pbg
119: where ff.formula_id = p_formula_id
120: and ff.formula_type_id = -393
121: and pbg.business_group_id = p_business_group_id
122: and nvl(ff.business_group_id, p_business_group_id) =

Line 491: from per_business_groups a,

487: -- Declare cursor
488: --
489: cursor csr_leg_code is
490: select a.legislation_code
491: from per_business_groups a,
492: ben_ler_chg_pl_nip_rl_f b
493: where b.ler_chg_pl_nip_rl_id = p_ler_chg_pl_nip_rl_id
494: and a.business_group_id = b.business_group_id;
495: --