DBA Data[Home] [Help]

APPS.ASO_PRICING_CORE_PVT dependencies on FND_MESSAGE

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

9397: x_return_status := FND_API.G_RET_STS_ERROR;
9398: l_message_text := C_status_code_rec.pricing_status_code || ': '||C_status_code_rec.pricing_status_text;
9399:
9400: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
9401: FND_MESSAGE.Set_Name('ASO', 'ASO_OM_ERROR');
9402: FND_MESSAGE.Set_Token('MSG_TXT', substr(l_message_text, 1,255), FALSE);
9403: FND_MSG_PUB.ADD;
9404: END IF;
9405: RAISE FND_API.G_EXC_ERROR;

Line 9402: FND_MESSAGE.Set_Token('MSG_TXT', substr(l_message_text, 1,255), FALSE);

9398: l_message_text := C_status_code_rec.pricing_status_code || ': '||C_status_code_rec.pricing_status_text;
9399:
9400: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
9401: FND_MESSAGE.Set_Name('ASO', 'ASO_OM_ERROR');
9402: FND_MESSAGE.Set_Token('MSG_TXT', substr(l_message_text, 1,255), FALSE);
9403: FND_MSG_PUB.ADD;
9404: END IF;
9405: RAISE FND_API.G_EXC_ERROR;
9406: END LOOP;

Line 9418: FND_MESSAGE.Set_Name('ASO', 'GSA Violation in Pricing');

9414: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
9415: aso_debug_pub.add('ASO_PRICING_CORE_PVT:Inside GSA error',1,'Y');
9416: END IF;
9417: x_return_status := FND_API.G_RET_STS_ERROR;
9418: FND_MESSAGE.Set_Name('ASO', 'GSA Violation in Pricing');
9419: FND_MSG_PUB.ADD;
9420: RAISE FND_API.G_EXC_ERROR;
9421: END LOOP;
9422: ELSE

Line 9427: FND_MESSAGE.Set_Name('ASO', 'GSA Violation in Pricing');

9423: FOR C_status_code_GSA_rec in C_status_code_GSA LOOP
9424: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
9425: aso_debug_pub.add('ASO_PRICING_CORE_PVT:inside GSA Warning',1,'Y');
9426: END IF;
9427: FND_MESSAGE.Set_Name('ASO', 'GSA Violation in Pricing');
9428: FND_MSG_PUB.ADD;
9429: END LOOP;
9430: END IF;
9431:

Line 11223: FND_MESSAGE.Set_Name('ASO', 'ASO_API_MISSING_COLUMN');

11219:
11220: exception when no_data_found then
11221: x_return_status := FND_API.G_RET_STS_ERROR;
11222: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
11223: FND_MESSAGE.Set_Name('ASO', 'ASO_API_MISSING_COLUMN');
11224: FND_MESSAGE.Set_Token('COLUMN', 'Last_Update_Date', FALSE);
11225: FND_MSG_PUB.ADD;
11226: END IF;
11227: raise FND_API.G_EXC_ERROR;

Line 11224: FND_MESSAGE.Set_Token('COLUMN', 'Last_Update_Date', FALSE);

11220: exception when no_data_found then
11221: x_return_status := FND_API.G_RET_STS_ERROR;
11222: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
11223: FND_MESSAGE.Set_Name('ASO', 'ASO_API_MISSING_COLUMN');
11224: FND_MESSAGE.Set_Token('COLUMN', 'Last_Update_Date', FALSE);
11225: FND_MSG_PUB.ADD;
11226: END IF;
11227: raise FND_API.G_EXC_ERROR;
11228: end;

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

11535: );
11536: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
11537: x_return_status := l_return_status;
11538: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
11539: FND_MESSAGE.Set_Name('ASO', 'ASO_OM_ERROR');
11540: FND_MESSAGE.Set_Token('MSG_TXT', substr(l_return_status_text, 1,255), FALSE);
11541: FND_MSG_PUB.ADD;
11542: END IF;
11543: RAISE FND_API.G_EXC_ERROR;

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

11536: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
11537: x_return_status := l_return_status;
11538: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
11539: FND_MESSAGE.Set_Name('ASO', 'ASO_OM_ERROR');
11540: FND_MESSAGE.Set_Token('MSG_TXT', substr(l_return_status_text, 1,255), FALSE);
11541: FND_MSG_PUB.ADD;
11542: END IF;
11543: RAISE FND_API.G_EXC_ERROR;
11544: END IF;