Commit 8afb223b authored by pgole's avatar pgole

Updated sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101457 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0d3641db
......@@ -48,19 +48,19 @@ VALUES ('ACCT_PRD','W_RELA_PARTY_APPL','SELECT CODE, DESCR FROM ACCTPRD','Accoun
--------------------MESSAGES-----------------------------------------------------------------------------------------------
INSERT INTO MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,CHG_DATE,CHG_USER,CHG_TERM)
VALUES ('NULLFINENT','Finantial Entity is blank','Please enter Finantial Entity ','E','Y',TO_DATE('21-04-16','DD-MM-RR'),'BASE','BASE');
VALUES ('NULLFINENT','Financial Entity is blank','Please enter Financial Entity ','E','Y',TO_DATE('21-04-16','DD-MM-RR'),'BASE','BASE');
INSERT INTO MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,CHG_DATE,CHG_USER,CHG_TERM)
VALUES ('NULLACCPRD',' Accounting Period is blank','Please specify Accounting Period','E','Y',TO_DATE('21-04-16','DD-MM-RR'),'BASE','BASE');
INSERT INTO MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,CHG_DATE,CHG_USER,CHG_TERM)
VALUES ('INVDFINENT','Fin Entity does not exists','Finantial Entity does not exist in Finent master','E','Y',TO_DATE('21-04-16','DD-MM-RR'),'BASE','BASE');
VALUES ('INVDFINENT','Fin Entity does not exists','Finantial Entity does not exists in Fin entity master','E','Y',TO_DATE('21-04-16','DD-MM-RR'),'BASE','BASE');
INSERT INTO MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,CHG_DATE,CHG_USER,CHG_TERM)
VALUES ('INVDACCPR','Accounting period not exists','Accounting period does not exist in Master','E','Y',TO_DATE('21-04-16','DD-MM-RR'),'BASE','BASE');
VALUES ('INVDACCPR','Accounting period not exists','Accounting period does not exists in Master','E','Y',TO_DATE('21-04-16','DD-MM-RR'),'BASE','BASE');
INSERT INTO MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,CHG_DATE,CHG_USER,CHG_TERM)
VALUES ('VTDUFINENT','Duplicate fin entity/Acct prd','Please specify another finantial entity or Accounting period','E','Y',TO_DATE('21-04-16','DD-MM-RR'),'BASE','BASE');
VALUES ('VTDUFINENT','Duplicate fin entity/Acct prd','Please specify another Financial entity or Accounting period','E','Y',TO_DATE('21-04-16','DD-MM-RR'),'BASE','BASE');
INSERT INTO MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,CHG_DATE,CHG_USER,CHG_TERM)
VALUES ('VMPROJTURN','Project Turnover less than 0 ','Project Turnover should be greater than 0','E','Y',TO_DATE('21-04-16','DD-MM-RR'),'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