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

SQL Query to find Status of Inventory Accounting Periods

  • by Shailender Thallam
  • December 10, 2014

Here is the query to find out the status of Inventory Accounting Periods from back end: SELECT ood.organization_id "Organization ID" , ood.organization_code "Organization Code" ,… Read More »SQL Query to find Status of Inventory Accounting Periods

SQL Query to find Status of GL and PO Accounting Periods

  • by Shailender Thallam
  • December 10, 2014December 10, 2014

Here is the query to find out the status of GL and PO Accounting Periods from back end: SELECT sob.name "Set of Books" , fnd.product_code… Read More »SQL Query to find Status of GL and PO Accounting Periods

Difference between Valuesets and Lookups

  • by Shailender Thallam
  • December 9, 2014

This is yet another post for Oracle Apps beginners! Difference 1 Value sets can be attached to parameters of a concurrent program or to a… Read More »Difference between Valuesets and Lookups

What is the role of a Technical Consultant in Support and Implementation Project?

  • by Shailender Thallam
  • December 8, 2014January 3, 2015
  • 1 Comment

This is a common question for a every fresher. To help them, here in this post I have summarized in few points which I am… Read More »What is the role of a Technical Consultant in Support and Implementation Project?

Workflow Error: Process must contain at least one end activity

  • by Shailender Thallam
  • December 8, 2014

Usually this error occurs when the End activity node is not set to ‘End’ which is by default in ‘Normal’ state. Here are the steps… Read More »Workflow Error: Process must contain at least one end activity

Workflow Error: Process must contain a start activity with no ‘in’ transitions

  • by Shailender Thallam
  • December 8, 2014December 8, 2014

Usually this error occurs when the start activity node is not set to start which is by default in ‘Normal’ state. Here are the steps… Read More »Workflow Error: Process must contain a start activity with no ‘in’ transitions

DB Link in Oracle SQL

  • by Shailender Thallam
  • December 7, 2014

A database link is a path through which a remote user in another database can connect to any other database. Once created the database link… Read More »DB Link in Oracle SQL

How to migrate Business Events and their Subscriptions

  • by Shailender Thallam
  • November 16, 2014
  • 1 Comment

Oracle has provided a WFXLoad utility to download Business Event definitions from a database in to a flat XML file. WFXLoad utility works with adjava… Read More »How to migrate Business Events and their Subscriptions

All about JDR_UTILS – An API to explore OAF metadata

  • by Shailender Thallam
  • November 8, 2014

JDR_UTILS is a PL/SQL package which has procedures and functions to query OA Framework personalizations/customizations present in OA Framework metadata in the MDS repository. Here… Read More »All about JDR_UTILS – An API to explore OAF metadata

How to make a Concurrent Program WAIT untill completion of another Concurrent Program execution?

  • by Shailender Thallam
  • November 4, 2014February 21, 2017
  • 1 Comment

While working on interfaces we face some requirements like submitting a concurrent program sequentially one after the other. In some scenarios we need to submit… Read More »How to make a Concurrent Program WAIT untill completion of another Concurrent Program execution?

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