Commit 594b3007 authored by caluka's avatar caluka

obj_actions updated for individual buttons


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101578 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 99047dac
......@@ -108,3 +108,11 @@ INSERT INTO MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_
VALUES ('VTNOTSUB2', 'Invalid Submit!', 'Selected Transaction is not submitted.Please submit the transaction first.', 'E', 'Y', SYSDATE, 'BASE ', 'BASE ');
ALTER TABLE STARCLUB_ELIGIBILITY_WORKING ADD CONSTRAINT STARCLUB_ELIGIBILITY_WORKING_X PRIMARY KEY ( DIVISION, ACCT_PRD, EMP_CODE ) ;
update obj_actions set rights_char='P' where obj_name='emp_travel_info' and line_no=6;
update obj_actions set rights_char='Q' where obj_name='emp_travel_info' and line_no=7;
update obj_actions set rights_char='T' where obj_name='emp_travel_info' and line_no=8;
update obj_actions set rights_char='Z' where obj_name='emp_travel_info' and line_no=9;
update obj_actions set rights_char='O' where obj_name='emp_travel_info' and line_no=10;
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