mht_brerp10
.adempiere
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
nvl(anyelement, anyelement)
Parameters
Name
Type
Mode
$1
anyelement
IN
$2
anyelement
IN
Definition
BEGIN RETURN coalesce($1, $2); END;