Showing posts with label Oracle Install Base. Show all posts
Showing posts with label Oracle Install Base. Show all posts

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;