DBA Data[Home] [Help]

APPS.BEN_VMR_BUS dependencies on PER_BUSINESS_GROUPS

Line 383: ,per_business_groups pbg

379: --
380: cursor c1 is
381: select null
382: from ff_formulas_f ff
383: ,per_business_groups pbg
384: where ff.formula_id = p_mtchg_rt_calc_rl
385: and ff.formula_type_id = -160
386: and pbg.business_group_id = p_business_group_id
387: and nvl(ff.business_group_id, p_business_group_id) =

Line 889: from per_business_groups a,

885: -- Declare cursor
886: --
887: cursor csr_leg_code is
888: select a.legislation_code
889: from per_business_groups a,
890: ben_vrbl_mtchg_rt_f b
891: where b.vrbl_mtchg_rt_id = p_vrbl_mtchg_rt_id
892: and a.business_group_id = b.business_group_id;
893: --