DBA Data[Home] [Help]

APPS.OE_VALIDATE_CONTRACT 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('OE','OE_ATTRIBUTE_REQUIRED');
31: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','agreement');

Line 32: OE_MSG_PUB.Add;

28: THEN
29:
30: FND_MESSAGE.SET_NAME('OE','OE_ATTRIBUTE_REQUIRED');
31: FND_MESSAGE.SET_TOKEN('ATTRIBUTE','agreement');
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 353: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)

349: WHEN OTHERS THEN
350:
351: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
352:
353: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
354: THEN
355: OE_MSG_PUB.Add_Exc_Msg
356: ( G_PKG_NAME
357: , 'Attributes'

Line 355: OE_MSG_PUB.Add_Exc_Msg

351: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
352:
353: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
354: THEN
355: OE_MSG_PUB.Add_Exc_Msg
356: ( G_PKG_NAME
357: , 'Attributes'
358: );
359: END IF;

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

391: WHEN OTHERS THEN
392:
393: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
394:
395: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
396: THEN
397: OE_MSG_PUB.Add_Exc_Msg
398: ( G_PKG_NAME
399: , 'Entity_Delete'

Line 397: OE_MSG_PUB.Add_Exc_Msg

393: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
394:
395: IF OE_MSG_PUB.Check_Msg_Level(OE_MSG_PUB.G_MSG_LVL_UNEXP_ERROR)
396: THEN
397: OE_MSG_PUB.Add_Exc_Msg
398: ( G_PKG_NAME
399: , 'Entity_Delete'
400: );
401: END IF;