DBA Data[Home] [Help]

APPS.BEN_PAP_BUS dependencies on PER_BUSINESS_GROUPS

Line 664: from per_business_groups a,

660: -- Declare cursor
661: --
662: cursor csr_leg_code is
663: select a.legislation_code
664: from per_business_groups a,
665: ben_prtt_anthr_pl_rt_f b
666: where b.prtt_anthr_pl_rt_id = p_prtt_anthr_pl_rt_id
667: and a.business_group_id = b.business_group_id;
668: --