DBA Data[Home] [Help]

APPS.BEN_EPG_BUS dependencies on PER_BUSINESS_GROUPS

Line 536: from per_business_groups a,

532: -- Declare cursor
533: --
534: cursor csr_leg_code is
535: select a.legislation_code
536: from per_business_groups a,
537: ben_elig_ppl_grp_prte_f b
538: where b.elig_ppl_grp_prte_id = p_elig_ppl_grp_prte_id
539: and a.business_group_id = b.business_group_id;
540: --