Commit a72bd153 authored by ssarkar's avatar ssarkar

Changed by sumit on 07/12/12 added msg


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92291 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c89e07b6
...@@ -36643,6 +36643,37 @@ CREATE OR REPLACE FUNCTION FN_IS_VALID_PICK_ORDER(PICK_ORDER IN CHAR) ...@@ -36643,6 +36643,37 @@ CREATE OR REPLACE FUNCTION FN_IS_VALID_PICK_ORDER(PICK_ORDER IN CHAR)
END; END;
RETURN FLAG; RETURN FLAG;
END; END;
-- added by sumit on 07/12/12 added message id
INSERT INTO MESSAGES (
msg_no ,
msg_str ,
msg_descr ,
msg_type ,
msg_opt ,
msg_time ,
alarm ,
err_source ,
chg_date ,
chg_user ,
chg_term ,
override_input,
mail_option )
VALUES (
'INVPLTNUS',
'Invalid Pallet Number.',
'Entered pallet number is already used.',
'E',
'Y',
NULL,
NULL,
NULL,
TO_DATE('30-11-2012 00:00:00','DD-MM-YYYY HH24:MI:SS'),
'BASE ',
'BASE ',
NULL,
NULL);
COMMIT; 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