PL/SQL Script to Remove and Add Users to Adhoc Role
DECLARE ln_role_users_count NUMBER; lc_role_name apps.wf_roles.NAME%TYPE := ‘XX_TEST_ROLE’; BEGIN —————————— –Checking if Adhoc Role Exits —————————— SELECT COUNT (1) INTO ln_role_users_count FROM apps.wf_user_roles WHERE NAME =… Read More »PL/SQL Script to Remove and Add Users to Adhoc Role