Yearly Archives: 2023

DISPLAYING LATITUDE AND LONGITUDE BY POINTING THE LOCATION

INTRODUCTION: Maps are introduced in oracle apex to show the exact locations and information in a simple way. In this blog, we are displaying the latitude and longitude by pointing…

Read More

Item Where Used Extract Query

Introduction:   This SQL query is used to fetching the data of FG Items where used details like  Component Item, Component Item Description, Parent ,Parent Item Description, Item Seq, Effettivity…

Read More

Bill of Materials Explosion Extract Query

Introduction:   This SQL query is used to fetching the data of Bill of Materials Explosion details like Order Level, Root Assembly, Assembly Item, Assembly Item Description, Assembly Item Type,…

Read More

Query to find the Legal Entity, Organization, Company Code in Oracle Apps EBS.

  Intro:-This script will provide all related Bom Routing department details.  Code:-  SELECT         xep.legal_entity_id        “Legal Entity ID”,         xep.name                   “Legal Entity”,         hr_outl.name               “Organization Name”,         hr_outl.organization_id    “Organization ID”, …

Read More

Query to find Form Personalization in Oracle apps

      Intro:-This script will provide all related Form Personalization details.  Code:-  SELECT ffv.form_id          “Form ID”,         ffv.form_name        “Form Name”,         ffv.user_form_name   “User Form Name”,         ffv.description      “Form Description”,        …

Read More

Query to get the executable details for the concurrent program or package And Query to get the Concurrent Program’s and their Request Groups

1-) Query to get the executable details for the concurrent program or package Introduction:  This query is used to fetch the user concurrent program name, concurrent program name, executable id…

Read More

Query to display the customer name and customer address details

Introduction: This query is used to fetch the data of customer name and also the details like the account number, addresses, city, country, postal code and customer account id. In…

Read More

Roles and Role Types

roles-and-role-typesroles-and-role-types

Read More

Customer Contact Extraction Query in Fusion FSCM

Introduction:   This SQL query is used to fetching the data of Customer contact details like Customer Name, Contact Name, Email Address Contact Number and Dunning Letters etc… In this…

Read More

Customer CIF Extraction Query in Fusion FSCM

Introduction:   This SQL query is used to fetching the data of Customer CIF information to identify whether we have any duplicate CIF numbers exists or not.   Cause of…

Read More