You are on page 1of 1

DECLARE

v_user_name VARCHAR2(30) := UPPER('MPXH67');


result BOOLEAN;
v_user_id INTEGER;
BEGIN
fnd_user_pkg.updateuser(x_user_name => v_user_name
,x_owner => CUST
,x_email_address => 'MPXH67@motorola.com
');
dbms_output.put_line ( 'End Date removed from FND_USER ' ) ;
COMMIT;
END;

You might also like