DBA Data[Home] [Help]

APPS.GR_WF_UTIL_PUB dependencies on FND_MSG_PUB

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

2: /* $Header: GRWFUPBS.pls 120.2 2007/12/13 20:55:11 plowe ship $ */
3:
4: /* Global variables */
5: G_PKG_NAME CONSTANT varchar2(30) := 'GR_WF_UTIL_PUB';
6: G_debug_level CONSTANT NUMBER := FND_MSG_PUB.G_Msg_Level_Threshold; -- Use this variable everywhere
7: /*===========================================================================
8: -- PROCEDURE:
9: -- INITIATE_PROCESS_ITEM_CHNG
10: --