DBA Data[Home] [Help]

APPS.BEN_DCO_BUS dependencies on PER_BUSINESS_GROUPS

Line 851: from per_business_groups a,

847: -- Declare cursor
848: --
849: cursor csr_leg_code is
850: select a.legislation_code
851: from per_business_groups a,
852: ben_dpnt_cvrd_othr_ptip_rt_f b
853: where b.dpnt_cvrd_othr_ptip_rt_id = p_dpnt_cvrd_othr_ptip_rt_id
854: and a.business_group_id = b.business_group_id;
855: --