DBA Data[Home] [Help]

APPS.BEN_OPT_BUS dependencies on PER_BUSINESS_GROUPS

Line 350: per_business_groups pbg

346: --
347: cursor c1 is
348: select null
349: from ff_formulas_f ff,
350: per_business_groups pbg
351: where ff.formula_id = p_rqd_perd_enrt_nenrt_rl
352: and ff.formula_type_id = -513
353: and pbg.business_group_id = p_business_group_id
354: and nvl(ff.business_group_id,p_business_group_id) =

Line 1349: from per_business_groups a,

1345: -- Declare cursor
1346: --
1347: cursor csr_leg_code is
1348: select a.legislation_code
1349: from per_business_groups a,
1350: ben_opt_f b
1351: where b.opt_id = p_opt_id
1352: and a.business_group_id = b.business_group_id;
1353: --