784: where organization_id = l_payee_id;
785: --
786: cursor person is
787: select full_name
788: from per_all_people_f
789: where person_id = l_payee_id
790: and p_effective_date between effective_start_date
791: and effective_end_date;
792: --