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 for UOM Conversion

  • by Shailender Thallam
  • June 30, 2014November 4, 2014

A unit of measure conversion is a mathematical relationship between two different units of measure. For example, 12 Each = 1 Dozen. If you want… Read More »API for UOM Conversion

AUTHID CURRENT_USER and AUTHID DEFINER

  • by Shailender Thallam
  • June 30, 2014May 23, 2016
  • 1 Comment

Usually in seeded objects definition we see the key words AUTHID CURRENT_USER or AUTHID DEFINER like shown in the below screen shot AUTHID clause tells… Read More »AUTHID CURRENT_USER and AUTHID DEFINER

INDIA Legislation: New State ‘Telangana’ Added in IN_STATES System Lookup

  • by Shailender Thallam
  • June 4, 2014August 3, 2014

With effect from June 02, 2014 the new state of Telangana will be operational in the Indian Union. Details of the new state are explained… Read More »INDIA Legislation: New State ‘Telangana’ Added in IN_STATES System Lookup

FNDLOAD for Multilingual/Territory

  • by Shailender Thallam
  • May 26, 2014May 30, 2014
  • 4 Comments

FNDLOAD usually downloads LDT file based on the application specific default language (most of the cases default language would be ‘US’). Some time we end… Read More »FNDLOAD for Multilingual/Territory

How to use Oracle Message Dictionary – FND MESSAGES

  • by Shailender Thallam
  • May 26, 2014August 3, 2014

Oracle Message Dictionary provides flexibility to store pre-formatted text as part of its catalog to display them as error/warning/note messages in Forms, Log Files, OAF… Read More »How to use Oracle Message Dictionary – FND MESSAGES

How to install and setup JDeveloper for OAF

  • by Shailender Thallam
  • April 22, 2014April 23, 2014

Find Out the Right version Not all versions of JDeveloper tool is compatible with any version of Oracle E-Business Suite, so we need to find… Read More »How to install and setup JDeveloper for OAF

Making a DFF read only through custom.pll

  • by Shailender Thallam
  • April 11, 2014
  • 1 Comment

We can make a DFF read only through Custom.pll by using a seeded procedure ‘FND_DESCR_FLEX.UPDATE_DEFINITION’. Here is the syntax of the procedure: FND_DESCR_FLEX.UPDATE_DEFINITION( /* Arguments… Read More »Making a DFF read only through custom.pll

Making a DFF Segment read only through ‘Special’ type of Value Set

  • by Shailender Thallam
  • April 7, 2014January 4, 2017
  • 9 Comments

We can make a DFF segment read only by restricting the segment with a valuset of ‘Special’ type. Steps to create ‘Special’ type of value… Read More »Making a DFF Segment read only through ‘Special’ type of Value Set

Permanent SOLUTION for “FRM-92095: Oracle JInitiator version too low.” Error in EBS Environments

  • by Shailender Thallam
  • April 4, 2014April 4, 2014

To resolve “FRM-92095: Oracle JInitiator version too low.” error please follow the below steps: Go to start and search for ‘Configure Java’ Go to the… Read More »Permanent SOLUTION for “FRM-92095: Oracle JInitiator version too low.” Error in EBS Environments

SQL Query to findout Profile Option Values

  • by Shailender Thallam
  • February 17, 2014February 17, 2014

/********************************************************* *PURPOSE: To find out profile option Values * *AUTHOR: Shailender Thallam * **********************************************************/ SELECT DISTINCT POT.PROFILE_OPTION_NAME "PROFILE_CODE" , POT.USER_PROFILE_OPTION_NAME "PROFILE_NAME" , DECODE (a.profile_option_value ,… Read More »SQL Query to findout Profile Option Values

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