DBA Data[Home] [Help]

APPS.BEN_DOP_BUS dependencies on PER_BUSINESS_GROUPS

Line 850: from per_business_groups a,

846: -- Declare cursor
847: --
848: cursor csr_leg_code is
849: select a.legislation_code
850: from per_business_groups a,
851: ben_dpnt_cvrd_othr_pgm_rt_f b
852: where b.dpnt_cvrd_othr_pgm_rt_id = p_dpnt_cvrd_othr_pgm_rt_id
853: and a.business_group_id = b.business_group_id;
854: --