Commit fb03b242 authored by caluka's avatar caluka

updated sql for tran id validation in Manual Stock De-allocation Entry Screen [W14CSUN004]


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95316 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 25e7ac64
...@@ -70,5 +70,11 @@ Insert into obj_itemchange (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('sord ...@@ -70,5 +70,11 @@ Insert into obj_itemchange (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('sord
INSERT INTO MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term ) INSERT INTO MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('INVSITSHIP', 'Invalid Site Code Ship!', 'Site Code Ship of allocation and Site Code Ship in deallocation is different!', 'E', 'Y', SYSDATE, 'BASE ', 'BASE '); VALUES ('INVSITSHIP', 'Invalid Site Code Ship!', 'Site Code Ship of allocation and Site Code Ship in deallocation is different!', 'E', 'Y', SYSDATE, 'BASE ', 'BASE ');
INSERT INTO MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('INVTRANID1', 'Inavlid Transaction Id!', 'Transaction Id Can not be null !', 'E', 'Y', SYSDATE, 'BASE ', 'BASE ');
INSERT INTO MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VTDUPTRNID', 'Invalid Transaction Id!', 'Transaction Id cannot be duplicate,Please enter unique value!', 'E', 'Y', SYSDATE, 'BASE ', 'BASE ');
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