DBA Data[Home] [Help]

APPS.BEN_EAI_BUS dependencies on PER_BUSINESS_GROUPS

Line 632: from per_business_groups a,

628: -- Declare cursor
629: --
630: cursor csr_leg_code is
631: select a.legislation_code
632: from per_business_groups a,
633: ben_elig_enrld_anthr_plip_f b
634: where b.elig_enrld_anthr_plip_id = p_elig_enrld_anthr_plip_id
635: and a.business_group_id = b.business_group_id;
636: --