398: , l_user_id
399: , l_resp_id
400: , l_appl_id
401: )
402: into rc from dual;
403: return rc;
404: exception
405: when others then
406: return null;