DBA Data[Home] [Help]

APPS.DPP_UTILITY_PVT dependencies on FND_LOG

Line 315: --To be used incase we are storing the log messages in the fnd_log_messages table

311: ,x_return_status OUT NOCOPY VARCHAR2
312: );
313:
314:
315: --To be used incase we are storing the log messages in the fnd_log_messages table
316: --Currently all debug messages are going into the DPP_LOG_MESSAGES table
317:
318: PROCEDURE debug_message (p_log_level IN NUMBER DEFAULT FND_LOG.LEVEL_STATEMENT,
319: p_module_name IN VARCHAR2,

Line 318: PROCEDURE debug_message (p_log_level IN NUMBER DEFAULT FND_LOG.LEVEL_STATEMENT,

314:
315: --To be used incase we are storing the log messages in the fnd_log_messages table
316: --Currently all debug messages are going into the DPP_LOG_MESSAGES table
317:
318: PROCEDURE debug_message (p_log_level IN NUMBER DEFAULT FND_LOG.LEVEL_STATEMENT,
319: p_module_name IN VARCHAR2,
320: p_text IN VARCHAR2
321: );
322: