DBA Data[Home] [Help]

APPS.BEN_EPP_BUS dependencies on PER_BUSINESS_GROUPS

Line 537: from per_business_groups a,

533: -- Declare cursor
534: --
535: cursor csr_leg_code is
536: select a.legislation_code
537: from per_business_groups a,
538: ben_elig_prtt_anthr_pl_prte_f b
539: where b.elig_prtt_anthr_pl_prte_id = p_elig_prtt_anthr_pl_prte_id
540: and a.business_group_id = b.business_group_id;
541: --