| Název | Popis | Datový typ |
|---|---|---|
| IN_DocumentType | VarChar(2) | |
| IN_Document_ID | Char(10) |
begin
if (:IN_Document_ID is not null) then
delete from SYS$REFCOUNT2 where ID = :IN_Document_ID and DocumentType = :IN_DocumentType;
end;Generated by ABRA Software a.s. 27.10.2021 16:34:13