====== pears.TempHolidayCalcItem ======
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
===== Original SQL =====
COMMENT TO PRESERVE FORMAT ON PROCEDURE "pears"."TempHolidayCalcItem" IS
{create function TempHolidayCalcItem
/* Application Maintained Function / Procedure - DO NOT EDIT*/
(ValString long varchar, Stat integer)
returns char(200)
begin
return regexp_substr('"'+Valstring, string('(?<="',Stat,'=)[^"]*'));
end
}