DBA Data[Home] [Help]

APPS.QP_VALIDATE_RQT dependencies on OE_MSG_PUB

Line 27: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)

23: THEN
24:
25: l_return_status := FND_API.G_RET_STS_ERROR;
26:
27: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_ERROR)
28: THEN
29:
30: FND_MESSAGE.SET_NAME('QP','QP_ATTRIBUTE_REQUIRED');
31: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','attribute1');

Line 32: OE_MSG_PUB.Add;

28: THEN
29:
30: FND_MESSAGE.SET_NAME('QP','QP_ATTRIBUTE_REQUIRED');
31: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','attribute1');
32: OE_MSG_PUB.Add;
33:
34: END IF;
35:
36: END IF;

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

75: WHEN OTHERS THEN
76:
77: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
78:
79: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
80: THEN
81: OE_MSG_PUB.Add_Exc_Msg
82: ( G_PKG_NAME
83: , 'Entity'

Line 81: OE_MSG_PUB.Add_Exc_Msg

77: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
78:
79: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
80: THEN
81: OE_MSG_PUB.Add_Exc_Msg
82: ( G_PKG_NAME
83: , 'Entity'
84: );
85: END IF;

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

429: WHEN OTHERS THEN
430:
431: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
432:
433: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
434: THEN
435: OE_MSG_PUB.Add_Exc_Msg
436: ( G_PKG_NAME
437: , 'Attributes'

Line 435: OE_MSG_PUB.Add_Exc_Msg

431: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
432:
433: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
434: THEN
435: OE_MSG_PUB.Add_Exc_Msg
436: ( G_PKG_NAME
437: , 'Attributes'
438: );
439: END IF;

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

471: WHEN OTHERS THEN
472:
473: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
474:
475: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
476: THEN
477: OE_MSG_PUB.Add_Exc_Msg
478: ( G_PKG_NAME
479: , 'Entity_Delete'

Line 477: OE_MSG_PUB.Add_Exc_Msg

473: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
474:
475: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
476: THEN
477: OE_MSG_PUB.Add_Exc_Msg
478: ( G_PKG_NAME
479: , 'Entity_Delete'
480: );
481: END IF;