DBA Data[Home] [Help]

APPS.OE_FREIGHT_RATING_UTIL dependencies on OE_MSG_PUB

Line 37: --OE_MSG_PUB.Add;

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

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

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

Line 259: OE_MSG_PUB.Add_Exc_Msg

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