DBA Data[Home] [Help]

PACKAGE: APPS.FEM_DEFCALP_UTIL_PKG

Source


1 PACKAGE FEM_DEFCALP_UTIL_PKG AUTHID CURRENT_USER AS
2 --$Header: fem_defcalp_utl.pls 120.0 2005/06/06 21:47:36 appldev noship $
3 /*=======================================================================+
4 Copyright (c) 1995 Oracle Corporation Redwood Shores, California, USA|
5  |                            All rights reserved.                       |
6  +=======================================================================+
7  | FILENAME
8  |   fem_defcalp_utl.pls
9  |
10  | DESCRIPTION
11  |  Package Spec for the procedure that creates a default Calendar Period
12  |  member during install based on the current sysdate and
13  |  create a default calendar period hierarchy using this member
14  |
15  |  possible output status are:
16  |     SUCCESS
17  |     ERROR
18  |
19  | MODIFICATION HISTORY
20  |    Rob Flippo         05/06/2005   Created - bug#4344994 converted
21  |                                    fem_defcalp.sql to a package
22  |                                    so that it can be easily called
23  |                                    by the Refresh engine
24  *=======================================================================*/
25 
26 
27 PROCEDURE main (x_status OUT NOCOPY VARCHAR2);
28 
29 END fem_defcalp_util_pkg;