DBA Data[Home] [Help]

APPS.BEN_PCX_BUS dependencies on PER_BUSINESS_GROUPS

Line 184: ,per_business_groups pbg

180: --
181: cursor c1 is
182: select null
183: from ff_formulas_f ff
184: ,per_business_groups pbg
185: where ff.formula_id = p_ctfn_rqd_when_rl
186: and ff.formula_type_id = -25
187: and pbg.business_group_id = p_business_group_id
188: and nvl(ff.business_group_id, p_business_group_id) =

Line 819: from per_business_groups a,

815: -- Declare cursor
816: --
817: cursor csr_leg_code is
818: select a.legislation_code
819: from per_business_groups a,
820: ben_pl_bnf_ctfn_f b
821: where b.pl_bnf_ctfn_id = p_pl_bnf_ctfn_id
822: and a.business_group_id = b.business_group_id;
823: --