2741: cursor c_old_buyer IS
2742: select name,
2743: substrb(display_name,1,360)
2744: p_display_name
2745: from wf_local_roles
2746: where orig_system = 'PER'
2747: and orig_system_id = p_old_personid
2748: order by status, start_date; ---Bug 9949640
2749: