DBA Data[Home] [Help]

APPS.BEN_ADS_BUS dependencies on PER_BUSINESS_GROUPS

Line 267: ,per_business_groups pbg

263: --
264: cursor c1 is
265: select null
266: from ff_formulas_f ff
267: ,per_business_groups pbg
268: where ff.formula_id = p_ded_sched_rl
269: and ff.formula_type_id = -151
270: and pbg.business_group_id = p_business_group_id
271: and nvl(ff.business_group_id, p_business_group_id) =

Line 734: from per_business_groups a,

730: -- Declare cursor
731: --
732: cursor csr_leg_code is
733: select a.legislation_code
734: from per_business_groups a,
735: ben_acty_rt_ded_sched_f b
736: where b.acty_rt_ded_sched_id = p_acty_rt_ded_sched_id
737: and a.business_group_id = b.business_group_id;
738: --