pears.BulkDocPackCompanyAllowed

Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.

Original SQL

CREATE FUNCTION "pears"."BulkDocPackCompanyAllowed"( IN "CompID" CHAR(20) ) 
RETURNS INTEGER
BEGIN
  -- test on division, question, user
  RETURN 1
END