DBA Data[Home] [Help]

APPS.BEN_EAR_BUS dependencies on PER_BUSINESS_GROUPS

Line 774: from per_business_groups a,

770: -- Declare cursor
771: --
772: cursor csr_leg_code is
773: select a.legislation_code
774: from per_business_groups a,
775: ben_enrld_anthr_plip_rt_f b
776: where b.enrld_anthr_plip_rt_id = p_enrld_anthr_plip_rt_id
777: and a.business_group_id = b.business_group_id;
778: --