Create EBS user from backend & Assign Responsibility

Oracle EBS users can be created from the front end through Oracle forms or using backend PLSQL Blocks as well. We will see how to create user in oracle apps from the backend in this post Application User can be created from sqlplus using PLSQL Block Set serveroutput on BEGIN fnd_user_pkg.CreateUser(x_user_name => ‘UserName’ ,x_owner => …

Create EBS user from backend & Assign Responsibility Read More »