Commit 7eeb51ac authored by ppatro's avatar ppatro

ASN Error on cofirmation messages.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92531 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5371193a
......@@ -1283,6 +1283,13 @@ public class AsnConf extends ActionHandlerEJB implements AsnConfLocal, AsnConfRe
}
*/
}
//Chnaged By Pragyan 18/01/13 To gererate error if PO not generated.start
else
{
errString = itmdbAccess.getErrorString("","ERRGENPOD",userId);
return errString;
}
//Chnaged By Pragyan 18/01/13 To gererate error if PO not generated.start
}
}
else
......
......@@ -37704,4 +37704,38 @@ INSERT INTO SYSTEM_EVENTS (
COMMIT;
//Changed By Pragyan 18/01/13
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 (
'ERRGENPOD ',
'Error Generated Porder',
'Purchase Order not generated ',
'E',
'Y',
NULL,
NULL,
NULL,
TO_DATE('8-05-2012 16:36:55','DD-MM-YYYY HH24:MI:SS'),
'BASE ',
'BASE ',
NULL,
NULL);
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