DBA Data[Home] [Help]

PACKAGE: APPS.GME_ERES_UTILS

Source


1 PACKAGE GME_ERES_UTILS AS
2 /*  $Header: GMEERESS.pls 120.2 2005/07/17 21:31:55 jsrivast noship $ */
3 /*
4 REM **********************************************************************
5 REM *                                                                    *
6 REM * FILE:    GMEERESS.pls                                              *
7 REM * PURPOSE: Package specification for the GME ERES_UTILS routines     *
8 REM *          It contens all the routines to support the ERES output    *
9 REM *          during XML mapping, used by gateway product.              *
10 REM * AUTHOR:  Shrikant Nene, OPM Development                            *
11 REM * DATE:    August 18th 2002                                          *
12 REM * HISTORY:                                                           *
13 REM * ========                                                           *
14 REM *********************************************************************
15 * This file contains the procedure for create batch steps in Oracle      *
16 * Process Manufacturing (OPM). Each procedure has a common set of        *
17 * parameters to which API-specific parameters are appended.              *
18 *************************************************************************/
19    PROCEDURE get_batch_number (
20       p_batch_id       IN       NUMBER,
21       x_batch_number   OUT  NOCOPY    VARCHAR2
22    );
23 
24    PROCEDURE get_phantom_or_not (p_batch_id       IN       NUMBER,
25                                  x_phantom        OUT  NOCOPY    VARCHAR2);
26 
27 END GME_ERES_UTILS; -- Package Specification GME_ERES_UTILS