Technology Stack - EBS (MOSC)

MOSC Banner

How to Reactivate Apps User using API

edited Aug 20, 2021 11:53AM in Technology Stack - EBS (MOSC) 11 commentsAnswered ✓

I am using EBS 12.1.3 with DB version 12.1.0.2.0

I want to Reactivate Apps User using API but it is not working. I am using below API:

BEGIN

  fnd_user_pkg.updateuser(x_user_name => 'APPS_USER', X_OWNER => 'SEED',x_unencrypted_password => 'welcome@123', x_end_date => NULL);

END;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center