DBA Data[Home] [Help]

APPS.BEN_EJP_BUS dependencies on PER_BUSINESS_GROUPS

Line 671: from per_business_groups a,

667: -- Declare cursor
668: --
669: cursor csr_leg_code is
670: select a.legislation_code
671: from per_business_groups a,
672: ben_elig_job_prte_f b
673: where b.elig_job_prte_id = p_elig_job_prte_id
674: and a.business_group_id = b.business_group_id;
675: --