90:
91:
92: -- Check for valid employee id
93: select rowid into xxx
94: from hr_employees where employee_id=p_employee_id;
95:
96: -- Check for off-line users
97:
98: /* DEBUG. gtummala. 9/16/97.
266:
267: begin
268: -- Check for valid employee id
269: select rowid into xxx
270: from hr_employees where employee_id=p_new_recip;
271:
272: update fnd_notifications
273: set from_id = employee_id,
274: employee_id = p_new_recip,