DBA Data[Home] [Help]

APPS.BEN_BTR_BUS dependencies on PER_BUSINESS_GROUPS

Line 657: from per_business_groups a,

653: -- Declare cursor
654: --
655: cursor csr_leg_code is
656: select a.legislation_code
657: from per_business_groups a,
658: ben_comp_lvl_acty_rt_f b
659: where b.comp_lvl_acty_rt_id = p_comp_lvl_acty_rt_id
660: and a.business_group_id = b.business_group_id;
661: --