DBA Data[Home] [Help]

APPS.QP_VALIDATE_SOU 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 453: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

449: WHEN OTHERS THEN
450:
451: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
452:
453: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
454: THEN
455: OE_MSG_PUB.Add_Exc_Msg
456: ( G_PKG_NAME
457: , 'Attributes'

Line 455: OE_MSG_PUB.Add_Exc_Msg

451: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
452:
453: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
454: THEN
455: OE_MSG_PUB.Add_Exc_Msg
456: ( G_PKG_NAME
457: , 'Attributes'
458: );
459: END IF;

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

491: WHEN OTHERS THEN
492:
493: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
494:
495: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
496: THEN
497: OE_MSG_PUB.Add_Exc_Msg
498: ( G_PKG_NAME
499: , 'Entity_Delete'

Line 497: OE_MSG_PUB.Add_Exc_Msg

493: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
494:
495: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
496: THEN
497: OE_MSG_PUB.Add_Exc_Msg
498: ( G_PKG_NAME
499: , 'Entity_Delete'
500: );
501: END IF;