Creating a strong ethics program requires that our systems and policies build a foundation that can be combined to allow for ethical behavior. The major challenge that managers face is to develop a program that enhances ethical behavior in a consistent and systematic way. When a systematic approach is used to develop and evaluate an ethics program, the organization can consistently support ethical behavior. While this does not guarantee ethical behavior, it creates an environment that supports the behavior, and this protects the organization in the public view.
Review the following articles:
Nel, P., Nel, L., & du Plessis, A. (2011). Implications for human resources and employment relations practice with regard to the integration of corporate ethics programmes into the culture of organizations. International Employment Relations Review, 17(2), 55-74.
Kaptein, M. (2009). Ethics programs and ethical culture: A next step in unraveling their multi-faceted relationship. Journal of Business Ethics, 89(2), 261-281. doi:10.2307/40295054
For your discussion:
Create an evaluation checklist for a corporate ethics program.
Identify an organization to evaluate (note: do not use Enron).
Apply your evaluation checklist to this organization.
Identify at least two strengths of the organization’s ethics program, as indicated from your checklist.
Identify at least one area/item that should be added to your checklist to enhance the evaluation
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 });

