DBA Data[Home] [Help]

APPS.EGO_MASS_UPDATE_PVT dependencies on ERROR_HANDLER

Line 4: --Debug Profile option used to write Error_Handler.Write_Debug

1: PACKAGE BODY EGO_MASS_UPDATE_PVT AS
2: /* $Header: EGOMUPGB.pls 120.6 2006/08/14 12:59:18 supsrini noship $ */
3:
4: --Debug Profile option used to write Error_Handler.Write_Debug
5: --Profile option name = INV_DEBUG_TRACE ; User Profile Option Name = INV: Debug Trace
6: --Value: 1 (True) ; 0 (False)
7: G_DEBUG CONSTANT NUMBER := NVL(FND_PROFILE.VALUE('INV_DEBUG_TRACE'),0);
8:

Line 330: Error_Handler.Write_Debug(p_msg);

326: BEGIN
327:
328: --If Profile set to TRUE
329: IF (G_DEBUG = 1) THEN
330: Error_Handler.Write_Debug(p_msg);
331: END IF;
332:
333: END;
334: