DBA Data[Home] [Help]

APPS.ENG_ECO_PUB dependencies on BOM_RTG_GLOBALS

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

1300:
1301: IF p_debug = 'Y'
1302: THEN
1303: BOM_Globals.Set_Debug(p_debug);
1304: BOM_Rtg_Globals.Set_Debug(p_debug) ; -- Added by MK on 11/08/00
1305:
1306: Error_Handler.Open_Debug_Session
1307: ( p_debug_filename => p_debug_filename
1308: , p_output_dir => p_output_dir

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

1313:
1314: IF l_return_status <> FND_API.G_RET_STS_SUCCESS
1315: THEN
1316: BOM_Globals.Set_Debug('N');
1317: BOM_Rtg_Globals.Set_Debug('N'); -- Added by MK on 11/08/00
1318: END IF;
1319: END IF;
1320: --
1321: -- Set Business Object Idenfier in the System Information record.