Posts by Kuleena Thomas

Using Azure Automation Runbooks for Scheduled Maintenance

Introduction / Issue:  In Azure environments, performing regular maintenance tasks such as patching, cleanup, and service restarts is essential for operational health. Manual execution of these tasks can be time-consuming…

Read More

Creating Custom Dashboards in Azure Monitor for Hybrid Environments

Introduction / Issue:  In hybrid cloud environments, monitoring resources across both Azure and on-premises infrastructure can be challenging. Azure Monitor provides a unified platform for telemetry, but without custom dashboards,…

Read More

How to Expose Custom PL/SQL API as a REST Webservice? 

How to Expose Custom PL/SQL API as a REST Webservice?  Oracle E-Business Suite Integrated SOA Gateway (ISG) provides an infrastructure to deploy, consume, and administer Oracle E-Business Suite web services.…

Read More

Procedure to Upload Purchase Quotations

PROCEDURE load_purchase_quotation as lv_currency_code fnd_currencies_vl.currency_code%type; lv_verify_flag varchar2 (1); lv_error_message varchar2 (5000); ln_vendor_id po_vendors.vendor_id%type; ln_vendor_site_id po_vendor_sites_all.vendor_site_id%type; ln_ship_to_locn_id hr_locations.location_id%type; ln_bill_to_locn_id hr_locations.location_id%type; ln_inventory_item_id mtl_system_items_b.inventory_item_id%type; lv_legacy_quotenum varchar2 (30); ln_batch_id number (3); ln_term_id number; lv_freight_code…

Read More