DBA Data[Home] [Help]

APPS.BEN_EBU_BUS dependencies on PER_BUSINESS_GROUPS

Line 655: from per_business_groups a,

651: -- Declare cursor
652: --
653: cursor csr_leg_code is
654: select a.legislation_code
655: from per_business_groups a,
656: ben_elig_brgng_unit_prte_f b
657: where b.elig_brgng_unit_prte_id = p_elig_brgng_unit_prte_id
658: and a.business_group_id = b.business_group_id;
659: --