EBS中常用的FND表

FND stands for foundation tables which is combination of AOL(Application Object Library), SYSTEM, ADMINISTRATOR, MODULES tables and is placed under FND_TOP. Below i have listed few key FND tables that along with the little description of what is it used for :

FND_APPLICATION: 这个表,存储了所有应用产品的信息,每个产品一条记录 Storesapplications registered with Oracle Application Object Library.

**FND_APPLICATION_TL:**TL表,跟语言相关,每多添加一种语言,该表的行数就就有FND_APPLICATION的几倍。Stores translated information about all the applications registered with Oracle Application Object Library.

**FND_APP_SERVERS:**分别显示数据库server、应用server。This table will track the servers used by the E-Business Suite system.

**FND_DATABASES:**存储的是数据库的信息。It tracks the databases employed by the eBusiness suite. This table stores information about the database that is not instance specific.

**FND_DATABASE_INSTANCES:**Stores instance specific information. Every database has one or more instance.

**FND_ATTACHED_DOCUMENTS:**Stores information relating a document to an application entity.

**FND_DOCUMENTS:**Stores language-independent information about a document.

**FND_CURRENCIES:**Stores information about currencies.关于货币的表,好像可以自己定义。

**FND_LANGUAGES:**Stores information regarding languages and dialects.关于语言信息的表。跟本实例没有关系,所有环境应该都是一样的。

**FND_TERRITORIES:**Stores information for countries, alternatively known as territories.关于国家的表。跟本实例没有关系,所有环境应该都是一样的。

**FND_CONCURRENT_PROCESSES:**Stores information about concurrent managers.

**FND_CONCURRENT_PROCESSORS:**Stores information about immediate (subroutine) concurrent program libraries.

**FND_CONCURRENT_PROGRAMS:**Stores information about concurrent programs. Each row includes a name and description of the concurrent program.并发程序的id、名称、更改时间等信息。

**FND_CONCURRENT_PROGRAMS_TL:**Stores translated information about concurrent programs in each of the installed languages.根据语言,并发程序的id、名称、更改时间等信息。

**FND_CONCURRENT_QUEUES:**Stores information about concurrent managers.每个并发管理器(并发队列)的信息,包括客户自己定义的并发管理器。

**FND_CONCURRENT_QUEUE_SIZE:**Stores information about the number of requests a concurrent manager can process at once, according to its work shift.每个并发管理器可以同时处理并发程序的个数。

**FND_CONCURRENT_REQUESTS:**Stores information about individual concurrent requests.单个并发请求的信息,包括请求id、请求名,请求状态

**FND_CONCURRENT_REQUEST_CLASS:**Stores information about concurrent request types.(好像一直是空的)

**FND_CONC_REQ_OUTPUTS:**This table stores output files created by Concurrent Request.并发请求产生的文件,比如pdf的,rtf的,excel的等等。

**FND_EXECUTABLES:**Stores information about concurrent program executables.

相关推荐
jamison_111 天前
文心一言与 DeepSeek 的竞争分析:技术先发优势为何未能转化为市场主导地位?
人工智能·ai·chatgpt·gpt-3·1024程序员节
NaZiMeKiY12 天前
HTML5前端第六章节
前端·html·html5·1024程序员节
jamison_116 天前
颠覆未来:解锁ChatGPT衍生应用的无限可能(具体应用、功能、付费模式与使用情况)
ai·chatgpt·1024程序员节
NaZiMeKiY21 天前
HTML5前端第七章节
1024程序员节
earthzhang202125 天前
《Python深度学习》第四讲:计算机视觉中的深度学习
人工智能·python·深度学习·算法·计算机视觉·numpy·1024程序员节
明明真系叻1 个月前
2025.3.2机器学习笔记:PINN文献阅读
人工智能·笔记·深度学习·机器学习·1024程序员节·pinn
bitenum1 个月前
【C++/数据结构】队列
c语言·开发语言·数据结构·c++·青少年编程·visualstudio·1024程序员节
IT学长编程1 个月前
计算机毕业设计 基于SpringBoot的智慧社区管理系统的设计与实现 Java实战项目 附源码+文档+视频讲解
java·spring boot·后端·毕业设计·课程设计·论文笔记·1024程序员节
qq_382391332 个月前
WPF框架学习
学习·wpf·1024程序员节
✿ ༺ ོIT技术༻2 个月前
Linux:TCP和守护进程
linux·运维·服务器·网络·tcp/ip·1024程序员节