DBA Data[Home] [Help]

APPS.BEN_PRR_BUS dependencies on PER_BUSINESS_GROUPS

Line 859: from per_business_groups a,

855: -- Declare cursor
856: --
857: cursor csr_leg_code is
858: select a.legislation_code
859: from per_business_groups a,
860: ben_perf_rtng_rt_f b
861: where b.perf_rtng_rt_id = p_perf_rtng_rt_id
862: and a.business_group_id = b.business_group_id;
863: --