Standard Simple SP Template

Source: Internet
Author: User

/*--@author: lijy--@function: Information check procedure for employee entry--@parr: P_urid is the ID of workshop operation account, foreground is obtained by {U_urid} global parameter*/CREATE OR REPLACE ProcedureEsp_staffcheck (p_idinteger, P_uridinteger, P_retval outinteger) asP_compidinteger; P_iInteger; E_exception exception;BeginP_retval:=0; P_i:=0; SelectCompid intoP_compid fromEstaff_registerwhereId=p_id; --The data has been confirmed!     Select Count(1) intoP_i fromDualWhere    Exists(Select 1  fromEstaff_registerWhereId=p_id andNVL (Initialized,0)=1) ; IfP_i= 1  ThenP_retval:=910000;    Raise E_exception; End if ; --savepoint  UpdateEstaff_registerSetInitialized= 1, Initializedby=P_urid, Initializedtime=sysdateWhereId=p_id; Commit; Exception whenE_exception Then        Null;  whenOthers ThenP_retval:= -1; Dbms_output.put_line (SQLERRM);EndEsp_staffcheck1;

Standard Simple SP Template

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.