DBA Data[Home] [Help]

APPS.OE_DEPENDENCIES_EXTN dependencies on OE_MSG_PUB

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

76: */
77:
78: EXCEPTION
79: WHEN OTHERS THEN
80: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
81: THEN
82: OE_MSG_PUB.Add_Exc_Msg
83: ( G_PKG_NAME
84: , 'Load_Entity_Attributes'

Line 82: OE_MSG_PUB.Add_Exc_Msg

78: EXCEPTION
79: WHEN OTHERS THEN
80: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
81: THEN
82: OE_MSG_PUB.Add_Exc_Msg
83: ( G_PKG_NAME
84: , 'Load_Entity_Attributes'
85: );
86: END IF;