DBA Data[Home] [Help]

APPS.GR_WF_UTIL_PVT dependencies on FND_MSG_PUB

Line 5: G_tmp CONSTANT BOOLEAN := FND_MSG_PUB.Check_Msg_Level(0) ; -- temp call to initialize the

1: PACKAGE GR_WF_UTIL_PVT AUTHID CURRENT_USER AS
2: /* $Header: GRWFUPTS.pls 120.2 2007/12/13 21:02:16 plowe ship $ */
3:
4: /* Global variables */
5: G_tmp CONSTANT BOOLEAN := FND_MSG_PUB.Check_Msg_Level(0) ; -- temp call to initialize the
6: -- msg level threshhold gobal
7: -- variable.
8: G_debug_level CONSTANT NUMBER := FND_MSG_PUB.G_Msg_Level_Threshold; -- Use this variable everywhere
9: -- to decide to log a debug msg.

Line 8: G_debug_level CONSTANT NUMBER := FND_MSG_PUB.G_Msg_Level_Threshold; -- Use this variable everywhere

4: /* Global variables */
5: G_tmp CONSTANT BOOLEAN := FND_MSG_PUB.Check_Msg_Level(0) ; -- temp call to initialize the
6: -- msg level threshhold gobal
7: -- variable.
8: G_debug_level CONSTANT NUMBER := FND_MSG_PUB.G_Msg_Level_Threshold; -- Use this variable everywhere
9: -- to decide to log a debug msg.
10: G_PKG_NAME CONSTANT varchar2(30) := 'GR_WF_UTIL_PVT';
11:
12: g_log_head CONSTANT VARCHAR2(50) := 'gr.plsql.'|| G_PKG_NAME || '.';