842: (
843: p_api_version => l_api_version,
844: p_init_msg_list => l_init_msg_list,
845: p_commit => l_commit,
846: p_validation_level => fnd_api.g_valid_level_full,
847: p_incident_id => l_incident_id,
848: p_service_request_rec => l_sr_rec,
849: p_task_template_group_owner => NULL,
850: p_task_tmpl_group_owner_type=> NULL,
918: p_jtf_note_id => l_jtf_note_id,
919: p_api_version => 1,
920: p_init_msg_list => l_init_msg_list,
921: p_commit => l_commit,
922: p_validation_level => fnd_api.g_valid_level_full,
923: x_return_status => l_return_status,
924: x_msg_count => l_msg_count,
925: x_msg_data => l_msg_data,
926: p_entered_by => l_user_id,
1031: p_employee_id => l_ServiceRequest_rec.incident_owner_id,
1032: p_role_name => l_owner_role,
1033: p_role_display_name => l_owner_name );
1034:
1035: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) OR (l_owner_role is NULL) THEN
1036: wf_core.context(
1037: pkg_name => 'CS_WORKFLOW_PUB',
1038: proc_name => 'Get_Employee_Role',
1039: arg1 => 'p_employee_id=>'||to_char(l_ServiceRequest_rec.incident_owner_id));
1070: p_employee_id => l_EA_Recipient_Notify_rec.incident_owner_id,
1071: p_role_name => l_owner_role,
1072: p_role_display_name => l_owner_name );
1073:
1074: IF (l_return_status <> FND_API.G_RET_STS_SUCCESS) OR (l_owner_role is NULL) THEN
1075: wf_core.context(
1076: pkg_name => 'CS_WORKFLOW_PUB',
1077: proc_name => 'Get_Employee_Role',
1078: arg1 => 'p_employee_id=>'||to_char(l_EA_Recipient_Notify_rec.incident_owner_id));