DBA Data[Home] [Help]

APPS.INV_MOBILE_HELPER_FUNCTIONS dependencies on UTL_FILE

Line 8: g_fd utl_file.file_type;

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
10:
11:
12: PROCEDURE tracelog (p_err_msg IN VARCHAR2,