BizTech_Blog_Header

BizTech Blog

R12.2 Financials - Modules with No New Functionality

Author: Lee Briggs Date: Aug 23, 2011 9:46:37 AM

Categories: E-Business Suite

Although yet to be confirmed, Oracle is expected to release version R12.2 of it’s eBusiness Suite in October 2011. BizTech has compiled a list, module by module, of the main features that have been added, amended, or removed in this latest release.

BizTech has analyzed the following modules, and has determined that at this time, no new functionality is expected to be added in R12.2

Read More

Auto Invoice – Common pitfalls

Author: Jonathan LeBlanc Date: Aug 23, 2011 4:00:03 AM

Categories: E-Business Suite

This is a continuation of my earlier post, ‘You have been tasked with developing an interface to AR and you’ve never used Oracle’s Auto Invoice before. What do you do?’. This time, the idea is to show some of the scenarios one would face while trying to import the invoices.

As most of you would agree, most of the time, the code never works the first time you run it. When you try to run Auto Invoice, after developing the code to interface the invoices into AR, you are naturally going to see some rejections.

Read More

Intercompany / Intracompany Accounting in Oracle R12

Author: Thomas Simkiss Date: Aug 22, 2011 3:41:43 PM

Categories: E-Business Suite, Oracle Application Services

If you are using R12 you may have encountered a requirement to setup all your legal entities with intercompany accounting for each. That is, for each legal entity, whether your setup requires that you configure intercompany relationships for each entity you have, or you are able to use the all other setup, it can still be a lot of work to configure.

Read More

View-Only Access to Key Flexfield Values (Part 2)

Author: Lee Briggs Date: Aug 16, 2011 4:29:11 PM

Categories: E-Business Suite

In my last post, I walked through the process for restricting specific responsibilities from creating or updating Key Flexfield Segment Values. For smaller companies with the same people doing multiple functions, this could be enough to meet this requirement. For my client, this restriction wasn’t enough. They needed to prevent specific responsibilities from seeing specific Flexfields, Titles, Structures, and Segments.

Read More

Tips for troubleshooting Purchase Order Import errors with Projects

Author: Jonathan LeBlanc Date: Aug 15, 2011 4:00:30 AM

Categories: E-Business Suite

Recently, I received a call from a customer requesting my assistance with troubleshooting Purchase Order Import errors in R12. The customer was trying to import 1000 purchase orders that were related to projects. They were encountering the following error and were having difficulty finding the root cause as the message was vague:

Project information on the distribution is not valid. &PJM_ERROR_MSG

Here are some tips on places to look to resolve such issues:

Read More

View-Only Access to Key Flexfield Values (Part 1)

Author: Lee Briggs Date: Aug 9, 2011 1:20:11 PM

Categories: E-Business Suite

Many of my clients were initially surprised that, while Oracle provides a form to create and edit segment values, there is no seeded method to provide view-only access. Some have been further surprised to find out there was no seeded method to restrict access to specific segments.

A client of mine, a global financial institution, had identified 80 individuals who would require view-only access to all the segments in 2 Charts of accounts, and I was able to meet this challenge using 2 separate forms personalizations. I’ll discuss restricting access to specific modules, flexfields, structures, and segments in a follow-up blog entry, but for now, let’s look at preventing specific responsibilities from creating or editing segment values.

Read More

Creating a Project utilizing the Oracle APIs

Author: Jonathan LeBlanc Date: Aug 8, 2011 4:00:01 AM

Categories: E-Business Suite, Oracle Application Services

In my previous blog entry, I talked about the overall picture of developing a custom Oracle Projects interfacing process. In this entry, I’ll review the steps for creating the initial Project record and associated components. For the Projects Interface Application used as my reference, the main Project record requirements are: Customer; Project Manager; Tasks; Budget (Cost/Revenue)

For those familiar with developing API based interfaces, calling the Create-Project API functions in the same way. For those unfamiliar with API development, prior to the actual API call, inbound data from the third-party application should be assigned to the available API record-fields, for creating the Oracle Project (much like populating the fields of an Interface table). Some fields are required and will cause the Create Project API to fail, returning and error if missing or invalid.

Read More

Supplier Site Payment Methods in R12

Author: Jonathan LeBlanc Date: Jul 26, 2011 4:40:11 PM

Categories: E-Business Suite

Recently I had a call from a customer that had a requirement to mass update their supplier site payment method defaults in R12. They were updating the PAYMENT_METHOD_LOOKUP_CODE on the AP_SUPPLIER_SITES_ALL table and it was not reflecting the change in the applications.

Read More

Oracle EBS ATG Seed Data Comparison Report

Author: biztech_admin Date: Jun 30, 2011 3:49:17 PM

Categories: Managed Services, E-Business Suite, Oracle Application Services

Oracle finally released a reporting tool that reports on the differences in E-Business Suite database objects between one release and another. That's a very useful reference to Tech users to understand EBS dictionary at a module level, but EBS defaults are delivered as seed data within the database objects themselves. What about the differences in this seed data between one release and another?

Read More

You have been tasked with developing an interface to AR and you’ve never used Oracle’s Auto Invoice before. What do you do?

Author: Jonathan LeBlanc Date: May 19, 2011 4:00:34 AM

Categories: E-Business Suite, Oracle Application Services

You have been tasked with developing an interface to AR and you’ve never used Oracle’s Auto Invoice before. What do you do? Unfortunately, at one time I was in this situation. Though I knew the concepts of the process, the real time implementation involved a lot of challenges. The following is for those who have never interfaced invoices through Auto Invoice. My goal is to provide an overall understanding of the process and pitfalls that one should be aware of.

What is Auto Invoice?

Read More