Oracle Apps Technical Stuff
Tuesday, October 23, 2012
API To Assigns An Existing Role To An Existing User In The 'CRM_DOMAIN'
Script to Assign the Install base roles for a User
BEGIN
jtf_auth_bulkload_pkg.assign_role('<&USER_NAME>','CSI_NORMAL_USER');
COMMIT;
END;
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.