DBA Data[Home] [Help]

APPS.BEN_PAT_BUS dependencies on BEN_POPL_ACTN_TYP_F

Line 672: ben_popl_actn_typ_f b

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: --
676: -- Declare local variables