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);