Commit 72caac00 authored by pgole's avatar pgole

Updated sql component for debit note generation if net_amt< 0


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104238 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f1373ad2
------------------------CHANGE IN EXISTING TRIGGER------------------------------------
ALTER TABLE charge_back_det DROP CONSTRAINT CB_CHECK_NET_AMT_ZERO;
------------------------ TRIGGER------------------------------------
CREATE OR REPLACE
TRIGGER TRIG_MDRCR_VAL_CB_AMT
before insert or update
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment