Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
"UPDATE EEEA_DLVPLANSALESLINES
SET
ATW_DATE = GETDATE()"
WHERE
EEEA_DLVPLAN_ID ='"+(String)globalMap.get("EEEA_DLVPLAN_ID")+"'
AND SALESID='"+(String)globalMap.get("SALESID")+"'
AND DATAAREAID='"+(String)globalMap.get("DATAAREAID")+"'"