421: IF order_customer_id IS NOT NULL THEN
422:
423: CS_Interaction_PVT.Create_Interaction
424: (p_api_version => 1.0,
425: p_init_msg_list => FND_API.G_TRUE,
426: p_commit => FND_API.G_FALSE,
427: p_validation_level => CS_INTERACTION_PVT.G_VALID_LEVEL_INT,
428: x_return_status => l_ret_status,
429: x_msg_count => l_msg_count,
422:
423: CS_Interaction_PVT.Create_Interaction
424: (p_api_version => 1.0,
425: p_init_msg_list => FND_API.G_TRUE,
426: p_commit => FND_API.G_FALSE,
427: p_validation_level => CS_INTERACTION_PVT.G_VALID_LEVEL_INT,
428: x_return_status => l_ret_status,
429: x_msg_count => l_msg_count,
430: x_msg_data => l_msg_data,
477: return_status := l_ret_status;
478: return_msg := l_msg_data;
479: END IF;
480:
481: IF (l_ret_status = FND_API.G_RET_STS_ERROR OR
482: l_ret_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
483: -- 1 meaning error, 0 meaning OK
484: return_status := '1';
485: END IF;
478: return_msg := l_msg_data;
479: END IF;
480:
481: IF (l_ret_status = FND_API.G_RET_STS_ERROR OR
482: l_ret_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
483: -- 1 meaning error, 0 meaning OK
484: return_status := '1';
485: END IF;
486:
524: IF cp_customer_id IS NOT NULL THEN
525:
526: CS_Interaction_PVT.Create_Interaction
527: (p_api_version => 1.0,
528: p_init_msg_list => FND_API.G_TRUE,
529: p_commit => FND_API.G_FALSE,
530: p_validation_level => FND_API.G_VALID_LEVEL_NONE,
531: x_return_status => l_ret_status,
532: x_msg_count => l_msg_count,
525:
526: CS_Interaction_PVT.Create_Interaction
527: (p_api_version => 1.0,
528: p_init_msg_list => FND_API.G_TRUE,
529: p_commit => FND_API.G_FALSE,
530: p_validation_level => FND_API.G_VALID_LEVEL_NONE,
531: x_return_status => l_ret_status,
532: x_msg_count => l_msg_count,
533: x_msg_data => l_msg_data,
526: CS_Interaction_PVT.Create_Interaction
527: (p_api_version => 1.0,
528: p_init_msg_list => FND_API.G_TRUE,
529: p_commit => FND_API.G_FALSE,
530: p_validation_level => FND_API.G_VALID_LEVEL_NONE,
531: x_return_status => l_ret_status,
532: x_msg_count => l_msg_count,
533: x_msg_data => l_msg_data,
534: p_resp_appl_id => NULL,
580: return_status := l_ret_status;
581: return_msg := l_msg_data;
582: END IF;
583:
584: IF (l_ret_status = FND_API.G_RET_STS_ERROR OR
585: l_ret_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
586: -- 1 meaning error, 0 meaning OK
587: return_status := '1';
588: END IF;
581: return_msg := l_msg_data;
582: END IF;
583:
584: IF (l_ret_status = FND_API.G_RET_STS_ERROR OR
585: l_ret_status = FND_API.G_RET_STS_UNEXP_ERROR) THEN
586: -- 1 meaning error, 0 meaning OK
587: return_status := '1';
588: END IF;
589: