Anushka Sur / SQL Queries / 10 Feb 2026

Building an Operational Metrics Dashboard for Banking Operations

Introduction  A mid-sized financial services organization needed to provide real-time visibility into critical operational metrics across 25 branches. The operations team was managing branch performance, transaction processing efficiency, and regu...

Read More

Anushka Sur / Uncategorized / 10 Feb 2026

Optimizing Slow Transaction Query in Banking Data Analysis

Introduction A critical financial institution was facing severe performance degradation in their daily transaction analysis reports. The primary SQL query that aggregates customer transaction data and calculates spending patterns was taking 45-60 ...

Read More

Palanikumar K / Oracle Application Blog / 02 Feb 2026

Create a Dynamic List Item in Oracle Form

Procedure :- “ADD_LIST_ELEMENT‘” Using the following procedure  Syntax        ADD_LIST_ELEMENT(list_id ITEM, list_index VARCHAR2, list_label VARCHAR2, list_value VARCHAR2);  Syntax Specifications list_id: Specifies the unique ID that Oracle ...

Read More

Palanikumar K / Oracle Application Blog / 02 Feb 2026

Create a Clock Timer’s in Oracle Form

Create a Timer: Declare a variable of timer data type.      Initialize a variable with one second number data type.      Use a CREATE_TIMER built-in with the timer’s name, interval and it’s status repeats every one second on timer̵...

Read More

Venkatesh Balasubramanian / EBS Functional / #Item Category / 02 Feb 2026

Mass Inventory Category Cleanup Using Oracle Inventory API

Mass Inventory Category Cleanup Using Oracle Inventory API In large Oracle E-Business Suite (EBS) implementations, item categories often become inconsistent over time due to data migrations, manual corrections, or changes in business classificatio...

Read More

Venkatesh Balasubramanian / EBS Technical / #Sales Order Hold / 02 Feb 2026

Applying and Releasing Sales Order Holds Based on Customer Item Cross-Reference Commodity Code

Applying and Releasing Sales Order Holds Based on Customer Item Cross-Reference Commodity Code In Oracle Order Management, business rules often require dynamic control over Sales Order processing. In this case, the customer wanted to automatically...

Read More

Sruchika Bhaskar / Others / #AI agent / #Gemini API / #Gen AI / #langchain / #LLM / #research agent / #wikipedia / 30 Jan 2026

Build Your First AI Agent with Python and LangChain

Introduction:    AI agents are becoming a practical way to build smarter applications that can reason, make decisions, and interact with external systems. For beginners, the idea of an “AI agent” can sound complex, but at its core, an agent is sim...

Read More

Sruchika Bhaskar / Others / #LLM / #Local LLM / #mistral ai / #ollama / 30 Jan 2026

A Beginner’s Guide to Building a Local LLM App with Python

Introduction:    Running large language models (LLMs) locally is a great way to develop private, low-latency applications without depending on cloud APIs. However, beginners often run into installation and resource issues when trying to run LLMs o...

Read More