DBA Data[Home] [Help]

APPS.BEN_ART_BUS dependencies on PER_BUSINESS_GROUPS

Line 708: from per_business_groups a,

704: -- Declare cursor
705: --
706: cursor csr_leg_code is
707: select a.legislation_code
708: from per_business_groups a,
709: ben_age_rt_f b
710: where b.age_rt_id = p_age_rt_id
711: and a.business_group_id = b.business_group_id;
712: --