Oracle EBS AP发票导入 API Rejection List 第二部分

2024-01-21

Oracle EBS AP发票导入 API Rejection List 第二部分

The report lists the reason the invoice could not be imported and prints a brief explanation of the problem.

Inconsistent PO Dist Info. Values exist for purchase order distribution information in more than one of the following columns, and the information does not match: (PO_DISTRIBUTION_ID) and

(PO_DISTRIBUTION_NUM).

Inconsistent PO Info. Values exist for purchase order information in more than one of the following columns, and the information does not match: (PO_HEADER_ID) and (PO_NUMBER).

Inconsistent PO Supplier. The value you provided for supplier does not match the supplier on the purchase order.

Inconsistent PO Line Info. Values exist for purchase order line information in more than one of the following columns, and the information does not match: (PO_LINE_ID) and (PO_LINE_NUMBER) do not match.

Inconsistent PO Shipment. Values exist for purchase order shipment information in more than one of the following columns, and the information does not match: (PO_LINE_LOCATION_ID) and (PO_SHIPMENT_NUM).

Inconsistent Rate. Exchange rate type and exchange rate date do not match the exchange rate.

Inconsistent Release Info - You have provided values for both PO_RELEASE_ID and RELEASE_NUM and they do not match.

Inconsistent Supplier. Values exist for supplier in more than one of the following columns, and the suppliers do not match: VENDOR_ID, VENDOR_NUM, VENDOR_NAME.

Inconsistent Suppl Site. Values exist for supplier site in more than one of the following columns and the sites do not match: (VENDOR_SITE_ID) and (VENDOR_SITE_CODE).

Inconsistent Terms Info. Values exist for terms information in more than one of the following columns and the information does not match: (TERMS_ID) and (TERMS_NAME).

Inv Type Cannot Be AWT. Open Interface Import will not import invoices with an invoice type (INVOICE_TYPE_LOOKUP_CODE) of AWT (automatic withholding tax).

Invalid Acct Overlay. The account created using BALANCING_SEGMENT, COST_CENTER_SEGMENT, or ACCOUNT_SEGMENT is invalid.

Invalid AWT Group. Invalid automatic withholding tax group. This must be a valid value in AP_AWT_GROUPS.NAME.

Invalid Currency Code. Invalid currency code. This must be a valid value in FND_CURRENCIES.CURRENCY_CODE.

Invalid Dist Set With PO. If the invoice is matched to a purchase order, the line cannot contain a distribution set (DISTRIBUTION_SET_ID or DISTRIBUTION_SET_NAME).

Invalid Distribution Acct. Invalid distribution account. This must be a valid value in GL_CODE_COMBINATIONS.

Invalid Distribution Set. Invalid distribution set. This must be a valid value in AP_DISTRIBUTION_SETS.

Invalid Exch Rate Type. You used a non-User type exchange rate type, and you entered an exchange rate.

Change the rate type to USER or delete the exchange rate.

Invalid Final Match Flag. You entered Yes as the value for FINAL_MATCH_FLAG, and the Payables Option of Allow Final Matching is not enabled.

Invalid Inv Type Lookup. Invalid invoice type lookup code. Type must be either Standard or Credit.

Invalid Invoice Amount. The precision of the invoice amount is greater than the precision for the invoice currency. For example, Open Interface Import will not import an invoice in US dollars if the amount is $100.001.

Invalid Invoice Quantity. You are attempting to match the invoice to a purchase order shipment, and the Quantity to be matched exceeds the available Quantity of the shipment by more then the tolerance you defined in the Invoice Tolerances window.

-- 刘轶鹤

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

