DBA Data[Home] [Help]

APPS.BEN_BVR_BUS dependencies on PER_BUSINESS_GROUPS

Line 561: from per_business_groups a,

557: -- Declare cursor
558: --
559: cursor csr_leg_code is
560: select a.legislation_code
561: from per_business_groups a,
562: ben_bnft_vrbl_rt_f b
563: where b.bnft_vrbl_rt_id = p_bnft_vrbl_rt_id
564: and a.business_group_id = b.business_group_id;
565: --