DBA Data[Home] [Help]

APPS.BEN_ELV_BUS dependencies on PER_BUSINESS_GROUPS

Line 659: from per_business_groups a,

655: -- Declare cursor
656: --
657: cursor csr_leg_code is
658: select a.legislation_code
659: from per_business_groups a,
660: ben_elig_lvg_rsn_prte_f b
661: where b.elig_lvg_rsn_prte_id = p_elig_lvg_rsn_prte_id
662: and a.business_group_id = b.business_group_id;
663: --