894: -- Declare cursor
895:
896: cursor csr_leg_code is
897: select legislation_code
898: from per_business_groups pbg,
899: per_performance_ratings ppr,
900: per_objectives pob
901: where ppr.performance_rating_id = p_performance_rating_id
902: and ppr.objective_id = pob.objective_id