DBA Data[Home] [Help]

APPS.BEN_EFP_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_fl_tm_pt_tm_prte_f b
657: where b.elig_fl_tm_pt_tm_prte_id = p_elig_fl_tm_pt_tm_prte_id
658: and a.business_group_id = b.business_group_id;
659: --