Login as apps user in sqlplus
Then run
SQL> @$FND_TOP/sql/afsvcpup.sql
Then enter 10093
Now enter the new test mail id
Then Execute this query to see the update
SELECT fscpv.parameter_value FROM fnd_svc_comp_params_tl fscpt, fnd_svc_comp_param_vals fscpv
WHERE fscpt.display_name = 'Test Address' AND fscpt.parameter_id = fscpv.parameter_id
No comments:
Post a Comment