Commit b9c8ceb9 authored by rbhogale's avatar rbhogale

Changed by Rohan on 21-08-13 for Manual Shipment


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93521 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cfeb9924
...@@ -42898,3 +42898,63 @@ commit; ...@@ -42898,3 +42898,63 @@ commit;
--Chnaged By shankara on 19-08-13 for alter of wave task det --Chnaged By shankara on 19-08-13 for alter of wave task det
ALTER TABLE WAVE_TASK_DET MODIFY LINE_NO NUMBER(4); ALTER TABLE WAVE_TASK_DET MODIFY LINE_NO NUMBER(4);
COMMIT; COMMIT;
--Changed by Rohan on 21-08-13 for Manual Shipment
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 (
'VTINVCONSE',
'Blank Consigneee Name',
'please enter consigneee name',
'E',
'Y',
NULL,
NULL,
NULL,
fn_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 (
'VTINVADDR',
'Blank Consigneee Address1',
'please enter consignee address1.',
'E',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'Base ',
'Base ',
NULL,
NULL);
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