Commit a12d4422 authored by dpawar's avatar dpawar

add insert query for meaages table (remarks)


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97527 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5cd758b6
...@@ -243,6 +243,13 @@ ALTER TABLE MULTI_PICK_ISS_HDR DROP CONSTRAINT MPTCN_PICK_DET_X; ...@@ -243,6 +243,13 @@ ALTER TABLE MULTI_PICK_ISS_HDR DROP CONSTRAINT MPTCN_PICK_DET_X;
ALTER TABLE MULTI_PICK_ISS_HDR ADD CONSTRAINT MPTCN_PICK_DET_X PRIMARY KEY ( TRAN_ID,PTCN ) USING ALTER TABLE MULTI_PICK_ISS_HDR ADD CONSTRAINT MPTCN_PICK_DET_X PRIMARY KEY ( TRAN_ID,PTCN ) USING
INDEX TABLESPACE ITM_DIS_I1; INDEX TABLESPACE ITM_DIS_I1;
--09/03/15
insert into messages
(msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values
('VTPTCNAS','Remarks length error','Entered remarks should not be greater than 60 character','E',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