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
Post a Comment