DBA Data[Home] [Help]

APPS.BEN_PUM_BUS dependencies on PER_BUSINESS_GROUPS

Line 185: ,per_business_groups pbg

181: --
182: cursor c1 is
183: select null
184: from ff_formulas_f ff
185: ,per_business_groups pbg
186: where ff.formula_id = p_formula_id
187: and ff.formula_type_id in ( -508, -520, -521,-522,-523,-524,-525)
188: and pbg.business_group_id = p_business_group_id
189: and nvl(ff.business_group_id, p_business_group_id) =

Line 916: from per_business_groups a,

912: -- Declare cursor
913: --
914: cursor csr_leg_code is
915: select a.legislation_code
916: from per_business_groups a,
917: ben_pop_up_messages b
918: where b.pop_up_messages_id = p_pop_up_messages_id
919: and a.business_group_id = b.business_group_id;
920: --