DBA Data[Home] [Help]

APPS.ONT_LINE_DEF_UTIL dependencies on OE_MSG_PUB

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

5099: END IF;
5100:
5101: EXCEPTION
5102: WHEN OTHERS THEN
5103: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5104: THEN
5105: OE_MSG_PUB.Add_Exc_Msg
5106: ( G_PKG_NAME ,
5107: 'Update_Attr_Rules_Cache: '||l_attribute_code

Line 5105: OE_MSG_PUB.Add_Exc_Msg

5101: EXCEPTION
5102: WHEN OTHERS THEN
5103: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5104: THEN
5105: OE_MSG_PUB.Add_Exc_Msg
5106: ( G_PKG_NAME ,
5107: 'Update_Attr_Rules_Cache: '||l_attribute_code
5108: );
5109: END IF;

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

5199: END LOOP;
5200:
5201: EXCEPTION
5202: WHEN OTHERS THEN
5203: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5204: THEN
5205: OE_MSG_PUB.Add_Exc_Msg
5206: ( G_PKG_NAME ,
5207: 'Get_Valid_Defaulting_Rules :'||p_attr_code

Line 5205: OE_MSG_PUB.Add_Exc_Msg

5201: EXCEPTION
5202: WHEN OTHERS THEN
5203: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5204: THEN
5205: OE_MSG_PUB.Add_Exc_Msg
5206: ( G_PKG_NAME ,
5207: 'Get_Valid_Defaulting_Rules :'||p_attr_code
5208: );
5209: END IF;