DBA Data[Home] [Help]

APPS.OE_VERSION_BLANKET_COMP dependencies on OE_MSG_PUB

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

214: WHEN NO_DATA_FOUND THEN
215: null;
216: WHEN OTHERS THEN
217:
218: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
219: THEN
220: OE_MSG_PUB.Add_Exc_Msg
221: ( G_PKG_NAME,
222: 'Query_HEADER_Row'

Line 220: OE_MSG_PUB.Add_Exc_Msg

216: WHEN OTHERS THEN
217:
218: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
219: THEN
220: OE_MSG_PUB.Add_Exc_Msg
221: ( G_PKG_NAME,
222: 'Query_HEADER_Row'
223: );
224: END IF;

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

438: WHEN NO_DATA_FOUND THEN
439: null;
440: WHEN OTHERS THEN
441:
442: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
443: THEN
444: OE_MSG_PUB.Add_Exc_Msg
445: ( G_PKG_NAME,
446: 'Query_HEADER_TRANS_Row'

Line 444: OE_MSG_PUB.Add_Exc_Msg

440: WHEN OTHERS THEN
441:
442: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
443: THEN
444: OE_MSG_PUB.Add_Exc_Msg
445: ( G_PKG_NAME,
446: 'Query_HEADER_TRANS_Row'
447: );
448: END IF;

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

4226: WHEN NO_DATA_FOUND THEN
4227: NULL;
4228: WHEN OTHERS THEN
4229:
4230: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4231: THEN
4232: OE_MSG_PUB.Add_Exc_Msg
4233: ( G_PKG_NAME,
4234: 'Query_Line_Row'

Line 4232: OE_MSG_PUB.Add_Exc_Msg

4228: WHEN OTHERS THEN
4229:
4230: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4231: THEN
4232: OE_MSG_PUB.Add_Exc_Msg
4233: ( G_PKG_NAME,
4234: 'Query_Line_Row'
4235: );
4236: END IF;

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

4432: WHEN NO_DATA_FOUND THEN
4433: NULL;
4434: WHEN OTHERS THEN
4435:
4436: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4437: THEN
4438: OE_MSG_PUB.Add_Exc_Msg
4439: ( G_PKG_NAME,
4440: 'Query_Line_TRANS_Row'

Line 4438: OE_MSG_PUB.Add_Exc_Msg

4434: WHEN OTHERS THEN
4435:
4436: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
4437: THEN
4438: OE_MSG_PUB.Add_Exc_Msg
4439: ( G_PKG_NAME,
4440: 'Query_Line_TRANS_Row'
4441: );
4442: END IF;