====== pears.ConfirmationDepartmentAllowed ======
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
===== Original SQL =====
create function "pears"."ConfirmationDepartmentAllowed"( in @DeptID char(2) )
returns smallint
begin
return 1
end