Commit cb8832c9 authored by sabita.prasad's avatar sabita.prasad

Merge the itm2menu sql under updated_sql.sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93255 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f5fbef4f
......@@ -38730,3 +38730,41 @@ VALUES (
commit;
--Created by Sabita for "Tracking Details of PTCN report" as on date 26/06/2013.
INSERT INTO itm2menu
(
application ,
level_1 ,
level_2,
level_3 ,
level_4 ,
level_5,
win_name ,
descr ,
comments ,
menu_path,
icon_path ,
obj_type ,
chg_user,
chg_term ,
chg_date ,
open_icon)
VALUES (
'WMS',
1,
52,
0,
0,
0,
'w_d_tracking_details_of_ptcn',
'Tracking Details by PTCN',
NULL,
'WMS.1.51.0.0.0',
'e12_logo.gif',
'R',
NULL,
NULL,
NULL,
NULL);
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