DBA Data[Home] [Help]

APPS.BEN_EPS_BUS dependencies on PER_BUSINESS_GROUPS

Line 704: from per_business_groups a,

700: -- Declare cursor
701: --
702: cursor csr_leg_code is
703: select a.legislation_code
704: from per_business_groups a,
705: ben_elig_pstn_prte_f b
706: where b.elig_pstn_prte_id = p_elig_pstn_prte_id
707: and a.business_group_id = b.business_group_id;
708: --