DBA Data[Home] [Help]

APPS.OE_AUDIT_HISTORY_PVT dependencies on OE_MSG_PUB

Line 44: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_SUCCESS)

40: EXCEPTION
41:
42: WHEN NO_DATA_FOUND THEN
43:
44: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_SUCCESS)
45: THEN
46:
47: fnd_message.set_name('ONT','OE_ID_TO_VALUE_ERROR');
48: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','inventory_item');

Line 49: OE_MSG_PUB.Add;

45: THEN
46:
47: fnd_message.set_name('ONT','OE_ID_TO_VALUE_ERROR');
48: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','inventory_item');
49: OE_MSG_PUB.Add;
50:
51: END IF;
52:
53: RETURN NULL;

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

53: RETURN NULL;
54:
55: WHEN OTHERS THEN
56:
57: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
58: THEN
59: OE_MSG_PUB.Add_Exc_Msg
60: ( G_PKG_NAME
61: , 'Inventory_Item'

Line 59: OE_MSG_PUB.Add_Exc_Msg

55: WHEN OTHERS THEN
56:
57: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
58: THEN
59: OE_MSG_PUB.Add_Exc_Msg
60: ( G_PKG_NAME
61: , 'Inventory_Item'
62: );
63: END IF;