
CREATE User using Oracle FND User API
-- --------------------------------------
-- API to CREATE FND User
-- --------------------------------------
Using the below code, you can create a User in Oracle application and parameters are user name, password and email id .
DECLARE
...