Daily Rates: APP-FND-01206: This Record Already Exists When Entering New Rate (文档 ID 1414117.1)

8 篇文章 0 订阅

摘自:https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=531328226859367&id=1414117.1&_afrWindowMode=0&_adf.ctrl-state=g7my1suo2_80

Daily Rates: APP-FND-01206: This Record Already Exists When Entering New Rate (文档 ID 1414117.1)转到底部转到底部

In this Document

 Symptoms
 Cause
 Solution
 References

 

This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review.

APPLIES TO:

Oracle General Ledger - Version 11.5.10.2 and later
Information in this document applies to any platform.
Form:GLXRTDLY.FMB - Daily Rates

 

SYMPTOMS

When entering a Daily Rate for a From/To currency, type and date that does not already exist, an error is received:
APP-FND-01206: This record already exists. You entered a duplicate value or sequence of values that must be unique for every record.

 

CAUSE


The inverse of the rate trying to be added already existed.
A query of gl_daily_rates showed that the inverse (CAD to USD) of this rate already existed in the table.  So when the new rate for USD to CAD was entered, along with the inverse, the error was received.

Here is a query that can be run to find Daily Rates that do not have an Inverse defined.

SELECT *
FROM gl_daily_rates gdr
WHERE 
NOT EXISTS 
    (SELECT 1
     FROM gl_daily_rates gdri
     WHERE gdri.from_currency = gdr.to_currency
     AND gdri.to_currency = gdr.from_currency
     AND gdri.conversion_date = gdr.conversion_date
     AND gdri.conversion_type = gdr.conversion_type);

SOLUTION

To implement the solution:

1. Set the profile "Daily RatesWindow: Enforce Inverse Relationship During Entry" to No.

2. Go to the Daily Rates form and  enter the row for the daily rate.
Do not enter an Inverse.
Save. 
  
If you normally want to enter Daily Rates with the inverse also, then set the profile back to Yes when you are finished with this fix.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值