Core Workflow - EBS (MOSC)

MOSC Banner

If Not Using OCM Can User Be Removed From ROLE "AR_CMGT_CREDIT_ANALYST_ROLE

edited Apr 24, 2012 7:27PM in Core Workflow - EBS (MOSC) 55 commentsAnswered
 Hi All,
My goal is to avoid receiving unwanted notifications from workflow "AR Credit Management Application Process" (ARCMGTAP). We have tried removing the particular USER from the ROLE assigned to this workflow. But after some time , thse users are getting created again. We are not sure, why the USER is creating again (we suspect that Workflow Background Process concurrent request is creating the USER againa, but not sure). Please let us know the which package/procedure/mechanism creating them again. 

API to remove the users from the existing ROLE:

DECLARE 
v_role_name varchar2(100); 
v_user_name varchar2(100); 
BEGIN 
v_role_name := 'AR_CMGT_CREDIT_ANALYST_ROLE'; 

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center