Skip to content
  • About Me: Shailender Thallam
  • Contact
  • Oracle Apps Interview Questions
    • Ask a Question
  • About Me: Shailender Thallam
  • Contact
  • Oracle Apps Interview Questions
    • Ask a Question

XML Data of AP Check Payments – Format Payments Instructions in R12

  • by Shailender Thallam
  • May 7, 2016May 8, 2016

Generally after running Payment Process Request, we can get the XML data in the log file of ‘Format Payment Instructions with Text Output’ using which… Read More »XML Data of AP Check Payments – Format Payments Instructions in R12

Customizing Oracle Payments XML extract to include Custom XML Tags

  • by Shailender Thallam
  • May 1, 2016June 24, 2016

Oracle has provided an extensible user hook “IBY_FD_EXTRACT_EXT_PUB” to add custom tags as part of seeded payment XML extract generated by Oracle Payment process. This… Read More »Customizing Oracle Payments XML extract to include Custom XML Tags

Payables Interface Tables

  • by Shailender Thallam
  • April 7, 2016April 7, 2016

Paybles Interface Table Purpose of Table AP_INVOICES_INTERFACE AP_INVOICES_INTERFACE stores header information about invoices that you create or load for import. Invoice data comes from sources… Read More »Payables Interface Tables

Oracle Sales Orders Interface/Conversion

  • by Shailender Thallam
  • April 7, 2016

Sales Orders Interface is an open interface for entering, changing or canceling orders and returns. It can be used to bring in orders from external… Read More »Oracle Sales Orders Interface/Conversion

General Ledger Interface Tables

  • by Shailender Thallam
  • April 7, 2016April 7, 2016
  • 1 Comment

General Ledger Interface Tables Purpose of Table GL_INTERFACE GL_INTERFACE is used to import journal entry batches through Journal Import.Base Tables: GL_JE_HEADERS GL_JE_LINES GL_INTERFACE_CONTROL GL_INTERFACE_CONTROL is… Read More »General Ledger Interface Tables

SQL Query to Convert Comma separated String values to Rows

  • by Shailender Thallam
  • February 9, 2016February 9, 2016

/*********************************************************************** *PURPOSE: SQL Query to Convert Comma separated String values to Rows * *AUTHOR: Shailender Thallam * ***********************************************************************/ WITH DATA AS ( SELECT ‘word1, word2,… Read More »SQL Query to Convert Comma separated String values to Rows

Query to list Active Customers and their Sites Information

  • by Shailender Thallam
  • October 29, 2015

Here is the query to list Active Customers and their Sites Information /********************************************************** *PURPOSE: To list customers and their sites information * *AUTHOR: Shailender Thallam… Read More »Query to list Active Customers and their Sites Information

Join condition between RA_CUSTOMER_TRX_ALL and OE_ORDER_HEADERS_ALL/LINES_ALL

  • by Shailender Thallam
  • October 29, 2015October 29, 2015

Here is the query to find link of Sales Orders with their corresponding Invoices /************************************************************************** *PURPOSE: To find link of Sales Orders with their corresponding… Read More »Join condition between RA_CUSTOMER_TRX_ALL and OE_ORDER_HEADERS_ALL/LINES_ALL

API to Create Customer Contacts

  • by Shailender Thallam
  • October 29, 2015
  • 1 Comment

To create Customer Contacts we need to use a series of APIs in a sequential manner, in this post I will explain you how to… Read More »API to Create Customer Contacts

Script to Update Customer Locations – HZ_LOCATION_V2PUB.UPDATE_LOCATION

  • by Shailender Thallam
  • October 22, 2015October 22, 2015

We can use standard API HZ_LOCATION_V2PUB.UPDATE_LOCATION to update the existing customer address stored in the HZ_LOCATIONS table. /******************************************************************************** *PURPOSE: To Customer Locations information from back-end… Read More »Script to Update Customer Locations – HZ_LOCATION_V2PUB.UPDATE_LOCATION

  • « Previous
  • 1
  • …
  • 6
  • 7
  • 8
  • 9
  • 10
  • …
  • 24
  • Next »

Search on this Site

Popular Questions Asked

  • What is the difference between XML publisher and BI Publisher? asked by Questions Master
  • What is the difference between CASE and DECODE? asked by Questions Master
  • What are the different types of Sales Orders in Order Management? asked by Questions Master
  • Can you have multiple layout templates for a singe data template? asked by Questions Master
  • How to display the names of the employees who earn highest salary in their respective departments? asked by Questions Master

Categories

Recent Posts

  • Oracle ERP Cloud Instance Clone/Refresh Guidelines
  • ESS Request History with Time took to Run
  • Payload to Update AR Invoice DFF in Oracle ERP Cloud
  • Emails generated by Oracle ERP are delivered to customer/Supplier with from email address as “no-reply@oracle.com” instead of no-reply@client-DomainName.com
  • Oracle ERP Cloud SQL Query to find Bank Accounts Associated with a Supplier

OracleAppsDNA.com 2025 | All Posts on this blog are based on the views of the Author. Reproducing of articles without permission is prohibited.