DBA Data[Home] [Help]

APPS.ASO_PRICING_FLOWS_PVT dependencies on FND_MESSAGE

Line 577: FND_MESSAGE.Set_Name('ASO', 'ASO_OM_ERROR');

573: );
574: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
575: x_return_status := l_return_status;
576: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
577: FND_MESSAGE.Set_Name('ASO', 'ASO_OM_ERROR');
578: FND_MESSAGE.Set_Token('MSG_TXT', substr(l_return_status_text, 1,255), FALSE);
579: FND_MSG_PUB.ADD;
580: END IF;
581: RAISE FND_API.G_EXC_ERROR;

Line 578: FND_MESSAGE.Set_Token('MSG_TXT', substr(l_return_status_text, 1,255), FALSE);

574: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
575: x_return_status := l_return_status;
576: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
577: FND_MESSAGE.Set_Name('ASO', 'ASO_OM_ERROR');
578: FND_MESSAGE.Set_Token('MSG_TXT', substr(l_return_status_text, 1,255), FALSE);
579: FND_MSG_PUB.ADD;
580: END IF;
581: RAISE FND_API.G_EXC_ERROR;
582: END IF;

Line 1543: FND_MESSAGE.Set_Name('ASO', 'ASO_OM_ERROR');

1539:
1540: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1541: x_return_status := l_return_status;
1542: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
1543: FND_MESSAGE.Set_Name('ASO', 'ASO_OM_ERROR');
1544: FND_MESSAGE.Set_Token('MSG_TXT', substr(l_return_status_text, 1,255), FALSE);
1545: FND_MSG_PUB.ADD;
1546: END IF;
1547: RAISE FND_API.G_EXC_ERROR;

Line 1544: FND_MESSAGE.Set_Token('MSG_TXT', substr(l_return_status_text, 1,255), FALSE);

1540: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1541: x_return_status := l_return_status;
1542: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
1543: FND_MESSAGE.Set_Name('ASO', 'ASO_OM_ERROR');
1544: FND_MESSAGE.Set_Token('MSG_TXT', substr(l_return_status_text, 1,255), FALSE);
1545: FND_MSG_PUB.ADD;
1546: END IF;
1547: RAISE FND_API.G_EXC_ERROR;
1548: END IF;

Line 2498: FND_MESSAGE.Set_Name('ASO', 'ASO_OM_ERROR');

2494: );
2495: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
2496: x_return_status := l_return_status;
2497: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
2498: FND_MESSAGE.Set_Name('ASO', 'ASO_OM_ERROR');
2499: FND_MESSAGE.Set_Token('MSG_TXT', substr(l_return_status_text, 1,255), FALSE);
2500: FND_MSG_PUB.ADD;
2501: END IF;
2502: RAISE FND_API.G_EXC_ERROR;

Line 2499: FND_MESSAGE.Set_Token('MSG_TXT', substr(l_return_status_text, 1,255), FALSE);

2495: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
2496: x_return_status := l_return_status;
2497: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
2498: FND_MESSAGE.Set_Name('ASO', 'ASO_OM_ERROR');
2499: FND_MESSAGE.Set_Token('MSG_TXT', substr(l_return_status_text, 1,255), FALSE);
2500: FND_MSG_PUB.ADD;
2501: END IF;
2502: RAISE FND_API.G_EXC_ERROR;
2503: END IF;

Line 3059: FND_MESSAGE.Set_Name('ASO', 'ASO_OM_ERROR');

3055: );
3056: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
3057: x_return_status := l_return_status;
3058: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
3059: FND_MESSAGE.Set_Name('ASO', 'ASO_OM_ERROR');
3060: FND_MESSAGE.Set_Token('MSG_TXT', substr(l_return_status_text, 1,255), FALSE);
3061: FND_MSG_PUB.ADD;
3062: END IF;
3063: RAISE FND_API.G_EXC_ERROR;

Line 3060: FND_MESSAGE.Set_Token('MSG_TXT', substr(l_return_status_text, 1,255), FALSE);

3056: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
3057: x_return_status := l_return_status;
3058: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
3059: FND_MESSAGE.Set_Name('ASO', 'ASO_OM_ERROR');
3060: FND_MESSAGE.Set_Token('MSG_TXT', substr(l_return_status_text, 1,255), FALSE);
3061: FND_MSG_PUB.ADD;
3062: END IF;
3063: RAISE FND_API.G_EXC_ERROR;
3064: END IF;