DBA Data[Home] [Help]

APPS.BEN_EDP_BUS dependencies on PER_BUSINESS_GROUPS

Line 762: from per_business_groups a,

758: -- Declare cursor
759: --
760: cursor csr_leg_code is
761: select a.legislation_code
762: from per_business_groups a,
763: ben_elig_dpnt_cvrd_othr_pl_f b
764: where b.elig_dpnt_cvrd_othr_pl_id = p_elig_dpnt_cvrd_othr_pl_id
765: and a.business_group_id = b.business_group_id;
766: --