DBA Data[Home] [Help]

APPS.BEN_APF_BUS dependencies on PER_BUSINESS_GROUPS

Line 187: ,per_business_groups pbg

183: --
184: cursor c1 is
185: select null
186: from ff_formulas_f ff
187: ,per_business_groups pbg
188: where ff.formula_id = p_pymt_sched_rl
189: and ff.formula_type_id = -52
190: and pbg.business_group_id = p_business_group_id
191: and nvl(ff.business_group_id, p_business_group_id) =

Line 642: from per_business_groups a,

638: -- Declare cursor
639: --
640: cursor csr_leg_code is
641: select a.legislation_code
642: from per_business_groups a,
643: ben_acty_rt_pymt_sched_f b
644: where b.acty_rt_pymt_sched_id = p_acty_rt_pymt_sched_id
645: and a.business_group_id = b.business_group_id;
646: --