====== pears.BulkDocPackPackAllowed ====== Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. ===== Original SQL ===== create function "pears"."BulkDocPackPackAllowed"( in "CompID" char(20),in "ContID" char(20) ) returns integer begin -- test on division, question, user return 1 end