DBA Data[Home] [Help]

APPS.POS_WCAPPROVE_PVT dependencies on FND_API

Line 277: x_return_status := FND_API.G_RET_STS_ERROR;

273: IF (g_asn_debug = 'Y') THEN
274: debug_log(FND_LOG.LEVEL_UNEXPECTED,
275: l_api_name,'Exception in Start_wf_process ' || l_progress);
276: END IF;
277: x_return_status := FND_API.G_RET_STS_ERROR;
278: raise;
279: End Start_wf_process;
280:
281: /*

Line 5232: if (l_return_status = FND_API.G_RET_STS_SUCCESS ) then

5228: l_progress,
5229: l_return_status,
5230: l_return_msg);
5231:
5232: if (l_return_status = FND_API.G_RET_STS_SUCCESS ) then
5233: return l_progress;
5234: else
5235: /* Some error. So return -999 */
5236: l_progress := -999;