Menu

Seeing Inside the Black Box: Building a Visualizer for RAG Chunks

Introduction / Issue  Anyone who has worked with a Retrieval-Augmented Generation (RAG) pipeline has run into the same frustrating moment: the model returns an answer, and somewhere behind it a…

Read More

Oracle SQL to get the Menu and Submenu list against a responsibility

SELECT FRV.responsibility_name,   fm.menu_name,   FMEV.ENTRY_SEQUENCE,   FMEV.PROMPT,   FMEV.DESCRIPTION,   SUB_MENU_FMEV.USER_MENU_NAME SUB_MENU_NAME,   SUB_MENU_FMEV.DESCRIPTION SUB_MENU_DESCRIPTION,   FFFT.USER_FUNCTION_NAME,   FMEV.GRANT_FLAG FROM apps.FND_MENU_ENTRIES_VL FMEV,   apps.FND_MENUS_TL SUB_MENU_FMEV,   APPS.FND_FORM_FUNCTIONS_TL FFFT,  …

Read More