DBA Data[Home] [Help]

APPS.AHL_VWP_VISITS_PVT dependencies on CS_SERVICEREQUEST_PUB

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

7149: FETCH c_sr_ovn into c_sr_ovn_rec;
7150: CLOSE c_sr_ovn;
7151:
7152: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
7153: fnd_log.string(fnd_log.level_statement,L_DEBUG,'Before calling CS_ServiceRequest_PUB.Update_Status - SR Id : '||l_service_request_id);
7154: END IF;
7155: -- yazhou 29-Jun-2006 starts
7156: -- bug#5359943
7157: -- Pass p_status_id as 1 (OPEN)

Line 7158: CS_ServiceRequest_PUB.Update_Status

7154: END IF;
7155: -- yazhou 29-Jun-2006 starts
7156: -- bug#5359943
7157: -- Pass p_status_id as 1 (OPEN)
7158: CS_ServiceRequest_PUB.Update_Status
7159: ( p_api_version => 2.0,
7160: p_init_msg_list => p_init_msg_list,
7161: p_commit => FND_API.G_FALSE,
7162: p_resp_appl_id => NULL,

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

7182: x_interaction_id => l_interaction_id
7183: );
7184:
7185: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN
7186: fnd_log.string(fnd_log.level_statement,L_DEBUG,'After calling CS_ServiceRequest_PUB.Update_Status - l_return_status : '||l_return_status);
7187: END IF;
7188: -- yazhou 29-Jun-2006 ends
7189: -- Check return status.
7190: IF l_return_status = FND_API.G_RET_STS_ERROR THEN