Commit 6f9791df authored by rbhogale's avatar rbhogale

Changed by Rohan on 23-May-13 for merging messages as said by Pragyan sir


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93124 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d69ee89a
......@@ -38562,5 +38562,78 @@ VALUES (
alter table DELIVERY_TERM add adsi_dlv_term varchar2(25);
commit;
-- Changed by Rohan on 23/05/13 as said by Pragyan sir
update obj_forms set title = 'Header' where win_name = 'w_inv_lock' and
form_no = 1;
update obj_forms set title = 'Detail' where win_name = 'w_inv_lock' and
form_no = 2;
update messages set msg_descr = 'Entered lock code is already exist,please enter new lock code' where msg_no = 'INVLOCKEXT';
INSERT INTO POPHELP VALUES (
'LINE_NO__HOLD',
'W_INV_HOLD_REL',
'SELECT LINE_NO,ITEM_CODE,SITE_CODE,LOC_CODE,LOT_NO,LOT_SL AS LPN_NO FROM INV_HOLD_DET WHERE TRAN_ID = ''?''',
NULL,
'Line no ',
0,
0,
TO_DATE('7-05-2013 00:00:00','DD-MM-YYYY HH24:MI:SS'),
'ASHISH ',
'ASHISH ',
'1',
NULL,
':1.TRAN_ID__HOLD',
1,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
NULL);
delete from messages where msg_no = 'NOTMATCH';
INSERT INTO messages VALUES (
'NOTMATCH ',
'Mismatch Found ',
'Physical Scan Quantity and Stock Quantity mismatch',
'W',
'Y',
NULL,
NULL,
NULL,
TO_DATE('19-06-2012 09:20:19','DD-MM-YYYY HH24:MI:SS'),
'ROHAN ',
'BASE ',
NULL,
NULL);
INSERT INTO POPHELP VALUES (
'TRAN_SER',
'W_INV_LOCK',
'SELECT REF_SER AS TRAN SER,DESCR FROM REFSER',
NULL,
'TRAN SER',
0,
0,
TO_DATE('14-05-2013 00:00:00','DD-MM-YYYY HH24:MI:SS'),
'ASHISH',
'ASHISH',
'1',
NULL,
':1.TRAN_SER',
1,
NULL,
NULL,
NULL,
NULL,
'S',
NULL,
NULL);
UPDATE MESSAGES SET MSG_DESCR = 'Stan Code To and Stan Code From Combination is duplicate' where msg_no = 'VTSTANDB';
commit;
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