DBA Data[Home] [Help]

PACKAGE: APPS.FEM_REFRESH_UTIL_PKG

Source


1 PACKAGE FEM_REFRESH_UTIL_PKG AUTHID CURRENT_USER AS
2 --$Header: fem_refresh_utl.pls 120.0 2005/10/19 19:21:33 appldev noship $
3 /*=======================================================================+
4 Copyright (c) 1995 Oracle Corporation Redwood Shores, California, USA|
5  |                            All rights reserved.                       |
6  +=======================================================================+
7  | FILENAME
8  |   fem_refresh_utl.pls
9  |
10  | DESCRIPTION
11  |  Package Spec for the procedures called by the Refresh Engine for the
12  |  purpose of returning a database to its install state.
13  |
14  |  possible output status are:
15  |     SUCCESS
16  |     ERROR
17  |
18  | MODIFICATION HISTORY
19  |    Rob Flippo         07/06/2005   Created - Refresh Engine requires the
20  |                                    the ability to call all of the deletes
21  |                                    for removing obsolete seeded data
22  |
23  *=======================================================================*/
24 
25 
26 PROCEDURE del_obsolete_seed_data (x_status OUT NOCOPY VARCHAR2);
27 
28 END fem_refresh_util_pkg;