DBA Data[Home] [Help]

APPS.BEN_MTR_BUS dependencies on PER_BUSINESS_GROUPS

Line 334: ,per_business_groups pbg

330: --
331: cursor c1 is
332: select null
333: from ff_formulas_f ff
334: ,per_business_groups pbg
335: where ff.formula_id = p_mtchg_rt_calc_rl
336: and ff.formula_type_id = -160
337: and pbg.business_group_id = p_business_group_id
338: and nvl(ff.business_group_id, p_business_group_id) =

Line 1196: from per_business_groups a,

1192: -- Declare cursor
1193: --
1194: cursor csr_leg_code is
1195: select a.legislation_code
1196: from per_business_groups a,
1197: ben_mtchg_rt_f b
1198: where b.mtchg_rt_id = p_mtchg_rt_id
1199: and a.business_group_id = b.business_group_id;
1200: --