DBA Data[Home] [Help]

APPS.BEN_DPC_BUS dependencies on PER_BUSINESS_GROUPS

Line 726: from per_business_groups a,

722: -- Declare cursor
723: --
724: cursor csr_leg_code is
725: select a.legislation_code
726: from per_business_groups a,
727: ben_dpnt_cvrd_anthr_pl_cvg_f b
728: where b.dpnt_cvrd_anthr_pl_cvg_id = p_dpnt_cvrd_anthr_pl_cvg_id
729: and a.business_group_id = b.business_group_id;
730: --