ORACLE APPLICATIONS ARCHIVES

Topicwise collection of
Postings on Mail Lists
ON
UPGRADATION & MIGRATION OF ORAAPPS



Tracking customizations done

Date: Tue, 13 Jul 1999 07:50:04 -0400
From: "Kelly.Newman" Kelly.Newman@plpit.fishersci.com
To: "'oraapps-l@cpa.qc.ca'" oraapps-l@cpa.qc.ca
Subject: analysis methods/tools

Hi all,
We're upgrading about 4-5 patchset levels for Y2K. Our customizations are set up correctly, i.e. in separate directories. However they are not stand alone - - that is they actually make use of the application features by calling standard packages, forms procedures. The customizations are integrated with the rest of the package.

The problem is we don't know exactly what the customizations are.

I guess it would be the same as walking in to a new site to perform an upgrade - no doc, and oblivious to what had been done.

What tools, or analysis methods has anyone used to deal with this situation. How do you find and re-implement the customizations. We're at the re-compile and test method which no one is comfortable with.

Any suggestions appreciated - -- thanks!!


Date: Tue, 13 Jul 1999 13:38:42 -0600
From: "Snyder, Stephanie" Snyder.Stephanie@tci.com
Subject: RE: find customizations

Try this script:

column user_name format a12
column responsibility_name format a35

select user_name, responsibility_name
from fnd_responsibility x, fnd_user u
where x.created_by = user_id
and x.created_by != 1
/

select distinct x.created_by, user_name, menu_name
from fnd_menus x, fnd_user u
where x.created_by = user_id
and x.created_by != 1
/

select distinct x.created_by, user_name, application_name
from fnd_application x, fnd_user u
where x.created_by = user_id
and x.created_by != 1
/


Date: Fri, 16 Jul 1999 11:52:28 -0400
From: "muzaffer" muzaffer@suninternet.com
Subject: RE: analysis methods/tools

I had a similar experience at one of my site. I used Oracle AIM extensively, to document the customizations. However it was a lengthy and painful process. You should not look for any shortcuts.

Regards,
Muzaffar
Email muzaffarl@iname.com
Web http://members.xoom.com/muzaffar/
Work 904.366.4720
Home 904.997.0396


Date: Mon, 19 Jul 1999 13:48:42 +0530
From: Chandrashekar S SSChandra@inf.com
Subject: RE: analysis methods/tools

Hi Muzaffer,

Could you give us more details regarding how AIM helped you in documenting customizations ? As a simple example, if a standard valueset was customized, does AIM help help us in identifying this ? If yes how ? Similarly can it help in identifying setup customizations, concurrent program customizations etc....?

Thanks In Advance for any info in this regard.
With Best Regards, Chandrashekar.S


Date: Tue, 20 Jul 1999 20:33:42 -0400
From: "muzaffer" muzaffer@suninternet.com
Subject: RE: analysis methods/tools

Document MD50, MD60 and MD120 could help you in documenting customization. MD - Module design and Build. If you look for the AIM documentation at oracle web site it shall give you some details about it.

Regards,
Muzaffar
Email muzaffarl@iname.com
Web http://members.xoom.com/muzaffar/
Work 904.366.4720
Home 904.997.0396



Lost Custom Report Parameters on 10.7sc to 11 Upgrade

Date: Tue, 20 Jul 1999 12:07:39 -0700
From: gsears@princesscruises.com (Gary Sears)
Subject: Lost Custom Report Parameters on 10.7sc to 11 Upgrade

In upgrading from 10.7SC to 11, we lost all report parameters for custom reports. The report executables were registered in our custom app, the report programs were registered in standard Oracle apps (i.e. concurrent programs for custom payables reports were registered in Oracle Payables and in the Payables All-reports request group). The executables, programs (except for the parameters), and the request groups all upgraded correctly.

Incidentally, Oracle's standard reports upgraded along with their parameters, but I'm thinking all that was seed data and not actually upgrade data.

Can anyone shed light on what happened to our custom report parameters? Has this happened to anyone else?

Regards, Gary


Date: Tue, 20 Jul 1999 15:50:31 -0500
From: Terry_Woodson@taylorbigred.com
Subject: Re: Lost Custom Report Parameters on 10.7sc to 11 Upgrade

