DBA Data[Home] [Help]

APPS.AHL_VWP_VISITS_PVT dependencies on CS_SERVICEREQUEST_PUB

Line 5404: fnd_log.string(fnd_log.level_statement,L_DEBUG,'Before calling CS_ServiceRequest_PUB.Update_Status - SR Id : '||l_service_request_id);

5400: FETCH c_sr_ovn into c_sr_ovn_rec;
5401: CLOSE c_sr_ovn;
5402:
5403: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
5404: fnd_log.string(fnd_log.level_statement,L_DEBUG,'Before calling CS_ServiceRequest_PUB.Update_Status - SR Id : '||l_service_request_id);
5405: END IF;
5406: -- yazhou 29-Jun-2006 starts
5407: -- bug#5359943
5408: -- Pass p_status_id as 1 (OPEN)

Line 5409: CS_ServiceRequest_PUB.Update_Status

5405: END IF;
5406: -- yazhou 29-Jun-2006 starts
5407: -- bug#5359943
5408: -- Pass p_status_id as 1 (OPEN)
5409: CS_ServiceRequest_PUB.Update_Status
5410: ( p_api_version => 2.0,
5411: p_init_msg_list => p_init_msg_list,
5412: p_commit => FND_API.G_FALSE,
5413: p_resp_appl_id => NULL,

Line 5437: fnd_log.string(fnd_log.level_statement,L_DEBUG,'After calling CS_ServiceRequest_PUB.Update_Status - l_return_status : '||l_return_status);

5433: x_interaction_id => l_interaction_id
5434: );
5435:
5436: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
5437: fnd_log.string(fnd_log.level_statement,L_DEBUG,'After calling CS_ServiceRequest_PUB.Update_Status - l_return_status : '||l_return_status);
5438: END IF;
5439: -- yazhou 29-Jun-2006 ends
5440: -- Check return status.
5441: IF l_return_status = FND_API.G_RET_STS_ERROR THEN