DBA Data[Home] [Help]

APPS.BEN_BRG_BUS dependencies on PER_BUSINESS_GROUPS

Line 711: from per_business_groups a,

707: -- Declare cursor
708: --
709: cursor csr_leg_code is
710: select a.legislation_code
711: from per_business_groups a,
712: ben_benfts_grp_rt_f b
713: where b.benfts_grp_rt_id = p_benfts_grp_rt_id
714: and a.business_group_id = b.business_group_id;
715: --