DBA Data[Home] [Help]

APPS.ENGECOBO dependencies on BOM_RTG_GLOBALS

Line 3252: BOM_Rtg_Globals.Set_Debug(p_debug) ; -- Added by MK on 11/08/00

3248: BEGIN
3249: IF p_debug = 'Y'
3250: THEN
3251: BOM_Globals.Set_Debug(p_debug);
3252: BOM_Rtg_Globals.Set_Debug(p_debug) ; -- Added by MK on 11/08/00
3253:
3254: Error_Handler.Open_Debug_Session
3255: ( p_debug_filename => p_debug_filename
3256: , p_output_dir => p_output_dir

Line 3265: BOM_Rtg_Globals.Set_Debug('N'); -- Added by MK on 11/08/00

3261:
3262: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
3263: THEN
3264: BOM_Globals.Set_Debug('N');
3265: BOM_Rtg_Globals.Set_Debug('N'); -- Added by MK on 11/08/00
3266: END IF;
3267: END IF;
3268: --
3269: -- Set Business Object Idenfier in the System Information record.