DBA Data[Home] [Help]

APPS.BEN_EAN_BUS dependencies on PER_BUSINESS_GROUPS

Line 668: from per_business_groups a,

664: -- Declare cursor
665: --
666: cursor csr_leg_code is
667: select a.legislation_code
668: from per_business_groups a,
669: ben_elig_asnt_set_prte_f b
670: where b.elig_asnt_set_prte_id = p_elig_asnt_set_prte_id
671: and a.business_group_id = b.business_group_id;
672: --