Commit 6df7c607 authored by kmandhre's avatar kmandhre

SQL for schedule despatch date calculation 181 -N


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94080 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 04014361
......@@ -44949,4 +44949,12 @@ commit;
'Base ',
NULL,
NULL);
-- ADDED BY KUNAL ON 04/JAN/13 for SOF 181 N POINT
insert into disparm ( prd_code ,var_name ,var_type , var_value ,descr ,var_subs ,chg_date , chg_user ,chg_term )
values ('999999','SCH_DSP_DATE','S','2','No of days for Schedule Despatch Date Calculation ',0,sysdate,'BASE','BASE' );
insert into obj_itemchange(obj_name,form_no,field_name) values ('sordform_tr',1,'order_date');
-- ADDED BY KUNAL ON 04/JAN/13 for SOF 181 N POINT END
commit;
\ No newline at end of file
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