Rem Rem $Header: apspatch.sql 06-oct-2005.11:42:09 ddedonat Exp $ Rem Rem apspatch.sql Rem Rem Copyright (c) 2001, 2005, Oracle. All rights reserved. Rem Rem NAME Rem apspatch.sql - Rem Rem DESCRIPTION Rem Rem Rem MODIFIED (MM/DD/YY) Rem akociube 04/22/08 - Make functional Rem cdalessi 10/18/02 - cdalessi_txn103996 Rem cdalessi 10/11/02 - Creation Rem Set the APS registry component to Upgrading execute sys.dbms_registry.upgrading('APS'); Rem Rem Insert any new APS objects added, changed or deleted in this patch release here Rem Rem End of Patch changes Rem Reload all the APS objects @@apsrelod.sql Rem Set the APS registry component to Upgraded execute sys.dbms_registry.upgraded('APS'); Rem Validate the APS component and set the APS registry component to Valid Rem or Invalid execute sys.aps_validate;