DBA Data[Home] [Help]

APPS.ONT_HEADER_PAYMENT_DEF_UTIL dependencies on OE_MSG_PUB

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

900: END IF;
901:
902: EXCEPTION
903: WHEN OTHERS THEN
904: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
905: THEN
906: OE_MSG_PUB.Add_Exc_Msg
907: ( G_PKG_NAME ,
908: 'Update_Attr_Rules_Cache: '||l_attribute_code

Line 906: OE_MSG_PUB.Add_Exc_Msg

902: EXCEPTION
903: WHEN OTHERS THEN
904: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
905: THEN
906: OE_MSG_PUB.Add_Exc_Msg
907: ( G_PKG_NAME ,
908: 'Update_Attr_Rules_Cache: '||l_attribute_code
909: );
910: END IF;

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

1000: END LOOP;
1001:
1002: EXCEPTION
1003: WHEN OTHERS THEN
1004: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1005: THEN
1006: OE_MSG_PUB.Add_Exc_Msg
1007: ( G_PKG_NAME ,
1008: 'Get_Valid_Defaulting_Rules :'||p_attr_code

Line 1006: OE_MSG_PUB.Add_Exc_Msg

1002: EXCEPTION
1003: WHEN OTHERS THEN
1004: IF OE_MSG_PUB.Check_Msg_Level (OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
1005: THEN
1006: OE_MSG_PUB.Add_Exc_Msg
1007: ( G_PKG_NAME ,
1008: 'Get_Valid_Defaulting_Rules :'||p_attr_code
1009: );
1010: END IF;