Commit d7e67599 authored by rtelang's avatar rtelang

system_entry.sql

-Added ACCT_CODE__AP_ADV CHAR(10) ,CCTR_CODE__AP_ADV CHAR(4) column in item_acct_detr and itemser table.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@200691 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c3d20977
...@@ -169,3 +169,22 @@ Insert into OBJ_LINKS (OBJ_NAME,FORM_NO,FIELD_NAME,TARGET_OBJ_NAME,LINK_FORM_NAM ...@@ -169,3 +169,22 @@ Insert into OBJ_LINKS (OBJ_NAME,FORM_NO,FIELD_NAME,TARGET_OBJ_NAME,LINK_FORM_NAM
commit; commit;
----------Ended by Varsha V on 06-05-19 to add indent_close link on indent approval------------------- ----------Ended by Varsha V on 06-05-19 to add indent_close link on indent approval-------------------
---------------------Added by Rohini T on[08/05/19][start]----------------------
ALTER TABLE item_acct_detr
ADD ACCT_CODE__AP_ADV CHAR(10);
ALTER TABLE item_acct_detr
ADD CCTR_CODE__AP_ADV CHAR(4);
ALTER TABLE itemser
ADD ACCT_CODE__AP_ADV CHAR(10);
ALTER TABLE itemser
ADD CCTR_CODE__AP_ADV CHAR(4);
---------------------Added by Rohini T on[08/05/19][end]----------------------
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