DBA Data[Home] [Help]

APPS.BEN_AVR_BUS dependencies on PER_BUSINESS_GROUPS

Line 872: from per_business_groups a,

868: -- Declare cursor
869: --
870: cursor csr_leg_code is
871: select a.legislation_code
872: from per_business_groups a,
873: ben_acty_vrbl_rt_f b
874: where b.acty_vrbl_rt_id = p_acty_vrbl_rt_id
875: and a.business_group_id = b.business_group_id;
876: --