zoukankan      html  css  js  c++  java
  • (转)解决在创建银行帐户,输入帐户拥有人时找不到法人实体的问题

    在创建银行帐户的第一步,系统要求输入“Bank account Owner”(即Legal Entity),但在选择值列表中即没有找到自己所定义的Legal Entity。这是因为oracle现金管理模块要求分配法人实体的访问权限到银行帐户上。下面详细解决


    Solution from oracle my support

    Applies to:

    This problem can occur on any platform.

    Symptoms

    Unable to create a new bank account in release 12 in Cash Management.  The list of value in the Bank account Owner does not bring the information of the Legal Entities that have been created.

    Cause

    This is not a bug, it is a setup issue. Cash Management responsibility must be assigned the Legal Entities that you want to grant the access to all bank accounts.

    Solution

    Please do the following to assign Legal Entities to the Cash Management responsibility

    1. Log in as Sysadmin. 
    2. Go to the User Management Responsibility. 
    3. Path: Roles & Role Inheritance 
    4. In the Type field select Roles and Responsibilities 
    5. Wait until a new field appears, you will see the category field, please select Miscellaneous 
    6. In the Application select 'Cash Management' and click on GO button.  --根据实际情况 比如AP的就选payables
    7. Search your Cash Management responsibility or role that you are using to create your bank account. 
    8. Click on the update icon. 
    9. A new window will be displayed, please click in the Security wizard button. 
    10. For CE UMX Security wizard click on the Run Wizard. 
    11. In this window you should add the legal entities that you want to grant the access to all the 
    bank accounts within a legal entity and choose the privilages that you want to assign to this role on the 
    bank accounts such as: USE, MAINTENANCE and BANK ACCOUNT TRANSFERS. 
    12. Save and apply the changes and then verify in Cash management responsibility if you now are 
    able to see that legal entity in the bank account creation form.

  • 相关阅读:
    netty源码深度分析
    《深入探索Netty原理及源码分析》文集小结
    Netty 那些事儿 ——— 心跳机制
    CSS实现单行、多行文本溢出显示省略号(…)
    测试
    PHP 二维数组根据某个字段排序
    PHP生成图片验证码、点击切换实例
    正确设置网站title、keywords、description(转载)
    nginx上支持.htaccess伪静态的配置实例
    百度编辑器Ueditor增加字体的修改方法
  • 原文地址:https://www.cnblogs.com/toowang/p/3542448.html
Copyright © 2011-2022 走看看