DBA Data[Home] [Help]

APPS.BEN_ENT_BUS dependencies on PER_BUSINESS_GROUPS

Line 860: from per_business_groups a,

856: -- Declare cursor
857: --
858: cursor csr_leg_code is
859: select a.legislation_code
860: from per_business_groups a,
861: ben_enrld_anthr_ptip_rt_f b
862: where b.enrld_anthr_ptip_rt_id = p_enrld_anthr_ptip_rt_id
863: and a.business_group_id = b.business_group_id;
864: --