DBA Data[Home] [Help]

PACKAGE: APPS.GME_MSCA_PUB

Source


1 PACKAGE gme_msca_pub AUTHID CURRENT_USER AS
2 /*  $Header: GMEPMSCS.pls 120.0.12010000.2 2009/08/19 15:41:36 gmurator ship $   */
3 
4 
5 
6 /*===========================================================================+
7  |      Copyright (c) 2004 Oracle Corporation, Redwood Shores, CA, USA       |
8  |                         All rights reserved.                              |
9  |===========================================================================|
10  |                                                                           |
11  | PL/SQL Package to support the (Java) GME Mobile Application. Various      |
12  | procedures perform lookups. Others perform updates by calling the GME     |
13  | public APIs to commit the changes made on the mobile screen.              |
14  |                                                                           |
15  | Author: Paul Schofield, OPM Development UK, August 2004                   |
16  |                                                                           |
17  +===========================================================================+
18  |  HISTORY                                                                  |
19  |                                                                           |
20  | Date          Who               What                                      |
21  | ====          ===               ====                                      |
22  | 03Sep04       PJS               First version following TDD Review        |
23  | 11Oct04       PJS               Corrected phase to pls from plb in dbdrv  |
24  | 23Nov04       Eddie Oumerretane Added procedure Create_Lot                |
25  |                                                                           |
26  | 19Aug09       G. Muratore       Stub out obsolete file.                   |
27  +===========================================================================*/
28 
29 
30 END gme_msca_pub;