Commit 541789d6 authored by psawant's avatar psawant

Itemchange on reas_code bklist column in supplier Master.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@190465 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 44b74cf8
......@@ -105,3 +105,13 @@ alter table customer_series drop column level_code__hier;
ALTER TABLE customer_series ADD pos_code char(10);
-- Customer master---[END] added by AMEY W on 27/08/18
---Pophelp Query---Supplier master---[Start] added by Pooja S on 6 sept 18
Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,FILTER_STRING,SQL_INPUT,DEFAULT_COL,POP_ALIGN,QUERY_MODE,PAGE_CONTEXT,POPHELP_COLS,POPHELP_SOURCE,MULTI_OPT,HELP_OPTION,POPUP_XSL_NAME,AUTO_FILL_LEN,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,LAYOUT,FILTER_EXPR)
values ('REAS_CODE__BKLIST','W_SUPPLIER','select fld_value,descr from gencodes where fld_name = ''REAS_CODE__BKLIST'' and mod_name=''W_SUPPLIER''',null,'REASON CODE',0,0,sysdate,'BASE','BASE','0',null,null,1,null,null,null,null,null,0,null,null,null,null,null,null,null,null,null,null,'descr:bklist_reason',null,null,null);
Supplier master---[End] added by Pooja S on 6 sept 18
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