Commit 76c178d3 authored by rbhogale's avatar rbhogale

Changed by Rohan on 26-11-12


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92201 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 189f665b
...@@ -36019,3 +36019,25 @@ INSERT INTO POPHELP ( ...@@ -36019,3 +36019,25 @@ INSERT INTO POPHELP (
'BASE '); 'BASE ');
commit; commit;
//Changed by Rohan on 26-11-12 for active pick split
INSERT INTO DISPARM (
prd_code,
var_name,
var_type,
var_value,
descr,
var_subs,
chg_date,
chg_user,
chg_term)
VALUES (
'999999',
'ACTIVE_PICK_CASE_COUNT',
'S',
'5',
'Maximun active pick case count',
NULL,
fn_sysdate(),
'Rohan ',
'Base ');
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