DBA Data[Home] [Help]

APPS.BEN_EPT_BUS dependencies on PER_BUSINESS_GROUPS

Line 935: from per_business_groups a,

931: -- Declare cursor
932: --
933: cursor csr_leg_code is
934: select a.legislation_code
935: from per_business_groups a,
936: ben_elig_per_typ_prte_f b
937: where b.elig_per_typ_prte_id = p_elig_per_typ_prte_id
938: and a.business_group_id = b.business_group_id;
939: --