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.6.12010000.1 2008/07/25 10:31:17 appldev ship $ */
3: /*
4: REM **********************************************************************
5: REM * *

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

16: * This file contains procedures for the Phantom Batch APIs for GME in *
17: * Oracle Process Manufacturing (OPM). Each procedure has a common set of *
18: * parameters to which API-specific parameters are appended. *
19: *************************************************************************/
20: g_pkg_name CONSTANT VARCHAR2 (30) := 'gme_phantom_pvt';
21: g_debug VARCHAR2 (5) := fnd_profile.VALUE ('AFLOG_LEVEL');
22:
23: /*===========================================================================================
24: Procedure

Line 536: END gme_phantom_pvt;

532:
533: x_return_status := fnd_api.g_ret_sts_unexp_error;
534: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
535: END fetch_line_phantoms;
536: END gme_phantom_pvt;