DBA Data[Home] [Help]

APPS.INV_MOBILE_HELPER_FUNCTIONS dependencies on INV_MOBILE_HELPER_FUNCTIONS

Line 1: PACKAGE BODY inv_mobile_helper_functions AS

1: PACKAGE BODY inv_mobile_helper_functions AS
2: /* $Header: INVMTXHB.pls 120.1 2005/06/17 09:52:21 appldev $*/
3:
4: -- Global constant holding the package name
5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'inv_mobile_helper_functions';

Line 5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'inv_mobile_helper_functions';

1: PACKAGE BODY inv_mobile_helper_functions AS
2: /* $Header: INVMTXHB.pls 120.1 2005/06/17 09:52:21 appldev $*/
3:
4: -- Global constant holding the package name
5: G_PKG_NAME CONSTANT VARCHAR2(30) := 'inv_mobile_helper_functions';
6:
7: g_debug_init BOOLEAN := FALSE;
8: g_fd utl_file.file_type;
9: g_trace_on NUMBER := 0; -- Log ON state

Line 72: END inv_mobile_helper_functions;

68: NULL;
69: END get_stacked_messages;
70:
71:
72: END inv_mobile_helper_functions;