Commit 92173761 authored by rbhogale's avatar rbhogale

Changed by Rohan on 18-04-13


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92967 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 07fb673a
...@@ -37938,6 +37938,64 @@ VALUES ( ...@@ -37938,6 +37938,64 @@ VALUES (
commit; commit;
-- changed by Rohan on 18-04-13 for addting validation of expired stock transfer
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 (
'VTLOCNTVAL',
'Invalid To location',
'Invalid To location code.Please enter valid To Location.',
'E',
'E',
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',
'NOT_TRANF_INV_STAT',
'S',
'CASPK',
'Location not transfer inv stat',
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