Cisco Cisco Tidal Enterprise Scheduler 6.2 User Guide

Page of 82
80
Cisco Tidal Enterprise Scheduler Oracle Applications Adapter Guide
6.2.1 
Appendix  
Chapter  
      ELSE
        pc_output := NULL;
        pc_err_code := vc_err_code;
      END IF;
    
    EXCEPTION
    WHEN OTHERS THEN
       pc_err_code := SUBSTR(SQLERRM,1,100);
       RAISE;
    END;                                                                                           
END decrypt;  
END sabdg_global;
/