DBA Data[Home] [Help]

APPS.WSH_TMS_RELEASE dependencies on FND_CONCURRENT

Line 4054: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS(l_completion_status,'');

4050:
4051: IF l_completion_status = 'WARNING' THEN
4052: errbuf := 'Atleast one trip was not Interfaced';
4053: retcode := '1';
4054: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS(l_completion_status,'');
4055: ELSIF l_completion_status = 'NORMAL' THEN
4056: retcode := '0';
4057: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS(l_completion_status,'');
4058: -- OTM R12

Line 4057: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS(l_completion_status,'');

4053: retcode := '1';
4054: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS(l_completion_status,'');
4055: ELSIF l_completion_status = 'NORMAL' THEN
4056: retcode := '0';
4057: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS(l_completion_status,'');
4058: -- OTM R12
4059: /*
4060: ELSE -- Cannot come here
4061: errbuf := 'Exception occurred in Release_Planned_Shipment';

Line 4063: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS(l_completion_status,'');

4059: /*
4060: ELSE -- Cannot come here
4061: errbuf := 'Exception occurred in Release_Planned_Shipment';
4062: retcode := '2';
4063: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS(l_completion_status,'');
4064: */
4065: -- OTM R12
4066: END IF;
4067:

Line 4084: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','');

4080: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:FND_API.G_EXC_UNEXPECTED_ERROR');
4081: END IF;
4082: --
4083: -- Always concurrent request,no online option
4084: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','');
4085: errbuf := 'Exception occurred in Release_Planned_Shipment';
4086: retcode := '2';
4087: --
4088: WHEN OTHERS THEN

Line 4154: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','');

4150: FND_MSG_PUB.Add_Exc_Msg( 'WSH_TMS_RELEASE', 'Release_Planned_Shipment' );
4151: END IF;
4152: --
4153: -- Always concurrent request,no online option
4154: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','');
4155: errbuf := 'Exception occurred in Release_Planned_Shipment';
4156: retcode := '2';
4157: --
4158: WSH_UTIL_CORE.DEFAULT_HANDLER(