DBA Data[Home] [Help]

APPS.BEN_EBN_BUS dependencies on PER_BUSINESS_GROUPS

Line 665: from per_business_groups a,

661: -- Declare cursor
662: --
663: cursor csr_leg_code is
664: select a.legislation_code
665: from per_business_groups a,
666: ben_elig_benfts_grp_prte_f b
667: where b.elig_benfts_grp_prte_id = p_elig_benfts_grp_prte_id
668: and a.business_group_id = b.business_group_id;
669: --