DBA Data[Home] [Help]

APPS.ONT_LINE_DEF_UTIL dependencies on OE_MSG_PUB

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

5039: END IF;
5040:
5041: EXCEPTION
5042: WHEN OTHERS THEN
5043: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5044: THEN
5045: OE_MSG_PUB.Add_Exc_Msg
5046: ( G_PKG_NAME ,
5047: 'Update_Attr_Rules_Cache: '||l_attribute_code

Line 5045: OE_MSG_PUB.Add_Exc_Msg

5041: EXCEPTION
5042: WHEN OTHERS THEN
5043: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5044: THEN
5045: OE_MSG_PUB.Add_Exc_Msg
5046: ( G_PKG_NAME ,
5047: 'Update_Attr_Rules_Cache: '||l_attribute_code
5048: );
5049: END IF;

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

5139: END LOOP;
5140:
5141: EXCEPTION
5142: WHEN OTHERS THEN
5143: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5144: THEN
5145: OE_MSG_PUB.Add_Exc_Msg
5146: ( G_PKG_NAME ,
5147: 'Get_Valid_Defaulting_Rules :'||p_attr_code

Line 5145: OE_MSG_PUB.Add_Exc_Msg

5141: EXCEPTION
5142: WHEN OTHERS THEN
5143: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
5144: THEN
5145: OE_MSG_PUB.Add_Exc_Msg
5146: ( G_PKG_NAME ,
5147: 'Get_Valid_Defaulting_Rules :'||p_attr_code
5148: );
5149: END IF;