DBA Data[Home] [Help]

APPS.BEN_ERL_BUS dependencies on PER_BUSINESS_GROUPS

Line 122: ,per_business_groups pbg

118: --
119: cursor c1 is
120: select null
121: from ff_formulas_f ff
122: ,per_business_groups pbg
123: where ff.formula_id = p_formula_id
124: and ff.formula_type_id = -153
125: and pbg.business_group_id = p_business_group_id
126: and nvl(ff.business_group_id, p_business_group_id) = p_business_group_id

Line 657: from per_business_groups a,

653: -- Declare cursor
654: --
655: cursor csr_leg_code is
656: select a.legislation_code
657: from per_business_groups a,
658: ben_eligy_prfl_rl_f b
659: where b.eligy_prfl_rl_id = p_eligy_prfl_rl_id
660: and a.business_group_id = b.business_group_id;
661: --