DBA Data[Home] [Help]

APPS.BEN_ELU_BUS dependencies on PER_BUSINESS_GROUPS

Line 647: from per_business_groups a,

643: -- Declare cursor
644: --
645: cursor csr_leg_code is
646: select a.legislation_code
647: from per_business_groups a,
648: ben_elig_lbr_mmbr_prte_f b
649: where b.elig_lbr_mmbr_prte_id = p_elig_lbr_mmbr_prte_id
650: and a.business_group_id = b.business_group_id;
651: --