pears.placementelementvalue
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"."placementelementvalue" IS {CREATE FUNCTION 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 }