Gary,
This happened to me with custom PO's in an upgrade from 11.0.2 to 11.0.3. I faced the same problem. We had the same type setup as you, also. Our executables were in custom and our programs were in Standard Oracle. What I ended up doing was un-enabling all programs that called the executable in question. I then created a new program and tied it to the custom executable. I then put it back into the request group, and this solved our problem.

Wish you good luck!!!!
Terry


Date: Tue, 20 Jul 1999 14:59:27 -0700
From: "Donna M. Armstrong" donnabsc@gte.net
Subject: Re: Lost Custom Report Parameters on 10.7sc to 11 Upgrade

Hi Gary,

Yes, it happened to one of my clients when they upgraded from R10.5 to R10.7. Both the executable and the program must be set up in your custom application to be safe in an upgrade. The upgrade deletes all the parameters and reseeds them for the standard applications.

At least you're not alone! :)
Cheers, Donna



Apps 10.7 SC to 11 and RDBMS 7.3.4 to 8.x

Date: Thu, 22 Jul 1999 09:40:01 -0400
From: "West, Bob" BWest@MFPS.COM
Subject: Upgrade RDBMS and APPS

We are presently planning our next major Oracle project which we be to upgrade our RDBMS from 7.3.4 to 8.X and our apps from 10.7 SC to 11. Would anyone like to share their experience with this and is there a white paper that outlines the required procedures? I know from experience that this is not a slam dunk so I defer to the user community to tell me how it really works.

Many thanks in advance.
Bob West
(717)262-1714
bwest@mfps.com
Martins Famous Pastry Shoppe Inc.


Date: Wed, 28 Jul 1999 15:08:55 -0400
From: Jason Pickens JPickens@mercury.umis.upenn.edu
Subject: Re: Database and Apps upgrade.

There is a paper in the members only section of the OAUG website on upgrading to release 11. Also, there are a few white papers on the subject that you can download from there. For any issues you can search the www.cpa.qc.ca archives to see what has been asked of the listserver.


Date: Wed, 28 Jul 99 16:03:27 -0800
From: sagarwal@guthy-renker.com
Subject: Re: Database and Apps upgrade.

The basic steps provided are the same, except that you need to identify the list of modules you have and the related steps in Applications Upgrade Manual. You need to take care of some additional steps if you are on HPUX 10.20

Sanjay Agarwal



DB upgrade from 7.3.3.5 to 7.3.4

Date: Mon, 26 Jul 1999 09:53:41 -0400
From: "Marzieh Hariri" mhariri@russelmetals.com
Subject: DB Upgrade to 7.3.4

Hello everyone:
We are palnning to upgrade to 7.3.4 from 7.3.3.5 which is not supported anymore.
Q:
From the application point of view what has to be done for the apps to work properly? We will create a new ORACLE_HOME so apps has to point to the new HOME .

Is there any relinking ,regenerating involved?
Thanx.
--
Marzieh Hariri
Senior Oracle Support Analyst
Russel Metals Inc.
(905) 819-7295x5005
Mhariri@russelmetals.com


Date: Mon, 26 Jul 1999 11:11:14 -0400
From: "Shreter, Hilary" ShreterH@orau.gov
Subject: RE: DB Upgrade to 7.3.4

Only big issue I had was this: if you are trying to get to 7.3.4.X where X0: you CAN'T just upgrade the home to 7.3.4.4 and expect the dbs to upgrade. They ALL have to be at 7.3.4.0 before you apply the 7.3.4.4 upgrade to your $ORACLE_HOME.

What I did was to install and save a 7.3.4.0 home to clone over to the other computers, raised the dbs to 7.3.4.0, and applied 7.3.4.4 to the 7.3.4.0 ,then upgraded the dbs to 7.3.4.4.

Hope this isn't confusing. According to analysts I ragged on at the time: this is the future (e.g. your 8.X's will work this way too).


Date: Tue, 27 Jul 1999 14:38:12 EDT
From: RBoren7458@aol.com
Subject: Re: DB Upgrade to 7.3.4

You need to get the applications Interoperability patch for your server. In the release notes it tells you what you have to do to go from 7.3.3 to 7.3.4 database for Oracle applications.


Date: Tue, 27 Jul 1999 16:11:15 -0400
From: "Marzieh Hariri" mhariri@russelmetals.com
Subject: Re: DB Upgrade to 7.3.4

Thank you all for your inputs.



Upgrade from 10.7 SC to 11 /11i

From: M Guru [SMTP:orabook1@email.com]
Sent: Monday, July 26, 1999 9:16 AM
Subject: Migration from 10.7 SC

