DBA Data[Home] [Help]

APPS.BEN_ELR_BUS dependencies on PER_BUSINESS_GROUPS

Line 825: from per_business_groups a,

821: -- Declare cursor
822: --
823: cursor csr_leg_code is
824: select a.legislation_code
825: from per_business_groups a,
826: ben_elig_loa_rsn_prte_f b
827: where b.elig_loa_rsn_prte_id = p_elig_loa_rsn_prte_id
828: and a.business_group_id = b.business_group_id;
829: --