core-jgi/migration-historic/330-331b/postgresql/013_DocumentNo.sql

8 lines
240 B
MySQL
Raw Normal View History

CREATE FUNCTION documentNo(p_MPC_MRP_ID numeric) RETURNS character varying
AS $$org.compiere.sqlj.Manufacturing.documentNo(int)$$
LANGUAGE java;
ALTER FUNCTION adempiere.documentNo(p_MPC_MRP_ID numeric) OWNER TO postgres;