| Název | Popis | Datový typ |
|---|---|---|
| IN_OwnerType | Integer | |
| IN_Owner_ID | Char(10) | |
| IN_Text | VarChar(220) | |
| IN_SubType | Integer |
begin
if ((IN_Text <> '') and (IN_Text <> ' ')) then
INSERT INTO SYS$CCTexts (OwnerType, Owner_ID, Text, SubType)
VALUES (:IN_OwnerType, :IN_Owner_ID, upper(IB_REMOVE_DIACRITICS(:IN_Text) Collate PXW_CSY), :IN_SubType);
end;Generated by ABRA Software a.s. 27.10.2021 16:35:09