Commit 442e1054 authored by rbhogale's avatar rbhogale

Changed by Rohan on 10-07-13


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93335 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 26892327
...@@ -41961,4 +41961,74 @@ VALUES ( ...@@ -41961,4 +41961,74 @@ VALUES (
'state_code', 'state_code',
NULL); NULL);
commit; commit;
--Changed by Rohan on 10-07-13
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 (
'VTINVTRANF',
'Invalid Transfer',
'NOSL Location stock transfer to NOSL Location only.',
'E',
'Y',
NULL,
NULL,
NULL,
fn_sysdate(),
'Base ',
'Base ',
NULL,
NULL);
INSERT INTO DISPARM (
prd_code ,
var_name ,
var_type ,
var_value ,
descr ,
var_subs ,
chg_date ,
chg_user ,
chg_term )
VALUES (
'999999',
'INV_NO_SL',
'S',
'NOSL',
'Nosl Location',
0,
fn_sysdate(),
'BASE ',
'BASE ');
commit;
INSERT INTO disparm (
prd_code,
var_name,
var_type,
var_value,
descr,
var_subs,
chg_date,
chg_user,
chg_term)
VALUES (
'999999',
'ACTIVE_REPL_SPILT_COUNT',
'S',
'10',
'Active Repanishment task split variable',
0,
fn_sysdate(),
'BASE',
'Rohan');
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