First Commit - Source Code from Reply
This commit is contained in:
11
dbcmnpsrc/FE/mnpapp/script/sla/sql/AggiornaRecipientHoc.sql
Normal file
11
dbcmnpsrc/FE/mnpapp/script/sla/sql/AggiornaRecipientHoc.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
set serveroutput ON
|
||||
var cod_errore number
|
||||
begin
|
||||
DWH.UPDATE_REC_HOC_DELTA (&1,&2, :cod_errore);
|
||||
if :cod_errore = 0 then
|
||||
DWH.CALCOLA_SLA_RECIPIENT_HOC(&1,&2, :cod_errore);
|
||||
end if;
|
||||
end;
|
||||
/
|
||||
exit :cod_errore
|
||||
|
||||
Reference in New Issue
Block a user