DBA Data[Home] [Help]

APPS.BEN_DOT_BUS dependencies on PER_BUSINESS_GROUPS

Line 674: from per_business_groups a,

670: -- Declare cursor
671: --
672: cursor csr_leg_code is
673: select a.legislation_code
674: from per_business_groups a,
675: ben_dpnt_othr_ptip_rt_f b
676: where b.dpnt_othr_ptip_rt_id = p_dpnt_othr_ptip_rt_id
677: and a.business_group_id = b.business_group_id;
678: --