Commit 0f014968 authored by sabita.prasad's avatar sabita.prasad

Merge the sql for tracking details of ptcn.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93253 ce508802-f39f-4f6c-b175-0d175dae99d5
parent adac1dea
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