Commit 104c8f24 authored by arawankar's avatar arawankar

Added sql entry for post save of asset sales


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@187330 ce508802-f39f-4f6c-b175-0d175dae99d5
parent dcd89ceb
...@@ -29,5 +29,12 @@ Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,AR ...@@ -29,5 +29,12 @@ Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,AR
commit; commit;
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION)
values ('VTFASL0001','Exception in posting','Exception came in action detail posting.','E','Y',null,null,null,SYSDATE,'BASE','BASE',null,null);
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION)
values ('VTINVCO1 ','Exception in posting','Exception came in action header posting.','E','Y',null,null,null,sysdate,'BASE','BASE',null,null);
COMMIT;
--Added by Anjali R. on[06/07/2018][Added post save entry for asset sales][End] --Added by Anjali R. on[06/07/2018][Added post save entry for asset sales][End]
\ No newline at end of file
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