DBA Data[Home] [Help]

APPS.BEN_CER_BUS dependencies on PER_BUSINESS_GROUPS

Line 260: per_business_groups pbg

256: --
257: cursor c1 is
258: select null
259: from ff_formulas_f ff,
260: per_business_groups pbg
261: where ff.formula_id = p_formula_id
262: and ff.formula_type_id = -153 -- BEN_ELIGY
263: and pbg.business_group_id = p_business_group_id
264: and nvl(ff.business_group_id,p_business_group_id) =

Line 846: from per_business_groups a,

842: -- Declare cursor
843: --
844: cursor csr_leg_code is
845: select a.legislation_code
846: from per_business_groups a,
847: ben_prtn_eligy_rl_f b
848: where b.prtn_eligy_rl_id = p_prtn_eligy_rl_id
849: and a.business_group_id = b.business_group_id;
850: --