Oracle EBS AP发票导入 API Rejection List 第二部分 的相关文章

  • PLSQL 中的时区转换

    我需要将系统日期和时间转换为特定时区 例如东部时间 我无法假设我当前的时区 如何在plsql中转换它 请帮我 假设你有一个TIMESTAMP WITH TIME ZONE 例如systimestamp 您可以使用AT TIME ZONE句法
  • 嵌入定义绑定变量的 Oracle PL/SQL 代码的 Shell 脚本

    如果我运行下面的脚本 我会收到错误SP2 0552 未声明绑定变量 OUTRES 那么 如何定义绑定变量OUTRES以及在哪里定义呢 usr bin bash sqlplus s scott tiger lt lt EOF declare
  • 查看oracle有关主/外键约束的元数据

    哪个表包含有关约束的详细信息 例如外键引用的表 表 all cons columns all constraints 仅包含约束的名称 这不是很有帮助 我目前正在使用 dbms metadata get ddl 但它不适用于所有数据库 Th
  • 将交易数据从时间和状态列标准化为每个状态值的分钟数

    我有一个用户状态变化表 例如 insert time status 1 1 2017 0 00 AVAILABLE 1 1 2017 0 15 BUSY 1 1 2017 0 30 NOT AVAILABLE 1 1 2017 1 30 A
  • 从 LEFT OUTER JOIN 中删除重复项

    我的问题非常类似于限制 LEFT JOIN https stackoverflow com questions 757957 restricting a left join 有一个变体 假设我有一个表 SHOP 和另一个表 LOCATION
  • postgresql 中的咨询锁超时

    我正在从 ORACLE 迁移 目前我正在尝试移植此呼叫 lkstat DBMS LOCK REQUEST lkhndl DBMS LOCK X MODE lktimeout true 这个功能 http docs oracle com cd
  • java.sql.SQLException: - ORA-01000: 超出最大打开游标数

    我收到 ORA 01000 SQL 异常 所以我有一些与之相关的疑问 最大打开游标是否与 JDBC 连接数完全相关 或者它们也与我们为单个连接创建的语句和结果集对象相关吗 我们正在使用连接池 有没有办法配置数据库中语句 结果集对象的数量 如
  • Oracle SQL 从零件创建日期

    我在数据库中有两个日期字段 名为 EFFECTIVE DATE 和 POINT DATE 如何创建新的日期字段 其中日期由 EFFECTIVE DATE 年份 POINT DATE 月份和 POINT DATE 日期组成 我通常会使用 Da
  • C# 中强制关闭 oracle 连接

    我有一个报告窗口 显示从可能长时间运行的 Oracle 存储过程返回的结果 我的问题是 当用户关闭窗口时 与 Oracle 的连接保持打开状态 并且可能长时间运行的报告不会被取消 关闭打开的连接的唯一方法是 DBA 手动终止它们或用户退出整
  • where 子句中忽略空白字符

    我做了以下事情 create table test col char 10 insert into test values hello select from test where col hello 有人建议我上面的内容不应返回任何结果
  • Oracle 11g XE - 突然出现 ORA-01034: ORACLE 不可用且 ORA-27101: 共享内存领域不存在

    Windows 7 32 位笔记本电脑 Oracle 11g XE 的本地实例 首先 在提出问题之前 我自己一直在研究这个问题 虽然有很多参考 建议 但我无法自己解决这个问题 突然 当我尝试登录本地 Oracle 11g XE 爱好者实例时
  • 如何从 Oracle 中获取格式化的 XML

    我对 Oracle 缺乏经验 并且在将数据导出为 XML 时遇到问题 我已经设法让这个查询正常工作 但 XML 的格式似乎是固定的 对我来说不起作用 这是查询 SELECT value em getClobVal AS output FRO
  • Oracle SQL 触发器上的变异表

    我正在尝试执行触发器 但出现变异表错误 SQL 代码是这样的 CREATE OR REPLACE TRIGGER CHK Apartado D BEFORE INSERT OR UPDATE ON CONTRACTS FOR EACH RO
  • 关于pl/sql存储程序文本的问题

    我使用 TOAD 进行 PL SQL 开发 在 TOAD 中 当我输入过程名称并按 f4 时 我可以看到该过程的源代码 我认为 TOAD 从 v sqltext 视图获取源代码 为了证实我的想法 我写了一个查询 select from v
  • Oracle 中的函数与过程

    Oracle 中函数和过程的主要区别是什么 如果我可以用函数完成所有事情 为什么我必须使用过程 如果我无法在sql语句中调用过程 好吧 我会编写一个函数来完成相同的工作 过程不返回值 好的 在任何 dml 操作后我将仅返回 sql rowc
  • Oracle ODP.net 托管驱动程序与非托管驱动程序

    托管和非托管 Oracle ODP Net 驱动程序之间是否存在任何性能基准 即 除了架构 部署简单性之外 迁移到托管驱动程序是否有任何优势 我想分享一些结果 我认为与部署的简便性相比 性能上的小缺陷是值得的 Note seg意味着秒 对于
  • ActiveRecord oracle_enhanced 适配器无法加载 ruby​​-oci8 库

    rails g scaffold失败 但 oci 脚本和 irb 数据查询有效 无法弄清楚出了什么问题 rails g scaffold table field1 integer field2 string invoke active re
  • 将 OraclePreparedStatement 与 DBCP 连接结合使用

    我正在尝试使用 dbcp 框架为我的 oracle 服务器创建一个连接池 我用过这个tutorial http web archive org web 20120615100115 http www freshblurbs com 80 j
  • Oracle 9i:同义词表不存在?

    我创建了一个包 其中包含一个存储过程 我计划从单独的应用程序调用该存储过程 存储过程将返回架构中所有视图和表的排序列表 为此 它对 DBA TABLES 和 DBA VIEWS 同义词执行简单的选择 如下所示 CREATE OR REPLA
  • TOAD 将 &String 视为绑定变量

    我正在使用 Oracle Data Integrator 开发一些 ETL 有时会使用 TOAD 测试部分代码 今天我遇到了 TOAD 的问题 我有一行像 AND column value like DEV PROD 当我尝试运行包含上面过

随机推荐