Skip to content

Instantly share code, notes, and snippets.

@mgoricki
Created November 3, 2020 19:53
apex_util.create_user(
p_user_name => p_username
, p_web_password => p_password
, p_first_name => p_first_name
, p_last_name => p_last_name
, p_developer_privs => 'ADMIN'
, p_group_ids => apex_util.get_group_id(p_group_name => 'APP_END_USERS')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment