Wednesday 10 June 2015

User Creation API in Oracle Apps

    Using the API fnd_user_pkg.createuser you can create user in Oracle Apps. You can find the below PL/SQL block to create user by passing the user details to the API as input parameter.



Once it is created you can check that from the database by using below query.

You can also verify this from the application

Log Into System Administrator Responsibility=>Security=>User=>Define
Press F11 and enter the user name =>Press CTRL+F11. 


No comments: