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 4905: if (l_return_status = FND_API.G_RET_STS_SUCCESS ) then

4901: l_progress,
4902: l_return_status,
4903: l_return_msg);
4904:
4905: if (l_return_status = FND_API.G_RET_STS_SUCCESS ) then
4906: return l_progress;
4907: else
4908: /* Some error. So return -999 */
4909: l_progress := -999;