DBA Data[Home] [Help]

APPS.ONT_LINE_PAYMENT_DEF_UTIL dependencies on OE_MSG_PUB

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

919: END IF;
920:
921: EXCEPTION
922: WHEN OTHERS THEN
923: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
924: THEN
925: OE_MSG_PUB.Add_Exc_Msg
926: ( G_PKG_NAME ,
927: 'Update_Attr_Rules_Cache: '||l_attribute_code

Line 925: OE_MSG_PUB.Add_Exc_Msg

921: EXCEPTION
922: WHEN OTHERS THEN
923: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
924: THEN
925: OE_MSG_PUB.Add_Exc_Msg
926: ( G_PKG_NAME ,
927: 'Update_Attr_Rules_Cache: '||l_attribute_code
928: );
929: END IF;

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

1019: END LOOP;
1020:
1021: EXCEPTION
1022: WHEN OTHERS THEN
1023: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1024: THEN
1025: OE_MSG_PUB.Add_Exc_Msg
1026: ( G_PKG_NAME ,
1027: 'Get_Valid_Defaulting_Rules :'||p_attr_code

Line 1025: OE_MSG_PUB.Add_Exc_Msg

1021: EXCEPTION
1022: WHEN OTHERS THEN
1023: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1024: THEN
1025: OE_MSG_PUB.Add_Exc_Msg
1026: ( G_PKG_NAME ,
1027: 'Get_Valid_Defaulting_Rules :'||p_attr_code
1028: );
1029: END IF;