Procedura-DeleteDocRef

Popis:
Smaže interní referenci na doklad

Parametry:

NázevPopisDatový typ
IN_DocumentTypeVarChar(2)
IN_Document_IDChar(10)

Tělo:

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