java - How to Authorize user in Oracle EBS through pl/sql API -


we making connector oracle ebs through pl/sql interface , java. create connection database using jdbc api. able create connection oracle ebs database through super user(apps/apps) , detail metadata.

validate user - fnd_user_pkg.validatelogin() pl/sql api

to create session use - exec fnd_global.apps_initialize(p_user_id, p_resp_id, p_resp_appl_id);

now, authorize user/application combination, not user.

is there pl/sql api authorize user/application combination ?


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -