DBA Data[Home] [Help]

APPS.OE_BLANKET_UTIL_MISC dependencies on OE_MSG_PUB

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

45:
46: IF l_debug_level > 0 THEN
47: oe_debug_pub.add('IN EXCEPTION OE_Blanket_Util_Misc.Get_BlanketAgrName WHEN OTEHRS');
48: end if;
49: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
50: THEN
51: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
52: 'get_blanketagrname');
53: END IF;

Line 51: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,

47: oe_debug_pub.add('IN EXCEPTION OE_Blanket_Util_Misc.Get_BlanketAgrName WHEN OTEHRS');
48: end if;
49: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
50: THEN
51: OE_MSG_PUB.Add_Exc_Msg (G_PKG_NAME,
52: 'get_blanketagrname');
53: END IF;
54:
55: end Get_BlanketAgrName;