Панель "Примеры для разработчиков" - исправлена ошибка "cannot insert null in AGNLIST.JURPERS_SUBDIV"

This commit is contained in:
Mikhail Chechnev 2025-12-19 22:30:13 +03:00
parent d61d968c99
commit 0fb687ccc8

View File

@ -230,7 +230,7 @@ create or replace package body PKG_P8PANELS_SAMPLES as
NCONTACT_METHOD => null,
SMF_ID => null,
SOKOGU => null,
NJURPERS_SUBDIV => null,
NJURPERS_SUBDIV => 0,
NRN => NRN);
end AGNLIST_INSERT;