Create a PL/SQL function get_customer_name that returns the customer's name given Order ID. Please write an anonymous PL/SQL program to call this function with some Order ID as input, and print out the results.
Title_with_topic: "Creating a PL/SQL Function to Retrieve Customer Name by Order ID