DBA Data[Home] [Help]

APPS.BEN_LCC_BUS dependencies on PER_BUSINESS_GROUPS

Line 719: from per_business_groups a,

715: -- Declare cursor
716: --
717: cursor csr_leg_code is
718: select a.legislation_code
719: from per_business_groups a,
720: ben_ler_chg_dpnt_cvg_ctfn_f b
721: where b.ler_chg_dpnt_cvg_ctfn_id = p_ler_chg_dpnt_cvg_ctfn_id
722: and a.business_group_id = b.business_group_id;
723: --