DBA Data[Home] [Help]

APPS.BEN_EHC_BUS dependencies on PER_BUSINESS_GROUPS

Line 736: from per_business_groups a,

732: -- Declare cursor
733: --
734: cursor csr_leg_code is
735: select a.legislation_code
736: from per_business_groups a,
737: ben_ELIG_HLTH_CVG_PRTE_f b
738: where b.ELIG_HLTH_CVG_PRTE_id = p_ELIG_HLTH_CVG_PRTE_id
739: and a.business_group_id = b.business_group_id;
740: --