DBA Data[Home] [Help]

APPS.WIP_JDI_UTILS dependencies on FND_API

Line 40: x_return_status := FND_API.G_RET_STS_ERROR;

36: exception
37: when no_data_found then
38: x_err_code := SQLCODE;
39: x_err_msg := 'No pending request!';
40: x_return_status := FND_API.G_RET_STS_ERROR;
41: end;
42:
43: END Begin_Processing_Request;
44: