====== pears.placementelementvalue ====== Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace. ===== Original SQL ===== create function "pears"."placementelementvalue"( /* Application Maintained Function / Procedure - DO NOT EDIT*/ in "splacid" char(20),in "selementname" char(20) ) returns long varchar begin -- V1 Legacy function return("placementelementvalueV2"("splacid",null,null,"selementname")) end