PKG_NKW_AUD.SPS
Source Package Specification
Auditoria de manipulações
create or replace package pkg_nkw_aud
timestamp '2006-07-07:10:10:10'
is
------------------------------------------------------------------
-- 2006 DataPRO Developers - m@urelio
------------------------------------------------------------------
-- Version: 2.0.2
------------------------------------------------------------------
-- Collections, Records, Variables, Constants, Exceptions, Cursors
------------------------------------------------------------------
------------------------------------------------------------------
-- GET_AUDID
------------------------------------------------------------------
function get_audid(fv_dec in integer := null)
return pkg_nkw_env.gv_char%TYPE;
end pkg_nkw_aud;
|