DBA Data[Home] [Help]

APPS.BEN_PPV_BUS dependencies on PER_BUSINESS_GROUPS

Line 250: ,per_business_groups pbg

246: --
247: cursor c1 is
248: select null
249: from ff_formulas_f ff
250: ,per_business_groups pbg
251: where ff.formula_id = p_prtl_mo_prortn_rl
252: and ff.formula_type_id = -528
253: and pbg.business_group_id = p_business_group_id
254: and nvl(ff.business_group_id, p_business_group_id) =

Line 1258: from per_business_groups a,

1254: -- Declare cursor
1255: --
1256: cursor csr_leg_code is
1257: select a.legislation_code
1258: from per_business_groups a,
1259: ben_prtl_mo_rt_prtn_val_f b
1260: where b.prtl_mo_rt_prtn_val_id = p_prtl_mo_rt_prtn_val_id
1261: and a.business_group_id = b.business_group_id;
1262: --