DBA Data[Home] [Help]

APPS.ASO_PRICING_CORE_PVT dependencies on FND_MESSAGE

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

9381: x_return_status := FND_API.G_RET_STS_ERROR;
9382: l_message_text := C_status_code_rec.pricing_status_code || ': '||C_status_code_rec.pricing_status_text;
9383:
9384: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
9385: FND_MESSAGE.Set_Name('ASO', 'ASO_OM_ERROR');
9386: FND_MESSAGE.Set_Token('MSG_TXT', substr(l_message_text, 1,255), FALSE);
9387: FND_MSG_PUB.ADD;
9388: END IF;
9389: RAISE FND_API.G_EXC_ERROR;

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

9382: l_message_text := C_status_code_rec.pricing_status_code || ': '||C_status_code_rec.pricing_status_text;
9383:
9384: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
9385: FND_MESSAGE.Set_Name('ASO', 'ASO_OM_ERROR');
9386: FND_MESSAGE.Set_Token('MSG_TXT', substr(l_message_text, 1,255), FALSE);
9387: FND_MSG_PUB.ADD;
9388: END IF;
9389: RAISE FND_API.G_EXC_ERROR;
9390: END LOOP;

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

9398: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
9399: aso_debug_pub.add('ASO_PRICING_CORE_PVT:Inside GSA error',1,'Y');
9400: END IF;
9401: x_return_status := FND_API.G_RET_STS_ERROR;
9402: FND_MESSAGE.Set_Name('ASO', 'GSA Violation in Pricing');
9403: FND_MSG_PUB.ADD;
9404: RAISE FND_API.G_EXC_ERROR;
9405: END LOOP;
9406: ELSE

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

9407: FOR C_status_code_GSA_rec in C_status_code_GSA LOOP
9408: IF ASO_DEBUG_PUB.G_Debug_Flag = 'Y' THEN
9409: aso_debug_pub.add('ASO_PRICING_CORE_PVT:inside GSA Warning',1,'Y');
9410: END IF;
9411: FND_MESSAGE.Set_Name('ASO', 'GSA Violation in Pricing');
9412: FND_MSG_PUB.ADD;
9413: END LOOP;
9414: END IF;
9415:

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

11202:
11203: exception when no_data_found then
11204: x_return_status := FND_API.G_RET_STS_ERROR;
11205: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
11206: FND_MESSAGE.Set_Name('ASO', 'ASO_API_MISSING_COLUMN');
11207: FND_MESSAGE.Set_Token('COLUMN', 'Last_Update_Date', FALSE);
11208: FND_MSG_PUB.ADD;
11209: END IF;
11210: raise FND_API.G_EXC_ERROR;

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

11203: exception when no_data_found then
11204: x_return_status := FND_API.G_RET_STS_ERROR;
11205: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
11206: FND_MESSAGE.Set_Name('ASO', 'ASO_API_MISSING_COLUMN');
11207: FND_MESSAGE.Set_Token('COLUMN', 'Last_Update_Date', FALSE);
11208: FND_MSG_PUB.ADD;
11209: END IF;
11210: raise FND_API.G_EXC_ERROR;
11211: end;

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

11518: );
11519: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
11520: x_return_status := l_return_status;
11521: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
11522: FND_MESSAGE.Set_Name('ASO', 'ASO_OM_ERROR');
11523: FND_MESSAGE.Set_Token('MSG_TXT', substr(l_return_status_text, 1,255), FALSE);
11524: FND_MSG_PUB.ADD;
11525: END IF;
11526: RAISE FND_API.G_EXC_ERROR;

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

11519: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
11520: x_return_status := l_return_status;
11521: IF FND_MSG_PUB.Check_Msg_Level (FND_MSG_PUB.G_MSG_LVL_ERROR) THEN
11522: FND_MESSAGE.Set_Name('ASO', 'ASO_OM_ERROR');
11523: FND_MESSAGE.Set_Token('MSG_TXT', substr(l_return_status_text, 1,255), FALSE);
11524: FND_MSG_PUB.ADD;
11525: END IF;
11526: RAISE FND_API.G_EXC_ERROR;
11527: END IF;