DBA Data[Home] [Help]

APPS.WSH_TMS_RELEASE dependencies on FND_CONCURRENT

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

4058:
4059: IF l_completion_status = 'WARNING' THEN
4060: errbuf := 'Atleast one trip was not Interfaced';
4061: retcode := '1';
4062: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS(l_completion_status,'');
4063: ELSIF l_completion_status = 'NORMAL' THEN
4064: retcode := '0';
4065: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS(l_completion_status,'');
4066: -- OTM R12

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

4061: retcode := '1';
4062: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS(l_completion_status,'');
4063: ELSIF l_completion_status = 'NORMAL' THEN
4064: retcode := '0';
4065: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS(l_completion_status,'');
4066: -- OTM R12
4067: /*
4068: ELSE -- Cannot come here
4069: errbuf := 'Exception occurred in Release_Planned_Shipment';

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

4067: /*
4068: ELSE -- Cannot come here
4069: errbuf := 'Exception occurred in Release_Planned_Shipment';
4070: retcode := '2';
4071: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS(l_completion_status,'');
4072: */
4073: -- OTM R12
4074: END IF;
4075:

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

4088: WSH_DEBUG_SV.pop(l_module_name,'EXCEPTION:FND_API.G_EXC_UNEXPECTED_ERROR');
4089: END IF;
4090: --
4091: -- Always concurrent request,no online option
4092: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','');
4093: errbuf := 'Exception occurred in Release_Planned_Shipment';
4094: retcode := '2';
4095: --
4096: WHEN OTHERS THEN

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

4158: FND_MSG_PUB.Add_Exc_Msg( 'WSH_TMS_RELEASE', 'Release_Planned_Shipment' );
4159: END IF;
4160: --
4161: -- Always concurrent request,no online option
4162: l_ret_code := FND_CONCURRENT.SET_COMPLETION_STATUS('ERROR','');
4163: errbuf := 'Exception occurred in Release_Planned_Shipment';
4164: retcode := '2';
4165: --
4166: WSH_UTIL_CORE.DEFAULT_HANDLER(