DBA Data[Home] [Help]

APPS.EAM_REQUEST_UTILITY_PVT dependencies on FND_API

Line 200: x_return_status := fnd_api.g_ret_sts_success;

196: );
197:
198: END IF;
199:
200: x_return_status := fnd_api.g_ret_sts_success;
201:
202: exception
203: when others then
204: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 204: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

200: x_return_status := fnd_api.g_ret_sts_success;
201:
202: exception
203: when others then
204: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;
205: fnd_message.set_name('EAM', 'EAM_UNEXPECTED_ERROR');
206: fnd_message.set_token('ERROR_TEXT', SQLERRM);
207:
208: