DBA Data[Home] [Help]

APPS.BEN_EWL_BUS dependencies on PER_BUSINESS_GROUPS

Line 664: from per_business_groups a,

660: -- Declare cursor
661: --
662: cursor csr_leg_code is
663: select a.legislation_code
664: from per_business_groups a,
665: ben_elig_wk_loc_prte_f b
666: where b.elig_wk_loc_prte_id = p_elig_wk_loc_prte_id
667: and a.business_group_id = b.business_group_id;
668: --