EBS Technical

Data template in Oracle BI Publisher 10g

Introduction Customer has given a requirement to develop the report in OBIP. While developing it, the developer came to know two datasets of SQL queries required to complete the report.…

Read More

DBF file Generate in Oracle Directory Using Oracle PL/SQL.

Introduction The customer asks us to generate a database file format report in oracle directory itself; from there customer will download the report.   Step 1: Call the PL/SQL procedure to…

Read More

Generate CSV file in Oracle Directory Using Oracle PL/SQL

Introduction The customer asks us to generate excel report in oracle directory itself; from there customer will download the report. The report should be in the format of CSV.  …

Read More

Multiple sheet excel report template generation in Oracle BI Publisher 10g

Introduction This post is about how to create a template for generating multiple sheet excel in Oracle BI Publisher 10g.   Template Creation – EXCEL Step 1: Excel contains the below…

Read More

Performance Using hint

Introduction This post is about Performance Using hint in Oracle EBS R12.   The issue was due to joins across remote sites where oracle optimizer might Wrongly choose the driving site. This can be resolved by using driving site hint. It is always good to do all manipulations in one site and fetch the final Results to the target site. QUERY EXECUTED IN DATABASE 2 Select t1.column1, t2.column2, t2.column3 From table1 t1, xxsc.table2@db1todb2 t2 Where t1.column1 = t2.column1 Query, which was taking…

Read More

Extract for Payments – Check and EFT

Introduction This Post illustrates the steps required to Extract for Payments – Check and  EFT in Oracle EBS R12.   Script to used for  Extract for Payments – Check and…

Read More

SQL to Find Employee – Supervisor Hierarchy details

Introduction The Purchase order or Requisitions are not valid unless it is approved. In any of the procurement process, most of the issues occur in the approval of the purchasing…

Read More

Load XML data into Oracle table

Description: The XmlDocument class is an in-memory representation of an XML document. It implements the W3C XML Document Object Model (DOM) Level 1 Core and the Core DOM Level 2.     Steps to Load…

Read More

Form Personalization to modify the LOV of a Field

Introduction To Change the LOV of the “Tax Category” field in the “Enter transaction India Localization” form In oracle EBS R12   Navigation: AR Super User > India Local Receivables > Transactions > Transactions (Localized) Double Click it to…

Read More

Insert Run Report in Excel for Apps

Introduction This Post illustrates the steps required to Insert Run functionality is used to return the sum, count, max, etc. for the datapoint(columns) in the E4A Report. The value will…

Read More