DBA Data[Home] [Help]

APPS.GMF_XLA_PKG dependencies on FND_LOG_MESSAGES

Line 63: g_log_msg FND_LOG_MESSAGES.message_text%TYPE;

59: g_prog_appl_id NUMBER := FND_GLOBAL.PROG_APPL_ID;
60: g_program_id NUMBER := FND_GLOBAL.CONC_PROGRAM_ID;
61: g_request_id NUMBER := FND_GLOBAL.CONC_REQUEST_ID;
62:
63: g_log_msg FND_LOG_MESSAGES.message_text%TYPE;
64:
65: /**
66: * Output log messages
67: */