DBA Data[Home] [Help]

APPS.XTR_HEDGE_PROCESS_P dependencies on FND_LOG

Line 12: to the fnd_log file or SQL*PLUS console.

8:
9:
10: /*-------------------------------------------------------
11: This is a utility procedure to easily switch the debugging
12: to the fnd_log file or SQL*PLUS console.
13: --------------------------------------------------------*/
14: PROCEDURE LOG_MSG(P_TEXT IN VARCHAR2 DEFAULT NULL, P_VALUE IN VARCHAR2 DEFAULT NULL) IS
15:
16: l_flag VARCHAR2(1);