Hi all,
We are on Oracle Applications 10.7 SC. We are thinking to migrate to Rel 11 . Can any one share with us new functionality offered in Rel 11. Also please guide us Wheather migrating to Rel 10.7 NCA will be better option than Rel 11.

regards and Thanks in advance M. Guru


From: Lau, Gabby gLau@wssc.dst.md.us
Date: Monday, July 26, 1999 10:24 AM
Subject: RE: Migration from 10.7 SC

We are also interested. We are currently on 10.7SC release 16.1. We are planning to migrate to Rel 11. Should we wait till Rel 11i? Any thoughts are welcomed.

Thanks Gabby


Date: Mon, 26 Jul 1999 10:59:03 -0500
From: "Ken Conway" ken.conway@bosscorporation.com
To: gLau@wssc.dst.md.us, oraapps-l@cpa.qc.ca
Subject: Fw: Migration from 10.7 SC

Gabby:

Hello. Hope all is going well with you. We have several of our clients jumping from 10.7 to 11i and others going from 10.7 to 11. There is not one perfect answer.

Since you are still in a Smart Client architecture, the jump to Release 11 will involve new hardware and will be a challenge from a DBA and System Administration perspective. The functional changes from 10.7 to R11 within Oracle HR and Payroll are not overly significant. Sure, there is new functionality such as Career Management and easier implementation of Oracle HRMS security. However, new functionality is not driving the most of our projects to upgrade to Release 11. The biggest advantage to the R11 upgrade is the architecture and the desire to be supported for US Payroll Year End 2000 with the least up-front cost for upgrade.

There is considerably more functionality coming out with the entire Oracle HRMS product suite in 11i in addition to the release of Oracle Advanced Benefits. An upgrade from 10.7 to 11i will most certainly take longer to implement than an upgrade form 10.7 to 11. However, a jump to 11i will take less overall time to implement if you are considering 2 separate upgrades... first to R11, then next to R11i.

One more thing I would keep in mind. Oracle has announced this last week at the Oracle Global HRIS Special Interest Group meetings in Toronto that 10.7 will no longer be supported after 12/31/00. Thus, next January (2000) is the last year where you can perform Year-End Processing on 10.7. At a minimum, you will want to upgrade to R11.

Hope this helps,
Ken
Ken Conway
BOSS Corporation
Better Organization Service Solutions
(214) 495-7654 voice
(214) 495-7543 fax
(770) 622-5500 Headquarters


Date: Mon, 26 Jul 1999 11:27:22 -0500
From: Pat McBride pmcbride@mdp.com
Subject: Re: Fw: Migration from 10.7 SC

Just a clarification. Oracle announced that 10.7sc would not be supported after 12/31/2000. NCA will continue to be supported after that date.

Patrick McBride
EDS - Meredith Account
pmcbride@mdp.com


Date: Mon, 26 Jul 1999 19:34:08 -0500
From: "Ken Conway" ken.conway@bosscorporation.com
Subject: Re: Fw: Migration from 10.7 SC

Pat:

Good point. Please let me clarify. Oracle will be supporting 10.7 as a whole for 12/31/00, but not for Payroll Year End processing. I confirmed this again today with Oracle that they will only be supporting R11 and greater for Payroll Year End 2000.

--Ken



Upgrade to 11 or 11i

From: c073 [mailto:c073.bbs@btinternet.com]
Sent: Monday, August 02, 1999 10:05 AM
Subject: GEN: Upgrade to 11 or 11i?

We are investigating upgrading from 10.7 to 11 or 11i. Is anybody else out there in the same quandry as to which to plump for (11 or 11i). We will probably be upgrading mid 2000

Also, how much work is involve with upgrades - what is the average time scale.

Cheers in advance
Ian Gardner
Britannia Building Society


From: Logan, Ernie Ernie_Logan@bmc.com
Sent: Monday, August 02, 1999 8:11 AM
Subject: RE: Upgrade to 11 or 11i?

We did 11 because 11i was not available. As to the amount of time, it can vary greatly depending on the size of your instance. Our upgrade took 82 hours straight. Of course, we spent 3 months planning the upgrade prior to that.


From: Binh Pham [mailto:Binh.Pham@jpl.nasa.gov]
Sent: Tuesday, August 03, 1999 6:57 PM
Subject: Re: Upgrade to 11 or 11i?

Ernie,

What is the size of your database? Also, did you have alot of customization? How many users that you support?

