What does FND mean?

Hi All,
Can anyone please let me know what exactly does FND mean in Oracle Apps.
Also what are the basic FND tables commonly used or needed by a developer.
Regards,
Shruti

Hi shruthi,
We are DBAs here. And the tables we use may be different from what you need. But any way see these.
SELECT application_id,
table_id,
table_name,
user_table_name,
description
FROM fnd_tables
WHERE table_name LIKE UPPER('%&table_name%');
Note: Enter the table_name for which you want to find out details. You can put
application_id to filter tables.
Reference: [Taken from http://oracleappstechnology.blogspot.com/2009/02/good-queries-on-fnd-tables-for-apps11i.html]
Please see this, If its helpful.
http://www.blogcatalog.com/blog/knoworacle/8b60656ab24e8ea7a98f241fe2ba746d
http://freshers-oracleapplications.blogspot.com/2008/09/fnd-tables.html
http://www.club-oracle.com/articles/oracle-apps-fnd-and-concurrent-manager-key-tables-267/
Regards
Taher

Similar Messages

Maybe you are looking for