DBA Data[Home] [Help]

APPS.BEN_AVA_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_formula_id
189: and ff.formula_type_id = -507
190: and pbg.business_group_id = p_business_group_id
191: and nvl(ff.business_group_id, p_business_group_id) =

Line 736: from per_business_groups a,

732: -- Declare cursor
733: --
734: cursor csr_leg_code is
735: select a.legislation_code
736: from per_business_groups a,
737: ben_actl_prem_vrbl_rt_rl_f b
738: where b.actl_prem_vrbl_rt_rl_id = p_actl_prem_vrbl_rt_rl_id
739: and a.business_group_id = b.business_group_id;
740: --