DBA Data[Home] [Help]

APPS.BEN_LNC_BUS dependencies on PER_BUSINESS_GROUPS

Line 717: from per_business_groups a,

713: -- Declare cursor
714: --
715: cursor csr_leg_code is
716: select a.legislation_code
717: from per_business_groups a,
718: ben_ler_enrt_ctfn_f b
719: where b.ler_enrt_ctfn_id = p_ler_enrt_ctfn_id
720: and a.business_group_id = b.business_group_id;
721: --