mht_brerp10
.adempiere
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
daysbetween(timestamp with time zone, timestamp with time zone)
Parameters
Name
Type
Mode
p_date1
timestamp with time zone
IN
p_date2
timestamp with time zone
IN
Definition
BEGIN RETURN CAST(p_date1 AS DATE) - CAST(p_date2 as DATE); END;