DBA Data[Home] [Help]

APPS.ZX_NEW_SERVICES_PKG dependencies on FND_MESSAGE

Line 257: FND_MESSAGE.SET_NAME ('ZX','ZX_UNEXPECTED_ERROR');

253:
254: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
255: ROLLBACK TO freeze_tax_dists_for_itms_PVT;
256: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
257: FND_MESSAGE.SET_NAME ('ZX','ZX_UNEXPECTED_ERROR');
258: FND_MSG_PUB.Add;
259: /*---------------------------------------------------------+
260: | FND_MSG_PUB.Count_And_Get used to get the count of mesg.|
261: | in the message stack. If there is only one message in |

Line 275: FND_MESSAGE.SET_NAME ('ZX','ZX_UNEXPECTED_ERROR');

271:
272: WHEN OTHERS THEN
273: ROLLBACK TO freeze_tax_dists_for_itms_PVT;
274: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
275: FND_MESSAGE.SET_NAME ('ZX','ZX_UNEXPECTED_ERROR');
276: FND_MSG_PUB.Add;
277: /*---------------------------------------------------------+
278: | FND_MSG_PUB.Count_And_Get used to get the count of mesg.|
279: | in the message stack. If there is only one message in |