DBA Data[Home] [Help]

APPS.BEN_ETD_BUS dependencies on PER_BUSINESS_GROUPS

Line 544: from per_business_groups a,

540: -- Declare cursor
541: --
542: cursor csr_leg_code is
543: select a.legislation_code
544: from per_business_groups a,
545: ben_elig_dpnt_othr_ptip_f b
546: where b.elig_dpnt_othr_ptip_id = p_elig_dpnt_othr_ptip_id
547: and a.business_group_id = b.business_group_id;
548: --