DBA Data[Home] [Help]

APPS.BEN_ASR_BUS dependencies on PER_BUSINESS_GROUPS

Line 652: from per_business_groups a,

648: -- Declare cursor
649: --
650: cursor csr_leg_code is
651: select a.legislation_code
652: from per_business_groups a,
653: ben_asnt_set_rt_f b
654: where b.asnt_set_rt_id = p_asnt_set_rt_id
655: and a.business_group_id = b.business_group_id;
656: --