DBA Data[Home] [Help]

APPS.ENG_ECO_PUB dependencies on BOM_RTG_GLOBALS

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

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

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

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