Commit 5ac5eda5 authored by sabita.prasad's avatar sabita.prasad

Made changes on Sql wave_task_main_1 to wave_task_main


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92286 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 85c5fe94
delete from disparm
where Var_value ='wave_task_main_1'
and Var_name ='WAVE_REP_OBJ_NAME'
and Var_type ='S';
commit;
INSERT INTO disparm (
Prd_code ,
var_name ,
Var_type ,
var_value ,
descr,
var_subs ,
chg_date,
chg_user ,
chg_term )
VALUES (
'999999',
'WAVE_REP_OBJ_NAME',
'S',
'wave_task_main',
'Object name of Report',
0,
fn_sysdate(),
'Sabita',
'BASE');
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