DBA Data[Home] [Help]

APPS.OE_FREIGHT_RATING_UTIL dependencies on OE_MSG_PUB

Line 36: --OE_MSG_PUB.Add;

32: END IF;
33:
34: IF G_FTE_INSTALLED = 'N' THEN
35: --FND_MESSAGE.Set_Name('ONT','ONT_FTE_NOT_INSTALLED');
36: --OE_MSG_PUB.Add;
37: IF l_debug_level > 0 THEN
38: oe_debug_pub.add( 'FTE IS NOT INSTALLED!' , 3 ) ;
39: END IF;
40: RETURN False;

Line 256: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

252: NULL;
253:
254: WHEN OTHERS THEN
255:
256: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
257: THEN
258: OE_MSG_PUB.Add_Exc_Msg
259: ( G_PKG_NAME ,
260: 'Get_List_Line_Type_Code'

Line 258: OE_MSG_PUB.Add_Exc_Msg

254: WHEN OTHERS THEN
255:
256: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
257: THEN
258: OE_MSG_PUB.Add_Exc_Msg
259: ( G_PKG_NAME ,
260: 'Get_List_Line_Type_Code'
261: );
262: END IF;