DBA Data[Home] [Help]

APPS.BEN_PTR_BUS dependencies on PER_BUSINESS_GROUPS

Line 685: from per_business_groups a,

681: -- Declare cursor
682: --
683: cursor csr_leg_code is
684: select a.legislation_code
685: from per_business_groups a,
686: ben_per_typ_rt_f b
687: where b.per_typ_rt_id = p_per_typ_rt_id
688: and a.business_group_id = b.business_group_id;
689: --