DBA Data[Home] [Help]

APPS.BEN_APV_BUS dependencies on PER_BUSINESS_GROUPS

Line 558: from per_business_groups a,

554: -- Declare cursor
555: --
556: cursor csr_leg_code is
557: select a.legislation_code
558: from per_business_groups a,
559: ben_actl_prem_vrbl_rt_f b
560: where b.actl_prem_vrbl_rt_id = p_actl_prem_vrbl_rt_id
561: and a.business_group_id = b.business_group_id;
562: --