In Module 4, we discussed various core objectives of collective bargaining within the aviation industry. You will now review further, the contractual negotiations process and the leverage that unions are able to utilize within the contractual negotiations process.
Discuss how negotiating, as a union, can create more or less bargaining power and leverage within the aviation industry. Include a minimum of three specific points in your discussion.
You are encouraged to illustrate your answer with an example. Please locate a peer-reviewed article from an external site to support your viewpoints.
Readings
Kaps, R., Hamilton, J., and Bliss, T. (2012). Labor relations in the aviation and aerospace industries. Southern Illinois University Press.
Read Part 2, Element 5, pages 35-55 Negotiating the Collective Bargaining Agreement
Caputo, A., Borbely, A., & Dabic, M. (2019). Building theory on the negotiation capability of the firm: Evidence from Ryanair. Journal of Knowledge Management, 23(2), 240-262.
Reed, T., & Reed, D. (2014). American airlines, us airways and the creation of the world’s largest airline: The converging histories of american airlines and us airways. ProQuest eBook Central.
Chapter 13 – The War Between East and West (pp. 121-130; 10 pages)
Chapter 16 – Labor Takes the Lead (pp. 152-170; 9 pages)
Union websites
Pilots:
Flight Attendants:
Mechanics:
Last Completed Projects
topic title | academic level | Writer | delivered |
---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });