Oracle Apps Scripts & Tips
Pages
Home
Contact Me
Downloads
Scripts & Tips
Online Training
Interview Q&A
Oracle Jobs
Oracle Blog
Showing posts with label
system administrator
.
Show all posts
Showing posts with label
system administrator
.
Show all posts
Friday, August 31, 2012
Add Responsibility to a User in oracle apps
Syntax:
fnd_user_pkg.addresp(username => v_user_name
,resp_app => 'SYSADMIN'
,resp_key => 'SYSTEM_ADMINISTRATOR'
,security_group => 'STANDARD'
,description => 'Auto Assignment'
,start_date => SYSDATE - 10
,end_date => SYSDATE + 1000);
Read more »
Older Posts
Home
Subscribe to:
Posts (Atom)