DBA Data[Home] [Help]

APPS.OE_DBI_UTIL dependencies on OE_MSG_PUB

Line 428: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

424: IF l_debug_level > 0 THEN
425: oe_debug_pub.add( 'In Others of Update_DBI_Log' , 1 ) ;
426: oe_debug_pub.add( SUBSTR ( SQLERRM , 1 , 240 ) ) ;
427: END IF;
428: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
429: THEN
430: OE_MSG_PUB.Add_Exc_Msg
431: (G_PKG_NAME
432: ,'Update_DBI_log');

Line 430: OE_MSG_PUB.Add_Exc_Msg

426: oe_debug_pub.add( SUBSTR ( SQLERRM , 1 , 240 ) ) ;
427: END IF;
428: IF OE_MSG_PUB.Check_MSg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
429: THEN
430: OE_MSG_PUB.Add_Exc_Msg
431: (G_PKG_NAME
432: ,'Update_DBI_log');
433: END IF;
434: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;