DBA Data[Home] [Help]

APPS.BEN_VPR_BUS dependencies on PER_BUSINESS_GROUPS

Line 247: ,per_business_groups pbg

243:
244: cursor c1 is
245: select null
246: from ff_formulas_f ff
247: ,per_business_groups pbg
248: where ff.formula_id = p_formula_id
249: and ff.formula_type_id in (-153)
250: and pbg.business_group_id = p_business_group_id
251: and nvl(ff.business_group_id, p_business_group_id) =

Line 756: from per_business_groups a,

752: -- Declare cursor
753: --
754: cursor csr_leg_code is
755: select a.legislation_code
756: from per_business_groups a,
757: ben_vrbl_rt_prfl_rl_f b
758: where b.vrbl_rt_prfl_rl_id = p_vrbl_rt_prfl_rl_id
759: and a.business_group_id = b.business_group_id;
760: --