All Downloads are FREE. Search and download functionalities are using the official Maven repository.

expsigladb.Package.IBMUTL020_BODY.sql Maven / Gradle / Ivy

There is a newer version: 6.5.103
Show newest version
--------------------------------------------------------
--  DDL for Package Body IBMUTL020
--------------------------------------------------------

  CREATE OR REPLACE PACKAGE BODY "IBMUTL020" is
 function vsx_get_pg_call return number is
  aNum number;
 begin
  aNum:=0;
  select IBMSEQ00_GENERIC_STP_CALL.nextval into aNum from dual;
  return aNum;
 end;
end;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy