DBA Data[Home] [Help]

APPS.GME_PHANTOM_PVT dependencies on GME_PHANTOM_PVT

Line 1: PACKAGE BODY gme_phantom_pvt AS

1: PACKAGE BODY gme_phantom_pvt AS
2: /* $Header: GMEVPHBB.pls 120.7.12020000.2 2012/10/15 13:13:16 gmurator ship $ */
3: /*
4: REM **********************************************************************
5: REM * *

Line 29: g_pkg_name CONSTANT VARCHAR2 (30) := 'gme_phantom_pvt';

25: * This file contains procedures for the Phantom Batch APIs for GME in *
26: * Oracle Process Manufacturing (OPM). Each procedure has a common set of *
27: * parameters to which API-specific parameters are appended. *
28: *************************************************************************/
29: g_pkg_name CONSTANT VARCHAR2 (30) := 'gme_phantom_pvt';
30: g_debug VARCHAR2 (5) := fnd_profile.VALUE ('AFLOG_LEVEL');
31:
32: /*===========================================================================================
33: Procedure

Line 571: END gme_phantom_pvt;

567:
568: x_return_status := fnd_api.g_ret_sts_unexp_error;
569: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
570: END fetch_line_phantoms;
571: END gme_phantom_pvt;