DBA Data[Home] [Help]

APPS.BEN_PON_BUS dependencies on PER_BUSINESS_GROUPS

Line 573: from per_business_groups a,

569: -- Declare cursor
570: --
571: cursor csr_leg_code is
572: select a.legislation_code
573: from per_business_groups a,
574: ben_pl_typ_opt_typ_f b
575: where b.pl_typ_opt_typ_id = p_pl_typ_opt_typ_id
576: and a.business_group_id = b.business_group_id;
577: --