DBA Data[Home] [Help]

APPS.BEN_EPA_BUS dependencies on PER_BUSINESS_GROUPS

Line 286: per_business_groups pbg

282: --
283: cursor c1 is
284: select null
285: from ff_formulas_f ff ,
286: per_business_groups pbg
287: where ff.formula_id = p_prtn_eff_end_dt_rl
288: and ff.formula_type_id = -83
289: and nvl(ff.business_group_id, p_business_group_id) =
290: p_business_group_id

Line 382: per_business_groups pbg

378: --
379: cursor c1 is
380: select null
381: from ff_formulas_f ff ,
382: per_business_groups pbg
383: where ff.formula_id = p_prtn_eff_strt_dt_rl
384: and ff.formula_type_id = -82
385: and nvl(ff.business_group_id, p_business_group_id) =
386: p_business_group_id

Line 2419: from per_business_groups a,

2415: -- Declare cursor
2416: --
2417: cursor csr_leg_code is
2418: select a.legislation_code
2419: from per_business_groups a,
2420: ben_prtn_elig_f b
2421: where b.prtn_elig_id = p_prtn_elig_id
2422: and a.business_group_id = b.business_group_id;
2423: --