Blog directory

Oracle Fusion Applications is now Official (Oracle Fusion Launched)

Oracle today unveiled Oracle Fusion Applications, the next generation of business applications. By setting the standard for application architecture, design and deployment, customers will be able to extend the value of their applications environment by using Oracle Fusion Applications components side-by-side with their existing applications portfolio.

The Fusion Application suite has been discussed about for years and now has finally been launched into the market. But on the contrary to the belief that Fusion Apps will be a complete suite of modules, it seems that Fusion apps will be delivered as Individual modular applications, like Finance, CRM etc.

As of today, only Finance, CRM and HRMS are being released and will be made public to the customers 1st quarter of 2011

In a few words, Fusion is a mix of all ERP’s and software suites Oracle has acquired. It is a parallel path to the Oracle softwares, viz Peoplesoft (Key – HRMS), JD Edwards (Manufacturing), Oracle Apps (Financials), Siebel (CRM) etc. Continue reading Oracle Fusion Applications is now Official (Oracle Fusion Launched)

JD Edwards EnterpriseOne Documentation – Online & PDF

documents

Following are the links to the Oracle JD Edwards EnterpriseOne documentation. All the following documentation are available for offline use as PDF files too. . . . → Read More: JD Edwards EnterpriseOne Documentation – Online & PDF

Using Complex Database Views on EnterpriseOne

Database View Diagram

A Database View is a subset of the database sorted and displayed in a particular way. For example, in an Invoice database, perhaps you only wish to display the Vendors stored in the database.
Database View Diagram
EnterpriseOne Views are similar in nature, where it sits on top on JD Edwards Tables, to retrieve data, or a subset of data.

With Business Views, we can join tables using Left outer, Right outer, Union, Intersect joins. One can usually join up to 5 tables in a Business View if using Simple joins. If one uses a Complex join, then number of tables is limited to 3.

What if you need to use more than 5 tables? What if you need to do some complex joins? And What if you need a column which would give you a Count of records for the group?
For e.g. if you have a need to display the number of items on Open orders and quantities shipped, with the order details, you may have to do the following SQL

SELECT sddoco, sdkcoo, sddcto, count(*), sum(sduopn)
FROM F0411
WHERE sdnxtr <=540
GROUP BY sddoco,sdkcoo,sddcto

To accomplish this in current JD Edwards EnterpriseOne Reporting, you will need to do a little more programming. Continue reading Using Complex Database Views on EnterpriseOne

JDE Source is Live…

JDE Source

JDESOURCE is an online portal for JD Edwards EnterpriseOne community to share and learn. You are welcome to share all information regarding JD Edwards, and related softwares, for your own journaling purposes. . . . → Read More: JDE Source is Live…

Troubleshooting JD Edwards EnterpriseOne 9.0 Demo Installation

Troubleshoot

Read this article to answer all questions on different problems/errors one encounters during the Oracle JD Edwards EnterpriseOne 9.0 Standalone/Demo Installation. Based on suggestion from Chris Koloszar, I thought of putting all the issues we’ve replied/commented and solved, into a single article. . . . → Read More: Troubleshooting JD Edwards EnterpriseOne 9.0 Demo Installation