Create customer and product records
You just created the packages and triggers required to implement the business logic. We are now going to call the stored procedures in their associated packages in an anonymous block.
- customer_package.create_customer create users along with their details.
- product_package.create_product creates products with the product details.
Demonstrated features
- Anonymous Block:An anonymous block is an unnamed sequence of actions.
Since they are unnamed, anonymous blocks cannot be referenced by other program units.