DBA Data[Home] [Help]

APPS.XLE_THIRDPARTY dependencies on FND_MESSAGE

Line 150: --specific xle message under creation fnd message used as workaround

146: x_legal_information_rec.country,
147: x_legal_information_rec.state;
148:
149: IF case1_legal_information_cur%NOTFOUND THEN
150: --specific xle message under creation fnd message used as workaround
151: FND_MESSAGE.SET_NAME('FND','FND_GRANTS_RECORD_NOT_FOUND');
152: FND_MSG_PUB.Add;
153: x_return_status := FND_API.G_RET_STS_ERROR;
154: END IF;

Line 151: FND_MESSAGE.SET_NAME('FND','FND_GRANTS_RECORD_NOT_FOUND');

147: x_legal_information_rec.state;
148:
149: IF case1_legal_information_cur%NOTFOUND THEN
150: --specific xle message under creation fnd message used as workaround
151: FND_MESSAGE.SET_NAME('FND','FND_GRANTS_RECORD_NOT_FOUND');
152: FND_MSG_PUB.Add;
153: x_return_status := FND_API.G_RET_STS_ERROR;
154: END IF;
155:

Line 180: --specific xle message under creation fnd message used as workaround

176: x_legal_information_rec.country,
177: x_legal_information_rec.state;
178:
179: IF case2_legal_information_cur%NOTFOUND THEN
180: --specific xle message under creation fnd message used as workaround
181: FND_MESSAGE.SET_NAME('FND','FND_GRANTS_RECORD_NOT_FOUND');
182: FND_MSG_PUB.Add;
183: x_return_status := FND_API.G_RET_STS_ERROR;
184: END IF;

Line 181: FND_MESSAGE.SET_NAME('FND','FND_GRANTS_RECORD_NOT_FOUND');

177: x_legal_information_rec.state;
178:
179: IF case2_legal_information_cur%NOTFOUND THEN
180: --specific xle message under creation fnd message used as workaround
181: FND_MESSAGE.SET_NAME('FND','FND_GRANTS_RECORD_NOT_FOUND');
182: FND_MSG_PUB.Add;
183: x_return_status := FND_API.G_RET_STS_ERROR;
184: END IF;
185: