Commit 0cc634e5 authored by wansari's avatar wansari

D14IKAT004.sql updated obj names


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97198 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f01e8740
-----------------------------------------------------------------------Start transetup ----------------------------------------------------------- -----------------------------------------------------------------------Start transetup -----------------------------------------------------------
INSERT INTO transetup ( INSERT INTO transetup (
...@@ -48,7 +47,7 @@ INSERT INTO obj_forms( ...@@ -48,7 +47,7 @@ INSERT INTO obj_forms(
title , title ,
form_no) form_no)
VALUES ( VALUES (
'w_dd_porderWiz', 'w_porderWiz',
'Purchase Order Edit', 'Purchase Order Edit',
'1'); '1');
...@@ -58,7 +57,7 @@ INSERT INTO obj_forms( ...@@ -58,7 +57,7 @@ INSERT INTO obj_forms(
title , title ,
form_no) form_no)
VALUES ( VALUES (
'w_dd_porderWiz', 'w_porderWiz',
'Purchase Order Det', 'Purchase Order Det',
'2'); '2');
...@@ -92,7 +91,7 @@ INSERT INTO obj_actions ...@@ -92,7 +91,7 @@ INSERT INTO obj_actions
is_confirmation_req, is_confirmation_req,
sep_duty_opt) sep_duty_opt)
VALUES ( VALUES (
'dd_porderWiz', 'porderWiz',
1, 1,
'V', 'V',
'a', 'a',
...@@ -133,15 +132,15 @@ INSERT INTO itm2menu ( ...@@ -133,15 +132,15 @@ INSERT INTO itm2menu (
chg_user ) chg_user )
VALUES ( VALUES (
'WMS', 'WMS',
1,
10, 10,
4,
0, 0,
0, 0,
0, 0,
'/ibase/webitm/jsp/E12WizardPage.jsp?OBJ_NAME=dd_porderWiz&FORM_NO=1', '/ibase/webitm/jsp/E12WizardPage.jsp?OBJ_NAME=porderWiz&FORM_NO=1',
'Purchase Order Wizard', 'Purchase Order Wizard',
'Purchase Order Wizard', 'Purchase Order Wizard',
'WMS.1.10.0.0.0', 'WMS.10.4.0.0.0',
'e12_logo.gif', 'e12_logo.gif',
NULL, NULL,
NULL, NULL,
...@@ -229,10 +228,10 @@ INSERT INTO system_events ( ...@@ -229,10 +228,10 @@ INSERT INTO system_events (
comp_name , comp_name ,
comm_format ) comm_format )
VALUES ( VALUES (
'dd_porder_wiz', 'porderWiz',
'post_save', 'post_save',
'1', '1',
'pos_dd_porderWiz', 'pos_porderWiz',
NULL, NULL,
sysdate; sysdate;
'BASE', 'BASE',
...@@ -240,7 +239,7 @@ INSERT INTO system_events ( ...@@ -240,7 +239,7 @@ INSERT INTO system_events (
'2', '2',
'0', '0',
'EJB', 'EJB',
'PurchaseOrderWizEJB', 'DDPorderWizEJB',
NULL); NULL);
INSERT INTO system_events ( INSERT INTO system_events (
......
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