Thanks.


Subject: RE: Upgrade to 11 or 11i?
Author: "Logan; Ernie" [SMTP:Ernie_Logan@bmc.com] at Internet-CA
Date: 8/4/99 11:40 AM

65GB, minimal customization of base apps, ~400 users, AP, PO, FA, AR, GL. Order entry is a custom front end. 20+ SOBs in GL.


Date: Wed, 4 Aug 1999 19:15:00 -0400
From: "Ribeiro, Alan" aribeiro@deloitte.ca
Subject: RE: Upgrade to 11 or 11i?

Ernie,

I am curious as to the structure of your environment. For example are you in production yet? If so how did you complete the upgrade and also maintain upgrade operations.

---------------------------------------------------------------
Alan Ribeiro
Senior Consultant
Technology Infrastructure Group
Deloitte Consulting
Toronto, Canada
aribeiro@deloitte.ca



Upgrade from 11.02 to 11.03

Date: Wed, 28 Jul 1999 11:38:50 +0300
From: "Cohen, Dan" Dan_Cohen@icomverse.com
Subject: Upgrade to Release 11.03

We are about to upgrade from Rel. 11.02 to 11.03 (Manufacturing, AP, AR, GL). We work multi-org. I would like to know about other firms that have experienced this upgrade, and the problems they faced. Any information will be appreciated.

Regards,
Danny Cohen
Comverse Network Systems
Dan_cohen@icomverse.com mailto:Dan_cohen@icomverse.com
972- 3- 645 2016
972- 51- 23 2016


Date: Wed, 28 Jul 1999 10:53:48 METDST
From: Stephanie Mandell steph@A2000.com
Subject: Re: Upgrade to Release 11.03

Dan,

Is there a particular reason why you're doing this upgrade? I'd be interested in knowing if you have a set of complaints you're trying to fix here.

We're currently testing 11.0.2, and I have the 11.0.3 patch, but have basically decided not to apply it since except for OE, everything seems to be running smoothly so far (keep your fingers crossed).

steph


Date: Wed, 28 Jul 1999 17:20:16 +0700
From: Argon Usman argon@newmail.net
Subject: Re: Upgrade to Release 11.03

I've got a major AR - MRC problem in release 11.0.2, so we upgrade to 11.0.3 So far 11.0.3 is okay, and the client of mine go live with it. We are using MRC, but not Multi-org (this is specifically requested by the Client). We install GL, AR, AP

Hope this information useful.
Argon I. Usman
Consultant
PT Jati Piranti Solusindo
Menara Rajawali 12th Fl.
Kawasan Mega Kuningan Lot 5.1
Jakarta
12950
Indonesia
Phone:(6221)5761850
Fax:(6221)5761848


Date: Wed, 28 Jul 1999 07:27:28 -0500
From: Bharat Patel bpatel@DOMINOAMJET.com
Subject: RE: Upgrade to Release 11.03

We are on 11.02 and planning to upgrade to 11.0.3 as well as database upgrade from 8.0.4.2.1 to 8.0.4.4.0 or 8.0.5. We have multi_org system. Problem we have is Product configrator which is not working properly. and Oracle support told us to upgrade db from what we are right not to atleast 8.0.4.4 level. I also would like to know about the issues if some body already did that.

thanks.
Bharat Patel
D.B.A.
bpatel@dominoamjet.com
847-244-2501 ex 1249


Date: Wed, 28 Jul 1999 07:40:09 -0500
From: Mark Cymerman MCymerman@DOMINOAMJET.com
Subject: RE: Upgrade to Release 11.03

We are currently on 11.02, however on a good portion of our open TAR's are fixed in 11.03 and Oracle says no 11.02 patch would be made available. This doesn't leave much of a choice.

Mark


Date: Wed, 28 Jul 1999 16:33:34 +0300
From: "Cohen, Dan" Dan_Cohen@icomverse.com
Subject: Re: Upgrade to Release 11.03

