Show pageOld revisionsBacklinksExport to PDFFold/unfold allBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== pears.NotificationICS ====== <WRAP center round info> Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. </WRAP> ===== Original SQL ===== <code sql> create function "pears"."NotificationICS"( in "pTemplateID" char(50),in "pRecipientType" char(20),in "pPersonID" char(20),in "pVacancyID" char(20),in "pCompanyID" char(20),in "pDivisionID" char(20),in "pProgressID" char(20),in "pDiaryID" char(20) ) returns long varchar begin declare "rv" long varchar; declare @clientcode char(12); declare @TransportType char(20); declare @starttime timestamp; declare @InterviewTime time; declare @Notes long varchar; declare @description varchar(200); declare @Location varchar(200); declare @uid char(20); set "rv" = ''; if(@starttime is not null) and("isnull"(@description,'') <> '') then /* set "rv" = (select "createicsfile"(@uid,@Location,@notes,@starttime,@starttime,@description,5,0,0,''))*/ end if; return "RV" end </code> database/functions/pears_notificationics.txt Last modified: 2026/08/07 19:24by 127.0.0.1