DBA Data[Home] [Help]

APPS.BEN_EPM_BUS dependencies on PER_BUSINESS_GROUPS

Line 781: from per_business_groups a,

777: -- Declare cursor
778: --
779: cursor csr_leg_code is
780: select a.legislation_code
781: from per_business_groups a,
782: ben_enrld_anthr_pgm_rt_f b
783: where b.enrld_anthr_pgm_rt_id = p_enrld_anthr_pgm_rt_id
784: and a.business_group_id = b.business_group_id;
785: --