Commit df72a2bb authored by caluka's avatar caluka

sql updated for Returning process fail messages in Physical Count Scheduler Process


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95808 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 420787cb
...@@ -33,4 +33,14 @@ values ('phycnt_prc_act',6,'XTRA_PARAMS','I','Extra Arguments','S',null,sysdate, ...@@ -33,4 +33,14 @@ values ('phycnt_prc_act',6,'XTRA_PARAMS','I','Extra Arguments','S',null,sysdate,
Insert into obj_itemchange (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('phycnt_prc','1','itm_default',null); Insert into obj_itemchange (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('phycnt_prc','1','itm_default',null);
----Start added by chandrashekar on 07-aug-14 for Physical Count Process
INSERT INTO MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VTWRKCAL', 'Work Calendar is not Defined !', 'Work Calendar is not Defined !', '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 ('VTNORECARD', 'No Records Found !', 'No Records Found for Cycle count!', '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 ('VTRECDINS', 'Records Already Inserted!', 'Already Records Inserted!', 'E', 'Y', SYSDATE, 'BASE ', 'BASE ');
----End added by chandrashekar on 07-aug-14 for Physical Count Process
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