DBA Data[Home] [Help]

APPS.BEN_PAT_BUS dependencies on PER_BUSINESS_GROUPS

Line 671: from per_business_groups a,

667: -- Declare cursor
668: --
669: cursor csr_leg_code is
670: select a.legislation_code
671: from per_business_groups a,
672: ben_popl_actn_typ_f b
673: where b.popl_actn_typ_id = p_popl_actn_typ_id
674: and a.business_group_id = b.business_group_id;
675: --