zoukankan      html  css  js  c++  java
  • Cannot Create Supplier Site (Address) (文档 ID 1069032.1)

    Error

    Address and Site Creation - Unable to create address and sites because of the following error when trying to create the site in operating unit [COMPANY-OU]: [ORA-01403: no data found in Package AP_VENDOR_PUB_PKG Procedure Validate_Vendor_Site]. Either resolve this issue and try again or deselect the operating unit with the error and continue. Note: any new address requires at least one site in order to be created.

     

    In this Document

    Symptoms

    Cause

    Solution

    References


    Applies to:

    Oracle Payables - Version 12.0.6 and later
    Information in this document applies to any platform.

    Symptoms

    When creating a new supplier site (address), it cannot be saved and the following error message occurs:
    Address and Site Creation - Unable to create address and sites because of
    the following error when trying to create the site in operating unit
    [Egészségügyi Minisztérium]:
    [ORA-01403: no data found in Package AP_VENDOR_PUB_PKG Procedure Validate_Vendor_Site].
    Either resolve this issue and try again or deselect the operating unit with the error
    and continue. Note: any new address requires at least one site in order to be created.

    Cause

    Cause Determination:
    Invalid accounting combination setup at Financials Options.
    Cause Justification:

    This is explained in the following bug:

    Bug 9360590: CANNOT CREATE SUPPLIER SITE (ADDRESS)

    Solution

    Correct AP setup.
    Do valid the accounting combination setup at Financials Options.

    1.  The issue appears to be caused because you do not have this org setup in AP.  Please confirm this with the following:
    select *
    from ap_system_parameters_all
    where org_id = XX;
    If this does not return a row, the problem is an AP org has not been set up.
    2.  Navigate to Setup > Options > Payables Options and create a record for this operating unit.
    Refer to Page 1-49 and following of the Payables Implementation Guide for instructions on how to set up an AP org.  Since you do not have a financials implementation, many of these options may not apply to you, but the record in AP is still required.
    3.  Confirm the query in step 1 now returns a row, and then confirm the supplier page no longer gives an ORA-01403 when attempting to create a supplier site.

  • 相关阅读:
    NYOJ 38布线问题
    NYOJ 106背包问题
    基于贪心算法的几类区间覆盖问题 nyoj 12喷水装置(二) nyoj 14会场安排问题
    HDOJ 2546饭卡(01背包问题)
    FBI树-数据结构(二叉树)
    二叉树遍历(flist)(二叉树,已知中序层序,求先序)
    求先序排列(二叉树已知中序和后序,求先序)
    滑雪(dp)
    Python——plot可视化数据,作业8(python programming)
    数据库SQL语言学习----左外连接,右外连接,外连接,自然连接的形象对比
  • 原文地址:https://www.cnblogs.com/quanweiru/p/4624721.html
Copyright © 2011-2022 走看看