This blog post includes a rather simple script that will allow a developer to quickly pivot a single-table query so that rather than returning a single row will the data it returns multiple rows representing Column Name/Value combinations.Let's assume we have a fairly simple table called PIVOTTEST this table, apart from displaying a distinct lack of imagination as far as naming goes, contains four columns ID (number), NAME (varchar2), DATE_CREATED (date) and DATE_LAST_UPDATED (date). It's created using the SQL:create table PIVOTTEST( ID ...
Wednesday, November 26, 2008
Building an MSI to Deploy Fonts using wItem Installer (formerly Installer2Go)
Posted on 7:34 AM by Unknown

This blog post gives you detailed instructions on how to build a simple MSI installer that will deploy fonts to Windows users. It is envisaged that this will be used in conjunction with Active Directory (Group Policy) to control the deployment.Why Use an MSI?The first thing to understand is that there are many ways of doing the deployment of fonts in Windows. Each machine you are seeking to deploy to has a "Fonts" directory under it's Windows installation...
Thursday, October 30, 2008
IBM Maximo: Re-Opening a Work Order in Maximo 4.1.1
Posted on 3:02 AM by Unknown
This article gives you the instructions and Oracle PL/SQL Source code in order to change an existing Maximo 4 Work Order (WO) from a CLOSE state (where no changes are possible) back to HANDBACK state (where the record can be updated).This code has been tested in an Oracle 8i database environment with Maximo 4.1.1 (Service pack 3) as the front end. When you run this code and look at the audit trace of a record a new entry will show that the Work Order has changed state. You will lose the records in the Equipment Hierarchy that show the Work...
Thursday, July 3, 2008
Classic PC: Installing Zool (Gremlin) Into DOS Box
Posted on 8:14 AM by Unknown

This is a fairly quick and easy guide for running classic PC games, games intended to be run under DOS, under later versions of windows.As an example I'll be taking the game "Zool" (from Gremlin Interactive, released in 1996) and using the original PC CD-ROM and a piece of software called DOSBox get this game running under Windows XP Home.DOSBox is an Software Emulator that allows you to play old games on a modern system (such as Windows XP or even...
Wednesday, May 14, 2008
Oracle EBS: Automating Changes of Username
Posted on 8:08 AM by Unknown
As as typically the case within any organisation that has been around for a while the rules behind generating a user name will change. In our case the change was from initials (ARP01 - Andy Pellew) to a sort of initial/surname combination (APE06 - yes, one day I'll get together with apes 1-5 and we'll take over the world).Oracle will allow you to update a single users user name as everything is stored against the USER_ID (from the FND_USER table under APPLSYS) in the database.The package below (XXXX_APPUSERMANAGER) allows you to specify an old...
Tuesday, April 15, 2008
Oracle EBS: Tidying Up Partially Paid Expenses (in Internet Expenses)
Posted on 11:56 PM by Unknown
As I may have mentioned previously I'm nearing the end of an implementation of Oracle Internet Expenses for a medium-sized pharmaceutical company in the UK. One of the issues that came up is the interesting way expenses are handled in the current (pre-OIE) Accounts Payable world.At the moment, once a month, the company receives a statement from Barclaycard which lists the total amount outstanding on each of the company credit cards for all staff in Head Office and across the UK in the Sales Force. Because the credit cards are "company pay" and...
Posted in AP, AP_Invoices_All, e-Business Suite, EBS, iExpenses, Internet Expenses, Oracle, Payables, Release 11
|
No comments
Friday, April 11, 2008
Oracle EBS: Comparing Profile Options In Two Systems (i.e. Test vs Live)
Posted on 3:51 AM by Unknown
Probably one of the most useful code snippets. By creating a database link between test and live systems you can directly compare the contents of tables and see which items have changed. This script specifically details the profile options that have changed as well as any new profile options that have appeared.I find this especially useful for writing documentation, or just for capturing changes.NOTE: For the purposes of this script the link between live and test is called APPSRO, the live system is called APPLIVE (and runs on ENTERPRISE) and the...
Posted in e-Business Suite, EBS, FND_Profile_Option_Values, FND_Profile_Options, Oracle
|
No comments
Friday, February 8, 2008
Oracle EBS: Hiding Import Spreadsheet/Export Spreadsheet in Oracle Internet Expenses
Posted on 5:34 AM by Unknown

So your company wants to implement a web-only version of Oracle Internet Expenses (i.e. no off-line completing expenses in Excel). The problem is that whenever a user logs into OIE they are presented with three buttons; Create Expense Report, Import Spreadsheet, and Export Spreadsheet (see below)Figure 1: Expense Report Buttons (default view)You'll notice that there are a lot of "personalize" links in Figure 1. In order to turn on personalisation...
Thursday, January 24, 2008
Oracle EBS: Changing "Justification" to "Description" in Internet Expenses
Posted on 8:49 AM by Unknown

Now this is a pretty obscure one, I'd be amazed if there were too many people out there who had this problem!Basically the issue is that I work for a company that rather than having the traditional pyramid structure of management with the people at the top never talking to anyone we have a much flatter structure and if you are brand new in through the door and fancy talking to the MD about something ... then that's fine (even encouraged).In light...
Friday, January 4, 2008
Oracle EBS: Editing the FA Account Generator Process (Oracle Financials)
Posted on 1:50 AM by Unknown

1. Editing Workflows using Oracle Workflow BuilderInstall "Oracle Workflow Builder" from the Oracle.com website. The version you will need depends on the version of Oracle Applications you are currently using. If you are unsure which version to use you can always raise a Service Request (SR) via Metalink and ask Oracle.To open the workflow select “File > Open” from the menu:Figure 1: Oracle Workflow Builder, Open DialogUser and password are for...
Thursday, January 3, 2008
Oracle PL/SQL: Searching All VARCHAR2 Fields In A Schema
Posted on 3:07 AM by Unknown
How frustrating is that? I've entered the data into the Oracle Front-end, the workflow has kicked off, an email has been sent, and *somewhere* in all this mess is a record of an error e-mail being received.After 4 hours of trying to track down the problem (we actually have 3 emails being received - all "address not found") every 3 minutes ... for the past month and a half. We've got 48,000 emails in the Inbox at the moment. It takes 15 minutes to open in Outlook.Where do you start?Now I know the email address that is being used. I also know that...
Subscribe to:
Posts (Atom)