DBA Data[Home] [Help]

APPS.BEN_EPB_BUS dependencies on PER_BUSINESS_GROUPS

Line 666: from per_business_groups a,

662: -- Declare cursor
663: --
664: cursor csr_leg_code is
665: select a.legislation_code
666: from per_business_groups a,
667: ben_elig_py_bss_prte_f b
668: where b.elig_py_bss_prte_id = p_elig_py_bss_prte_id
669: and a.business_group_id = b.business_group_id;
670: --