modifying code in the apps schema [message #276586] |
Thu, 25 October 2007 10:02 |
g8trh8tr
Messages: 1 Registered: October 2007 Location: Nashville, TN
|
Junior Member |
|
|
Are there scenarios where it's ok to modify oracle's code in the apps schema? It was my understanding that you should only be changing code in your custom schema and that making changes to the apps schema would cause you to be unsupported. I have a developer who has modified the ap_import_invoices_pkg package body in the apps schema, and he's wanting the change promoted up to our test instance (and eventually to production).
|
|
|
Re: modifying code in the apps schema [message #276657 is a reply to message #276586] |
Thu, 25 October 2007 20:27 |
ggr88
Messages: 31 Registered: October 2007 Location: Wellington, New Zealand
|
Member |
|
|
Hi,
There are a very small number of packages in APPS schema that are intended to provide developers to write custom logic. However, ap_import_invoices_pkg is definitely not one of these and any changes would be unsupported and overwritten by patches.
I haven't heard of anyone needing to change that package, especially since it is an Open Interface, so you already have the chance to modify data before it gets into the Open Interface tables (or while it is in the open interface tables).
|
|
|
|