DBA Data[Home] [Help]

APPS.BEN_BRC_BUS dependencies on PER_BUSINESS_GROUPS

Line 718: from per_business_groups a,

714: -- Declare cursor
715: --
716: cursor csr_leg_code is
717: select a.legislation_code
718: from per_business_groups a,
719: ben_bnft_rstrn_ctfn_f b
720: where b.bnft_rstrn_ctfn_id = p_bnft_rstrn_ctfn_id
721: and a.business_group_id = b.business_group_id;
722: --