DBA Data[Home] [Help]

APPS.BEN_PFR_BUS dependencies on PER_BUSINESS_GROUPS

Line 709: from per_business_groups a,

705: -- Declare cursor
706: --
707: cursor csr_leg_code is
708: select a.legislation_code
709: from per_business_groups a,
710: ben_pct_fl_tm_rt_f b
711: where b.pct_fl_tm_rt_id = p_pct_fl_tm_rt_id
712: and a.business_group_id = b.business_group_id;
713: --