Commit ce39688f authored by caluka's avatar caluka

Site code from and site code to validation for Material Requirement HTML...

Site code from and site code to validation  for Material Requirement HTML wizard Transaction[MF3KSUN005]


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95017 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 89a8d9b4
...@@ -12,3 +12,10 @@ Insert into itm2menu(APPLICATION,LEVEL_1,LEVEL_2,LEVEL_3,LEVEL_4,LEVEL_5,WIN_NAM ...@@ -12,3 +12,10 @@ Insert into itm2menu(APPLICATION,LEVEL_1,LEVEL_2,LEVEL_3,LEVEL_4,LEVEL_5,WIN_NAM
Insert into USER_OBJ_FAV (OBJ_NAME,USER_ID,CHG_DATE,CHG_USER,CHG_TERM) Insert into USER_OBJ_FAV (OBJ_NAME,USER_ID,CHG_DATE,CHG_USER,CHG_TERM)
values ('requirement','BASE',SYSDATE,'BASE','BASE'); values ('requirement','BASE',SYSDATE,'BASE','BASE');
UPDATE USER_RIGHTS SET FAV_OPTION = 'Y' where OBJ_NAME='requirement' AND PROFILE_ID='SUN'; UPDATE USER_RIGHTS SET FAV_OPTION = 'Y' where OBJ_NAME='requirement' AND PROFILE_ID='SUN';
INSERT INTO MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VMSITE11', 'Site Code From is blank!', 'Site code From can not be blank, please enter valid site code', 'E', 'Y', SYSDATE, 'BASE ', 'BASE ');
INSERT INTO MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VMSITE12', 'Site Code To is blank!', 'Site code To can not be blank, please enter valid site code', 'E', 'Y', SYSDATE, 'BASE ', 'BASE ');
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