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.

  • 相关阅读:
    easyui datagrid 让某行复选框置灰不能选
    easyui前台改变datagrid某单元格的值
    javascript Date format(js日期格式化)
    SVN中trunk,branches,tags用法详解
    ecshop后台新功能权限的添加
    jquery创建一个新的节点对象(自定义结构/内容)的好方法
    kafka系列九、kafka事务原理、事务API和使用场景
    kafka系列八、kafka消息重复和丢失的场景及解决方案分析
    kafka系列七、kafka核心配置
    kafka系列六、java管理kafka Topic
  • 原文地址:https://www.cnblogs.com/toowang/p/3542448.html
Copyright © 2011-2022 走看看