Monday, March 19, 2012

Importance of FND Tables


Webserver checks that username and passwords need to authenticate against database FND_USER table.
All the information about responsibilities and corresponding applications could be found in FND_RESPONSBILITY

All the info about applications(products coul be found in FND_APPLICATION
FND_EXECUTABLES: Have all the executables.
FND_CONCURRENT_PROGRAMS: Lists the all the concurrent programs.
FND_CONCURRENT_REQUESTS :stores information about individual concurrent requests. Each row includes values that identify the particular request and its parameters, such as who submitted it, the request type, whether the request should run sequentially with other requests in the same logical database (SINGLE_THREAD_FLAG), whether the request is on hold (HOLD_FLAG), whether to display the request in the View Requests form for the request submitter to review, and what status and phase the concurrent request is in
FND_CONCURRENT_PROCESSES stores information about concurrent managers. Each row includes values that identify the ORACLE process, the operating system process, and the concurrent manager (QUEUE_APPLICATION_ID and CONCURRENT_QUEUE_ID).
FND_CONCURRENT_QUEUES
FND_CONCURRENT_QUEUE_SIZE
FND

FND_APPL_TOPS
FND_LOGINS
FND_USER
FND_DM_NODES
FND_TNS_ALIASES
FND_NODES
FND_RESPONSIBILITY
FND_DATABASES
FND_UNSUCCESSFUL_LOGINS
FND_LANGUAGES
FND_APPLICATION
FND_PROFILE_OPTION_VALUES
AD / Patches

AD_APPLIED_PATCHES
AD_PATCH_DRIVERS
AD_BUGS
AD_INSTALL_PROCESSES
AD_SESSIONS
AD_APPL_TOPS

No comments:

Post a Comment