DBA Data[Home] [Help]

APPS.BEN_LOR_BUS dependencies on PER_BUSINESS_GROUPS

Line 296: ,per_business_groups pbg

292: --
293: cursor c1 is
294: select null
295: from ff_formulas_f ff
296: ,per_business_groups pbg
297: where ff.formula_id = p_formula_id
298: and ff.formula_type_id = -393
299: and pbg.business_group_id = p_business_group_id
300: and nvl(ff.business_group_id, p_business_group_id) =

Line 718: from per_business_groups a,

714: -- Declare cursor
715: --
716: cursor csr_leg_code is
717: select a.legislation_code
718: from per_business_groups a,
719: ben_ler_chg_plip_enrt_rl_f b
720: where b.ler_chg_plip_enrt_rl_id = p_ler_chg_plip_enrt_rl_id
721: and a.business_group_id = b.business_group_id;
722: --