Commit 983b2902 authored by wansari's avatar wansari

W16IBAS007 updated sql for pop help for apr_code and purc_rate


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105359 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 93194717
......@@ -95,3 +95,7 @@ INSERT into pophelp (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGH
values ('ANAL_CODE','W_INDENT','SELECT A.ANAL_CODE,B.DESCR FROM ACCOUNTS_ANALYSIS A,ANALYSIS B WHERE A.ANAL_CODE = B.ANAL_CODE AND A.ACCT_CODE = ''?''',
NULL,'Analysis Code',0,0,SYSDATE,'BASE','BASE','0',null,':0.acct_code');
-----Changed by wasim on 13-APR-17 for indent approval issues from QC [END]-----------
-----Changed by wasim on 17-APR-17 [START]-----------
DELETE FROM POPHELP WHERE MOD_NAME = 'W_INDENT' AND FIELD_NAME in ('APR_CODE','PURC_RATE');
-----Changed by wasim on 17-APR-17 [END]-----------
\ No newline at end of file
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