DBA Data[Home] [Help]

APPS.BEN_DCL_BUS dependencies on PER_BUSINESS_GROUPS

Line 782: from per_business_groups a,

778: -- Declare cursor
779: --
780: cursor csr_leg_code is
781: select a.legislation_code
782: from per_business_groups a,
783: ben_dpnt_cvrd_othr_pl_rt_f b
784: where b.dpnt_cvrd_othr_pl_rt_id = p_dpnt_cvrd_othr_pl_rt_id
785: and a.business_group_id = b.business_group_id;
786: --