[Home] [Help]
2810: -- Declare cursor
2811:
2812: cursor csr_leg_code is
2813: select legislation_code
2814: from per_business_groups pbg,
2815: per_appraisals pap
2816: where pap.appraisal_id = p_appraisal_id
2817: and pbg.business_group_id = pap.business_group_id;
2818: