[Home] [Help]
768: csm_user_event_pkg.spawn_csp_req_lines_ins(p_resource_id=>l_resource_id,
769: p_user_id=>p_user_id);
770:
771: -- download notifications for user sender/recipient
772: csm_notification_event_pkg.notifications_acc_processor(p_user_id=>p_user_id);
773:
774: --download task status transtions
775: CSM_STATE_TRANSITION_EVENT_PKG.Refresh_Acc_Ins(p_user_id,p_responsibility_id);
776:
946: DELETE FROM CSM_COV_ACTION_TIMES_ACC WHERE user_id=p_user_id;
947: DELETE FROM CSM_CLIENT_UNDO_REQUEST_ACC WHERE user_id=p_user_id;
948:
949: --Purge Auto sync tables
950: CSM_NOTIFICATION_EVENT_PKG.PURGE_USER(p_user_id);
951:
952: --Delete the Group of the User
953: CSM_GROUP_DOWNLOAD_PVT.DELETE_MY_GROUP (p_user_id=>p_user_id
954: ,x_return_status=>l_return_status