DBA Data[Home] [Help]

APPS.BEN_ABC_BUS dependencies on PER_BUSINESS_GROUPS

Line 718: from per_business_groups a,

714: -- Declare cursor
715: --
716: cursor csr_leg_code is
717: select a.legislation_code
718: from per_business_groups a,
719: ben_acty_base_rt_ctfn_f b
720: where b.acty_base_rt_ctfn_id = p_acty_base_rt_ctfn_id
721: and a.business_group_id = b.business_group_id;
722: --