pears.placementelementvalid
Generated schema reference. Regenerate this page from the SQL unload; keep hand-maintained business notes in the narrative namespace.
Original SQL
CREATE FUNCTION "pears"."placementelementvalid"( /* Application Maintained Function / Procedure - DO NOT EDIT*/ IN "bvalid" SMALLINT,IN "splacid" CHAR(20),IN "selementname" CHAR(20),IN "ismanager" SMALLINT,IN "isaccounts" SMALLINT ) RETURNS SMALLINT BEGIN -- V1 Legacy function RETURN("placementelementvalidV2"("bvalid","splacid",NULL,NULL,"selementname","ismanager","isaccounts")) END