DBA Data[Home] [Help]

APPS.BEN_PYD_BUS dependencies on PER_BUSINESS_GROUPS

Line 335: ,per_business_groups pbg

331: --
332: cursor c1 is
333: select null
334: from ff_formulas_f ff
335: ,per_business_groups pbg
336: where ff.formula_id = p_ctfn_rqd_when_rl
337: and ff.formula_type_id = -26
338: and pbg.business_group_id = p_business_group_id
339: and nvl(ff.business_group_id, p_business_group_id) =

Line 946: from per_business_groups a,

942: -- Declare cursor
943: --
944: cursor csr_leg_code is
945: select a.legislation_code
946: from per_business_groups a,
947: ben_ptip_dpnt_cvg_ctfn_f b
948: where b.ptip_dpnt_cvg_ctfn_id = p_ptip_dpnt_cvg_ctfn_id
949: and a.business_group_id = b.business_group_id;
950: --