DBA Data[Home] [Help]

APPS.BEN_EHS_BUS dependencies on PER_BUSINESS_GROUPS

Line 656: from per_business_groups a,

652: -- Declare cursor
653: --
654: cursor csr_leg_code is
655: select a.legislation_code
656: from per_business_groups a,
657: ben_elig_hrly_slrd_prte_f b
658: where b.elig_hrly_slrd_prte_id = p_elig_hrly_slrd_prte_id
659: and a.business_group_id = b.business_group_id;
660: --