Skip to main content

Create Accounting for a Payment generates errors 95333 and 95359

Create Accounting for a Payment generates errors 95333 and 95359


Error:
95333: A conversion rate does not exist to convert USD to AUD for the conversion type Corporate
and conversion date 20-MAR-09 for line -25. Please use the Daily Rates form in General Ledger to
enter a conversion rate for these currencies, conversion date and conversion type.

95359: There is no accounted amount for the subledger journal entry line. Please inform your
system administrator or support representative that: The source assigned to the accounting
attribute Accounted Amount has no value for extract line number 88547. Please make sure the source
assigned to the accounting attribute Accounted Amount has a valid value, or assign a different
source to this accounting attribute.
Solution:
1. Specify a conversion rate for the currencies and conversion date mentioned in the error message 95333
Navigation under the General Ledger responsibility: Setup > Currencies > Currency Rates Manager > Daily Rates > click on the Create Daily Rates button Enter the From Currency, To Currency, Rate Type, Start Date, End Date and Rate, then click Apply

2. Run the AutoRate concurrent program in Payables
Go to the Submit Request window in Payable and submit the AutoRate concurrent process
3.Re-run the Create Accounting process for the transactions that received errors 95333 and 95359

Comments

  1. Oracle Apps R12 and Fusion Cloud Self Paced Training Videos by Industry Experts. Please Check https://www.oracleappstechnical.com

    ReplyDelete
  2. Your articles are inventive. I am looking forward to reading the plethora of articles that you have linked here. Thumbs up! 소액결제 현금화

    ReplyDelete
  3. Thank you for some other informative website. The place else may just I get that kind of information written in such a perfect method? I have a venture that I am simply now running on, and I’ve been at the glance out for such info. 상품권 매입

    ReplyDelete
  4. Great job for publishing such a beneficial web site. Your web log isn’t only useful but it is additionally really creative too. 소액결제 현금화

    ReplyDelete
  5. Pretty good post. I just stumbled upon your blog and wanted to say that I have really enjoyed reading your blog posts. Any way I'll be subscribing to your feed and I hope you post again soon. Big thanks for the useful info. https://cbalance.hu/

    ReplyDelete
  6. I’ve been searching for some decent stuff on the subject and haven't had any luck up until this point, You just got a new biggest fan!.. taxfyle.com

    ReplyDelete
  7. Thanks for a very interesting blog. What else may I get that kind of info written in such a perfect approach? I’ve a undertaking that I am simply now operating on, and I have been at the look out for such info. online tax filing

    ReplyDelete
  8. You’ve got some interesting points in this article. I would have never considered any of these if I didn’t come across this. Thanks!. Lastminute Taxi Service

    ReplyDelete
  9. i read a lot of stuff and i found that the way of writing to clearifing that exactly want to say was very good so i am impressed and ilike to come again in future.. llc tax calculator

    ReplyDelete
  10. Good website! I truly love how it is easy on my eyes it is. I am wondering how I might be notified whenever a new post has been made. I have subscribed to your RSS which may do the trick? Have a great day! cidb registration online

    ReplyDelete
  11. I am impressed. I don't think Ive met anyone who knows as much about this subject as you do. You are truly well informed and very intelligent. You wrote something that people could understand and made the subject intriguing for everyone. Really, great blog you have got here. WizzAccounting.co.uk

    ReplyDelete
  12. I don t have the time at the moment to fully read your site but I have bookmarked it and also add your RSS feeds. I will be back in a day or two. thanks for a great site. best food grade skincare products

    ReplyDelete
  13. It is perfect time to make some plans for the future and it is time to be happy. I’ve read this post and if I could I desire to suggest you few interesting things or tips. Perhaps you could write next articles referring to this article. I want to read more things about it! gem retailers

    ReplyDelete
  14. This is an excellent post I seen thanks to share it. It is really what I wanted to see hope in future you will continue for sharing such a excellent post. luxury car brokers in Los Angeles

    ReplyDelete
  15. Our knowledge is truly enhanced after reading this blog. It was quite helpful. We are truly glad that you shared this with us Here is a referred link same as yours   oracle fusion financials training. While browsing, I came across this one, it's useful too and will be providing the necessary knowledge.

    ReplyDelete

Post a Comment

Popular posts from this blog

Public API’s for FA Transactions

Public API’s for FA Transactions So far Oracle FA is have all the good things except the lack on reporting.Oracle FA is now offer lot of public API's that can be used to interfacing with third party or Oracle application other modules. Here are some of transaction's API's:   Additions API if you have requirement to add assets directly via PL/SQL then use  FA_ADDITION_PUB.DO_ADDITION. If you have selected the Allow CIP Assets check box on the Book Controls window of a tax book when adding CIP assets using the Additions API, the this API automatically adds those CIP assets to that tax book at the same time that they are added to the corporate book. Adjustments API you can make cost adjustments to your assetsdirectly via PL/SQL using  FA_ADJUSTMENT_PUB.DO_ADJUSTMENT  for any  process adjustment. Detail can be found in appendix H) You can use this API if you have a custom interface that makes it difficult to use with the existing Oracle Assets interfaces for adjusti...

AP Table Relation Oracle Apps

AP Table Relation Oracle Apps ORACLE PAYABLE TABLE RELATION Source Table Dependent Table Condition AP_INVOICE_LINES_ALL AIL ZX_LINES_SUMMARY ZLS AIL.invoice_id = ZLS.trx_id and  ZLS.application_id  = 200 and  ZLS.entity_code  = 'AP_INVOICES' and  ZLS.event_class_code  in ('STANDARD INVOICES', 'PREPAYMENT INVOICES', 'EXPENSE REPORTS') and  AIL.summary_tax_line_id = ZLS.summary_tax_line_id AP_INVOICE_LINES_ALL AIL ZX_LINES ZL AIL.invoice_id = ZL.trx_id and  ZL.application_id  = 200 and  ZL.entity_code  = 'AP_INVOICES' and  ZL.event_class_code  in ('STANDARD INVOICES', 'PREPAYMENT INVOICES', 'EXPENSE REPORTS') and  AIL.line_number = ZL.trx_line_number AP_INVOICE_DISTRIBUTIONS_ALL AID ZX_REC_NREC_DIST ZD AID.invoice_id = ZD.trx_id and  ZD.application_id  = 200 and  ZD.entity_code  = 'AP_INVOICES' and  ZD.event_class_code  in ('STANDARD INVOICES', 'PREPAYMENT INVOICES', 'EXPENSE REPORTS') and...