[Home] [Help]
2633: -- Declare cursor
2634:
2635: cursor csr_leg_code is
2636: select legislation_code
2637: from per_business_groups pbg,
2638: per_appraisals pap
2639: where pap.appraisal_id = p_appraisal_id
2640: and pbg.business_group_id = pap.business_group_id;
2641: