DBA Data[Home] [Help]

APPS.BEN_ENB_BUS dependencies on PER_BUSINESS_GROUPS

Line 723: from per_business_groups a,

719: -- Declare cursor
720: --
721: cursor csr_leg_code is
722: select a.legislation_code
723: from per_business_groups a,
724: ben_enrt_bnft b
725: where b.enrt_bnft_id = p_enrt_bnft_id
726: and a.business_group_id = b.business_group_id;
727: --