1. I am sorry - the current release is 11.01.
2. A few TAR's have to be installed on rel. 11.03
3. Some manufacturing issues will be resolved on release 11.03 (Pegging, Work Bench exception find screens, QC report writer, BUG in Auto Create PO's and Double quantities in receiving).
4. Finance - IPV (currently we have problems in the MRC) and Withholding tax.

Regards,
Danny Cohen
Dan_cohen@icomverse.com mailto:Dan_cohen@icomverse.com
Tel: 972- 3- 645 2016
Mobile: 051- 23 2016


Date: Tue, 03 Aug 1999 12:02:05 -0400
From: "Jim Gehl" JGehl@smtp-gw.lsuc2.lsuc.on.ca
Subject: Re: Upgrade to Release 11.03

I have sent individual messages to specific people about this upgrade but thought I should post it to everyone. We ran into a bug during the upgrade of 11.0.2 to 11.0.3. I am not sure if this is specific to the Digital Alpha servers (probably not) BUT if you have applied the Canadian H/R patch 702707, 823622 and 875317 which delivers Human Resources Canadian functionality you will have a problem. It seems the 11.0.3 patch assumes that some tables that have Canadian specific records are obsolete and deletes them BUT not all Canadian entries in all tables ... then when the upgrade tries to apply constraints your upgrade will stop. I have notified Oracle about this problem and they are working on a patch to correct.

I believe this specific problem only affects sites that have applied the Canadian H/R patches.

Please feel free to contact me if you require more information.
Jim Gehl
Database Administrator
The Law Society of Upper Canada
Barreau du Haut-Canada
(416) 947-4045
jgehl@lsuc.on.ca


An approximate cost of Upgrade to 11.03

Date: Wed, 4 Aug 1999 22:13:38 -0400
From: "Gibeau, Andre" AGibeau@teleglobe.ca
Subject: RE: Upgrade to 11

Hello,
We are also thinking of migrating from 10.7 to 11.03 We have AP, PO, FA, AR, GL with about 400 users.

Anybody can tell me a ballpoint figure of the cost I can foresee for my preliminary budget. I know it all depends on the customizations and size..... but just looking for big picture

Thanks


Date: Thu, 5 Aug 1999 10:48:41 +0800
From: Eric.Chew@rac.com.au
Subject: RE: Upgrade to 11

Hello Andre,

We're in the same situation here and what I've been told is that we only have to pay for consulting time. The upgrade software is covered by the maintenance fee.

They have indicated about AUD$60,000 to $80,000. This of course depends on your customisations and any enhanced functionalities that you want to implement which is available on 11 but not on 10.7.

--
Regards,
Eric T H Chew
Systems Accountant
RAC Group
Group Accounting Department
Vox: +61 8 9421 4360
Fax: +61 8 9421 4545
Email: eric.chew@rac.com.au



10.7 character to 10.7 NCA

Date: Thu, 5 Aug 1999 14:56:58 -0500
From: "nca" nca@ceteco.com
Subject: NCA: Upgrading from 10.7 character to 10.7 NCA

Hello everyone,

I am interested about upgrading from Oracle 10.7 character mode to Oracle Financials 10.7 NCA. We are running our Applications (GL,AR, AP, INV, CM) on a Sun Sparc with Solaris 2.6.

Any information regarding migration, hardware, performance, Y2K etc. will be welcome to hear from any of you.

Thanks, Dina


Upgrade an HR Only install from 10.7 SC to 11.X

Subject: [orahrms-l] Upgrade from 10.7sc to 11x
From: Brenda Finley bfinley@standard.com
Date: Tue, 1 Jun 1999 12:54:32 -0700

Hi...

We're planning on upgrading our HR Only 10.7SC application to 11i sometime next year. I'm trying to find some contacts of people that have done this that we can talk with. Specifically, we're looking at the middle tier, trying to determine if we should go NT or UNIX and how big to make that box, etc., etc. If you're involved in this process and are willing to provide some insight, I'd love to hear from you. We're not willing to hire consultants/contractors at this point - just looking for some peers we can share information with.

Thanks!
Brenda
Brenda Finley [Mailto:bfinley@standard.com]
Data Analyst IV, Business Technical Services
Standard Insurance Company
1100 SW Sixth Avenue, P3B
Portland, OR 97204


Timings on Standard Upgrade from 10.7 to 11

Date: Fri, 13 Aug 1999 11:07:17 -0400
From: "Finkenzeller, Sue" sfinkenzeller@timex.com
Cc: "Vaidya, Rahul" rvaidya@timex.com, "Kulas, Dave"
Subject: REL11: Timings on Standard Upgrade from 10.7 to 11

We would like to do a standard upgrade from Rel 10.7 Char to Release 11 rather than doing a fresh install & migrating the data.

Because our data base is 70GB and our acceptable downtime is 3 days, we are trying to determine if this is feasible.

If anyone has used a standard upgrade to get from 10.7 to 11(in a test or production mode), can you please provide :

* Data Base Size
* Machine Platform
Memory
# of processors
Type of disks
* Elapsed time for upgrade

Thanks.
Sue
sfinkenzeller@timex.com
voice: 203-573-5273
fax: 203-573-6901


MultiOrg - Converting 10.7 Char Instance to MultiOrg

Date: Fri, 13 Aug 1999 11:17:09 -0400
From: "Finkenzeller, Sue" sfinkenzeller@timex.com
Cc: "Vaidya, Rahul" rvaidya@timex.com, "Kulas, Dave"
Subject: GEN: MultiOrg - Converting 10.7 Char Instance to MultiOrg

We want to get to a MultiOrg environment.

We are trying to determine if :

It is easier to convert our 10.7 Char instance before going to Rel 11

OR

Making this a part of our Rel 11 upgrade (standard or otherwise).

Our data base is approximately 70 GB.

Thanks.
Sue
sfinkenzeller@timex.com
voice: 203-573-5273
fax: 203-573-6901


Time involved in upgradation from 11.0.2 to 11.0.3

Date: Fri, 13 Aug 1999 11:16:11 -0400
From: "Innamuri, Chakrapani" cinnamuri@btg.com
Subject: Does anybody have idea about Oracle Apps Upgrade from 11.0.2 to

Hi,

Does anybody have idea about HOW MUCH TIME IT TAKES to upgrade from 11.0.2 to 11.0.3

Thanks, -chakrapani


Date: Wed, 18 Aug 1999 08:35:06 -0700
From: atuls@sysao.com (Atul Shah)
To: oraapps-l@cpa.qc.ca
Subject: Re: Does anybody have idea about Oracle Apps Upgrade from 11.0.2 to

Chakrapani,

I have undertaken the upgrade on an Dual Pentium Xeon 450 Mhz IBM Netfinity Server with 1 GB of memory, and the upgrade took around 12 hours.

Time to run drivers was around 3 hours. More time was spent doing backups and pre/post-install steps....

Atul


Using Autoinstall to upgrade from 10.7 SC to 11.03 or to 11.01 then to 11.03 or to 11i directly

Date: Mon, 16 Aug 1999 14:15:05 -0700
From: "David G. Saxon" dsaxon@top-team.com
Subject: Auto Install

Anyone with Auto Install experience...

Can you successfully run the auto install when upgrading from 10.7SC to 11.0.3 - or will you have to run the auto install from 10.7SC to 11.0.1 then to 11.0.3? Does anyone know if you will be able to run the auto install from 10.7SC straight to 11i? Or does anyone really use the auto install?

Thanks
--
David G. Saxon
Top Team, Inc.


Date: Fri, 17 Sep 1999 09:47:20 -0700
From: sagarwal@guthy-renker.com
To: oraapps-l@cpa.qc.ca
Subject: Re: Auto Install

I have done couple of upgrades and the procedure is first to 11.0 and then 11.0.3. I have not worked 11i yet. You have to use autoinstall to upgrade to 11.0

Sanjay Agarwal
(sagarwal@guthy-renker.com)


10.7 SC to 11 NCA Upgrade

From: Erik Ritters [mailto:eritters@prg.com]
Sent: Wednesday, June 02, 1999 11:39 AM
Subject: Rel 11 NCA Upgrade

Could anyone with upgrade experience from 10.7 SC to 11 NCA please shed some light on the following?

We are currently going through an assessment phase prior to upgrading to rel 11 NCA (examining form/report customizations, etc). Does anyone know if there has been a great deal of changes at the database level?

In other words, will we be able to use most of our customized reports (from rel 10.7SC) against the new version without a great deal of rework? Have they changed tables, etc? If so, to what degree.

Thanks Erik Ritters


Date: Wed, 2 Jun 1999 15:19:59 -0500
From: "Logan, Ernie" Ernie_Logan@bmc.com
Subject: RE: Rel 11 NCA Upgrade

GL_DAILY_CONVERSION_RATES no longer exists. Replaced by GL_DAILY_RATES, which is not striped by SOB.

Most descriptive data in FND tables has been moved to _TL tables.

That's what I know.

--- Ernie Logan, Jr. | She put me on Earth to accomplish Ernie_Logan@bmc.com | a certain number of things. Right (713) 918-3649 | now, I'm so far behind, I will never 918-1313 (FAX) | die.