Monday, October 8, 2012

Query to find the application id of a product in Oracle Applications

SELECT application_id,
  application_name
FROM fnd_application_tl
WHERE application_name ='Trade Management';

3 comments:

  1. I found the content on this website to be informative and well-written. I learned a lot from it.

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete