DBA Data[Home] [Help]

APPS.BEN_NOC_BUS dependencies on PER_BUSINESS_GROUPS

Line 467: from per_business_groups a,

463: -- Declare cursor
464: --
465: cursor csr_leg_code is
466: select a.legislation_code
467: from per_business_groups a,
468: ben_no_othr_cvg_rt_f b
469: where b.no_othr_cvg_rt_id = p_no_othr_cvg_rt_id
470: and a.business_group_id = b.business_group_id;
471: --