DBA Data[Home] [Help]

APPS.BEN_PND_BUS dependencies on PER_BUSINESS_GROUPS

Line 460: ,per_business_groups pbg

456: --
457: cursor c1 is
458: select null
459: from ff_formulas_f ff
460: ,per_business_groups pbg
461: where ff.formula_id = p_ctfn_rqd_when_rl
462: and ff.formula_type_id = -26
463: and pbg.business_group_id = p_business_group_id
464: and nvl(ff.business_group_id, p_business_group_id) =

Line 984: from per_business_groups a,

980: -- Declare cursor
981: --
982: cursor csr_leg_code is
983: select a.legislation_code
984: from per_business_groups a,
985: ben_pl_dpnt_cvg_ctfn_f b
986: where b.pl_dpnt_cvg_ctfn_id = p_pl_dpnt_cvg_ctfn_id
987: and a.business_group_id = b.business_group_id;
988: --