DBA Data[Home] [Help]

APPS.BEN_DEC_BUS dependencies on PER_BUSINESS_GROUPS

Line 457: from per_business_groups a,

453: -- Declare cursor
454: --
455: cursor csr_leg_code is
456: select a.legislation_code
457: from per_business_groups a,
458: ben_dsgntr_enrld_cvg_f b
459: where b.dsgntr_enrld_cvg_id = p_dsgntr_enrld_cvg_id
460: and a.business_group_id = b.business_group_id;
461: --