DBA Data[Home] [Help]

APPS.BEN_LBC_BUS dependencies on PER_BUSINESS_GROUPS

Line 721: from per_business_groups a,

717: -- Declare cursor
718: --
719: cursor csr_leg_code is
720: select a.legislation_code
721: from per_business_groups a,
722: ben_ler_bnft_rstrn_ctfn_f b
723: where b.ler_bnft_rstrn_ctfn_id = p_ler_bnft_rstrn_ctfn_id
724: and a.business_group_id = b.business_group_id;
725: --