DBA Data[Home] [Help]

APPS.AHL_PRD_DISP_UTIL_PVT dependencies on CS_INCIDENTLINKS_PUB

Line 2268: l_link_rec CS_INCIDENTLINKS_PUB.CS_INCIDENT_LINK_REC_TYPE;

2264: ) IS
2265: --
2266: l_api_version CONSTANT NUMBER := 1.0;
2267: l_api_name CONSTANT VARCHAR2(30) := 'Create_SR_Disp_Link';
2268: l_link_rec CS_INCIDENTLINKS_PUB.CS_INCIDENT_LINK_REC_TYPE;
2269: l_object_version_number NUMBER;
2270: l_reciprocal_link_id NUMBER;
2271: l_dummy_num NUMBER;
2272:

Line 2337: 'Just before calling cs_incidentlinks_pub.create_incidentlink and subject_id='||

2333:
2334: IF (FND_LOG.LEVEL_EVENT>= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2335: FND_LOG.STRING(FND_LOG.LEVEL_EVENT,
2336: G_LOG_PREFIX||l_api_name||': Within the API',
2337: 'Just before calling cs_incidentlinks_pub.create_incidentlink and subject_id='||
2338: p_service_request_id||', object_id='||p_disposition_id);
2339: END IF;
2340: cs_incidentlinks_pub.create_incidentlink(
2341: p_api_version => 2.0,

Line 2340: cs_incidentlinks_pub.create_incidentlink(

2336: G_LOG_PREFIX||l_api_name||': Within the API',
2337: 'Just before calling cs_incidentlinks_pub.create_incidentlink and subject_id='||
2338: p_service_request_id||', object_id='||p_disposition_id);
2339: END IF;
2340: cs_incidentlinks_pub.create_incidentlink(
2341: p_api_version => 2.0,
2342: p_init_msg_list => FND_API.G_FALSE,
2343: p_commit => FND_API.G_FALSE,
2344: p_resp_appl_id => FND_GLOBAL.RESP_APPL_ID,

Line 2360: 'After calling cs_incidentlinks_pub.create_incidentlink and x_return_status='||

2356:
2357: IF (FND_LOG.LEVEL_EVENT>= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN
2358: FND_LOG.STRING(FND_LOG.LEVEL_EVENT,
2359: G_LOG_PREFIX||l_api_name||': Within the API',
2360: 'After calling cs_incidentlinks_pub.create_incidentlink and x_return_status='||
2361: x_return_status||', x_reciprocal_link_id='||l_reciprocal_link_id||', x_link_id='||
2362: x_link_id);
2363: END IF;
2364: If (x_return_status <> FND_API.G_RET_STS_SUCCESS) Then