DBA Data[Home] [Help]

APPS.MISPER_WF_SYNCH_USER_ROLE dependencies on WF_DIRECTORY

Line 107: wf_directory.DeleteUserRole(p_username => l_user_name,

103: p_role_orig_system_id => C_User_Pos_Prev_rel_ptr.ROLE_ORIG_SYSTEM_ID,
104: p_start_date => C_User_Pos_Prev_rel_ptr.START_DATE ,
105: p_expiration_date => l_user_start_date-1 );
106:
107: wf_directory.DeleteUserRole(p_username => l_user_name,
108: p_rolename => C_User_Pos_Prev_rel_ptr.ROLE_NAME,
109: p_userOrigSystem => C_User_Pos_Prev_rel_ptr.USER_ORIG_SYSTEM,
110: p_userOrigSystemID => C_User_Pos_Prev_rel_ptr.USER_ORIG_SYSTEM_ID,
111: p_roleOrigSystem => C_User_Pos_Prev_rel_ptr.ROLE_ORIG_SYSTEM,