DBA Data[Home] [Help]

APPS.GME_PROCESS_PARAMETERS_PVT dependencies on GME_PROCESS_PARAMETERS_PVT

Line 1: PACKAGE BODY gme_process_parameters_pvt AS

1: PACKAGE BODY gme_process_parameters_pvt AS
2: /* $Header: GMEVPPRB.pls 120.3 2006/03/17 11:12:54 pxkumar noship $ */
3: g_debug VARCHAR2 (5) := fnd_profile.VALUE ('AFLOG_LEVEL');
4: g_pkg_name CONSTANT VARCHAR2 (30) := 'GME_PROCESS_PARAMETERS_PVT';
5:

Line 4: g_pkg_name CONSTANT VARCHAR2 (30) := 'GME_PROCESS_PARAMETERS_PVT';

1: PACKAGE BODY gme_process_parameters_pvt AS
2: /* $Header: GMEVPPRB.pls 120.3 2006/03/17 11:12:54 pxkumar noship $ */
3: g_debug VARCHAR2 (5) := fnd_profile.VALUE ('AFLOG_LEVEL');
4: g_pkg_name CONSTANT VARCHAR2 (30) := 'GME_PROCESS_PARAMETERS_PVT';
5:
6: /*===========================================================================================
7: Procedure
8: insert_process_parameter

Line 1106: END gme_process_parameters_pvt;

1102: WHEN OTHERS THEN
1103: x_return_status := fnd_api.g_ret_sts_unexp_error;
1104: fnd_msg_pub.add_exc_msg (g_pkg_name, l_api_name);
1105: END validate_process_param;
1106: END gme_process_parameters_pvt;