DBA Data[Home] [Help]

APPS.XTR_WORKFLOW_PKG dependencies on WF_LOCAL_USER_ROLES

Line 397: delete from WF_LOCAL_USER_ROLES

393: where NAME = p_name
394: and DISPLAY_NAME = p_dsp_name
395: and EMAIL_ADDRESS = p_email;
396:
397: delete from WF_LOCAL_USER_ROLES
398: where USER_NAME = p_name
399: and ROLE_ORIG_SYSTEM = 'WF_LOCAL_ROLES';
400:
401: END DELETE_XTR_USERS;