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

API approach to find On Hand Quantity of an Item

  • by Shailender Thallam
  • December 31, 2014
  • 1 Comment

Below script is useful in finding On hand quantity accurately using Oracle Standard API INV_QUANTITY_TREE_PUB.QUERY_QUANTITIES. This script is tested in R12.1.3 instance. 1 2 3… Read More »API approach to find On Hand Quantity of an Item

What is the Difference between Available to Reserve & Available to Transact

  • by Shailender Thallam
  • December 31, 2014December 31, 2014
  • 2 Comments

Available to Transact = Quantity already reserved and ready to transact Available to Reserve = (Total Quantity in Reservable Subinventory) – (Total Quantity of the… Read More »What is the Difference between Available to Reserve & Available to Transact

What is BULK COLLECT? How and Why do we need to use it?

  • by Shailender Thallam
  • December 31, 2014September 10, 2015

Before understanding about BULK COLLECT, lets see how a PL/SQL code is executed. Oracle uses two engines to process PL/SQL code. All procedural code is… Read More »What is BULK COLLECT? How and Why do we need to use it?

Frequently asked SQL Interview Questions on EMP, DEPT table

  • by Shailender Thallam
  • December 30, 2014December 31, 2014
  • 2 Comments

Click on the question to see the answer How to display 9th record from EMP table? HOW TO DISPLAY 5 TO 7 ROWS FROM A… Read More »Frequently asked SQL Interview Questions on EMP, DEPT table

Top PL/SQL Interview Questions with Answers

  • by Shailender Thallam
  • December 30, 2014July 19, 2020
  • 4 Comments

    Click on the question to see the answer Basic PL/SQL Interview Questions Difference between Syntax and Runtime errors in PL/SQL?? Explain what is… Read More »Top PL/SQL Interview Questions with Answers

Why cant we use SQLERRM and SQLCODE in INSERT Statement?

  • by Shailender Thallam
  • December 27, 2014December 28, 2014
  • 1 Comment

Yes! We all know that cannot use SQLCODE, SQLERRM in INSERT Statement! but why?? SQLCODE, SQLERRM are predefined functions which are useful in Exception handling.… Read More »Why cant we use SQLERRM and SQLCODE in INSERT Statement?

FND_GLOBAL and FND_PROFILE: Import List of System Global values

  • by Shailender Thallam
  • December 24, 2014December 21, 2016
  • 2 Comments

We can find values of System global values using FND_PROFILE and FND_GLOBAL FND_PROFILE To manipulate values stored in client and server user profile caches.Any changes… Read More »FND_GLOBAL and FND_PROFILE: Import List of System Global values

XML Publisher Interview Questions with Answers

  • by Shailender Thallam
  • December 14, 2014July 19, 2020
  • 1 Comment

  Click on the question to see the answer   What is XML Publisher? What is the difference between XML publisher and BI Publisher? What… Read More »XML Publisher Interview Questions with Answers

MD50, MD70 and MD120 Templates – Free Download

  • by Shailender Thallam
  • December 14, 2014December 19, 2014
  • 4 Comments

AIM (Application Implementation Methodology) Documents Oracle A.I.M. Methodology encompasses a project management methodology with documentation templates that support the life cycle of an implementation. The… Read More »MD50, MD70 and MD120 Templates – Free Download

How to Schedule a concurrent program from Backend

  • by Shailender Thallam
  • December 10, 2014

We can use the same fnd_request.submit_request API which we use to submit a program for scheduling a program too. The only difference is the value… Read More »How to Schedule a concurrent program from Backend

  • « Previous
  • 1
  • …
  • 10
  • 11
  • 12
  • 13
  • 14
  • …
  • 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.