Search Results get help with file explorer in windows
The FND_TABLES
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a fundamental data dictionary table within the Applications Object Library (FND) module. It serves as a repository for metadata about database tables used across various EBS modules, enabling the system to maintain structural and referential integrity. This table is critical for runtime operations, patch applications, and upgrade processes, as it provides a centralized reference for table definitions, ownership, and relationships.
Structure and Key Columns
TheFND_TABLES
table contains essential columns that define table properties and their associations:
- APPLICATION_ID: Identifies the EBS application (e.g., GL, AP) that owns the table.
- TABLE_ID: A unique numeric identifier for the table within the EBS ecosystem.
- TABLE_NAME: The physical name of the database table (e.g.,
GL_JE_HEADERS
). - BASE_TABLE_NAME: Used for views or synonyms to reference the underlying base table.
- DESCRIPTION: A human-readable description of the table's purpose.
- ENABLED_FLAG: Indicates whether the table is active (
Y
) or disabled (N
). - LAST_UPDATE_DATE and LAST_UPDATED_BY: Audit columns tracking metadata changes.
Functional Role in EBS
- Metadata Management:
FND_TABLES
acts as a registry for all EBS tables, ensuring consistency during installations, upgrades, and patches. It helps the AutoPatch utility validate table structures before applying DDL changes. - Dependency Tracking: The table maintains relationships with other objects like views, indexes, and triggers through related FND objects (e.g.,
FND_VIEWS
,FND_INDEXES
). - Multi-Org Access Control (MOAC): For tables supporting Multi-Org architecture, additional columns like
MULTI_ORG_FLAG
determine partitioning behavior. - Performance Optimization: Tools like Oracle Applications Manager (OAM) leverage this metadata to generate diagnostics and tuning recommendations.
Integration with Other FND Objects
The table interacts closely with:- FND_COLUMNS: Stores column-level metadata linked via
TABLE_ID
. - FND_PRIMARY_KEYS: Defines primary key constraints for registered tables.
- FND_FOREIGN_KEYS: Manages referential integrity constraints between tables.
Technical Considerations
- Indexing: The table is indexed on
TABLE_ID
,TABLE_NAME
, andAPPLICATION_ID
for fast lookups. - Customizations: Custom tables added to EBS should be registered in
FND_TABLES
to ensure proper integration with EBS utilities. - Upgrade Impact: During upgrades to 12.2.x, Oracle's Online Patching (ADOP) uses this table to manage edition-based redefinition objects.
Example Use Case
When a custom concurrent program accesses theAP_INVOICES
table, EBS runtime checks FND_TABLES
to:
- Validate the table's existence and accessibility.
- Enforce Multi-Org security filters if applicable.
- Log metadata for debugging in
FND_LOG_MESSAGES
.
Conclusion
TheFND_TABLES
table is a cornerstone of Oracle EBS's metadata framework, providing vital table definitions that drive application functionality, security, and maintenance operations. Its design ensures extensibility for custom objects while maintaining rigorous standards for Oracle-delivered tables. Administrators and developers must understand its structure to troubleshoot metadata issues or extend EBS functionality effectively.
-
Lookup Type: FND_FILE_CHAR_SET
12.1.1
product: FND - Application Object Library , meaning: File Character Set ,
-
Lookup Type: FND_FILE_CHAR_SET
12.2.2
product: FND - Application Object Library , meaning: File Character Set ,
-
File: AF11LOGINSEC.pdf
12.1.1
product: FND - Application Object Library , size: 5.756 KBytes , file_type: PDF Diagram ,
-
File: AF11KEYFLEX.pdf
12.1.1
product: FND - Application Object Library , size: 6.428 KBytes , file_type: PDF Diagram ,
-
File: FND_Tables.html
12.1.1
product: FND - Application Object Library , size: 9.851 MBytes , file_type: HTML Report , description: FND_Tables.html is an html report that documents the table and view definitions for the FND product. ,
-
File: AF11FUNCTIONSEC.pdf
12.1.1
product: FND - Application Object Library , size: 4.979 KBytes , file_type: PDF Diagram ,
-
File: AF11ATTACHMENT.pdf
12.1.1
product: FND - Application Object Library , size: 5.25 KBytes , file_type: PDF Diagram ,
-
File: AF11DESCRFLEX.pdf
12.2.2
product: FND - Application Object Library , size: 4.742 KBytes , file_type: PDF Diagram ,
-
File: AF11ATTACHMENT.pdf
12.2.2
product: FND - Application Object Library , size: 5.25 KBytes , file_type: PDF Diagram ,
-
File: AF11CURCLANG.pdf
12.2.2
product: FND - Application Object Library , size: 4.636 KBytes , file_type: PDF Diagram ,
-
File: AF11WORKFLOW.pdf
12.1.1
product: FND - Application Object Library , size: 7.228 KBytes , file_type: PDF Diagram ,
-
File: AF11PROFILES.pdf
12.1.1
product: FND - Application Object Library , size: 5.261 KBytes , file_type: PDF Diagram ,
-
File: AF11DOCSEQ.pdf
12.1.1
product: FND - Application Object Library , size: 4.722 KBytes , file_type: PDF Diagram ,
-
File: AF11CURCLANG.pdf
12.1.1
product: FND - Application Object Library , size: 4.636 KBytes , file_type: PDF Diagram ,
-
File: FNDProduct_Dependencies.html
12.2.2
product: FND - Application Object Library , size: 168.764 KBytes , file_type: HTML Report , description: FNDProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the FND product. ,
-
File: AF11VALUESETS.pdf
12.2.2
product: FND - Application Object Library , size: 6.138 KBytes , file_type: PDF Diagram ,
-
File: AF11PROFILES.pdf
12.2.2
product: FND - Application Object Library , size: 5.261 KBytes , file_type: PDF Diagram ,
-
File: FND_Tables.html
12.2.2
product: FND - Application Object Library , size: 6.969 MBytes , file_type: HTML Report , description: FND_Tables.html is an html report that documents the table and view definitions for the FND product. ,
-
File: AF11DOCSEQ.pdf
12.2.2
product: FND - Application Object Library , size: 4.722 KBytes , file_type: PDF Diagram ,
-
File: AF11VALUESETS.pdf
12.1.1
product: FND - Application Object Library , size: 6.138 KBytes , file_type: PDF Diagram ,
-
File: AF11ADTABLES.pdf
12.1.1
product: FND - Application Object Library , size: 5.114 KBytes , file_type: PDF Diagram ,
-
File: AF11AUDITTRAIL.pdf
12.1.1
product: FND - Application Object Library , size: 4.08 KBytes , file_type: PDF Diagram ,
-
File: FNDProduct_Dependencies.html
12.1.1
product: FND - Application Object Library , size: 249.948 KBytes , file_type: HTML Report , description: FNDProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the FND product. ,
-
File: AF11WORKFLOW.pdf
12.2.2
product: FND - Application Object Library , size: 7.228 KBytes , file_type: PDF Diagram ,
-
File: FND_Dependencies.html
12.2.2
product: FND - Application Object Library , size: 1.294 MBytes , file_type: HTML Report , description: FND_Dependencies.html is an html report that documents dependencies to tables and views in the FND product. ,
-
File: AF11ADTABLES.pdf
12.2.2
product: FND - Application Object Library , size: 5.114 KBytes , file_type: PDF Diagram ,
-
File: AF11DESCRFLEX.pdf
12.1.1
product: FND - Application Object Library , size: 4.742 KBytes , file_type: PDF Diagram ,
-
File: FND_Dependencies.html
12.1.1
product: FND - Application Object Library , size: 1.66 MBytes , file_type: HTML Report , description: FND_Dependencies.html is an html report that documents dependencies to tables and views in the FND product. ,
-
File: AF11LOGINSEC.pdf
12.2.2
product: FND - Application Object Library , size: 5.756 KBytes , file_type: PDF Diagram ,
-
File: AF11KEYFLEX.pdf
12.2.2
product: FND - Application Object Library , size: 6.428 KBytes , file_type: PDF Diagram ,
-
File: AF11FUNCTIONSEC.pdf
12.2.2
product: FND - Application Object Library , size: 4.979 KBytes , file_type: PDF Diagram ,
-
File: AF11AUDITTRAIL.pdf
12.2.2
product: FND - Application Object Library , size: 4.08 KBytes , file_type: PDF Diagram ,
-
Lookup Type: FND_ISO_CHARACTER_SET_MAP
12.1.1
product: FND - Application Object Library , meaning: FND_ISO_CHARACTER_SET_MAP , description: This lookup is for Oracle to IANA character set mapping although there is ISO in it's name. ,
-
Lookup Type: FND_ISO_CHARACTER_SET_MAP
12.2.2
product: FND - Application Object Library , meaning: FND_ISO_CHARACTER_SET_MAP , description: This lookup is for Oracle to IANA character set mapping although there is ISO in it's name. ,
-
Lookup Type: FND_IANA_CHARACTER_SETS
12.1.1
product: FND - Application Object Library , meaning: IANA Character sets , description: IANA Character sets for ICX:Client IANA Encoding profile option. This list does not cover all character sets commonly used and registerd in IANA. ,
-
Lookup Type: FND_IANA_CHARACTER_SETS
12.2.2
product: FND - Application Object Library , meaning: IANA Character sets , description: IANA Character sets for ICX:Client IANA Encoding profile option. This list does not cover all character sets commonly used and registerd in IANA. ,
-
Lookup Type: FND_CLIENT_CHARACTER_SETS
12.2.2
product: FND - Application Object Library , meaning: Native Client Character sets , description: Native Client Character sets for FND_NATIVE_CLIENT_ENCODING profile option. ,
-
Lookup Type: FND_CLIENT_CHARACTER_SETS
12.1.1
product: FND - Application Object Library , meaning: Native Client Character sets , description: Native Client Character sets for FND_NATIVE_CLIENT_ENCODING profile option. ,
-
Lookup Type: FND_IANA_TO_ORACLE_CHARSET_MAP
12.1.1
product: FND - Application Object Library , meaning: FND_IANA_TO_ORACLE_CHARSET_MAP , description: This lookup is for IANA to Oracle character set mapping. ,
-
File: R115 AOL AF11WORKFLOW_EVENTSYSTEM.pdf
12.2.2
product: FND - Application Object Library , size: 10.573 KBytes , file_type: PDF Diagram ,
-
File: Concurrent Requests ERD.pdf
12.2.2
product: FND - Application Object Library , size: 7.034 KBytes , file_type: PDF Diagram ,
-
File: R11510 Workflow ERD.pdf
12.1.1
product: FND - Application Object Library , size: 25.183 KBytes , file_type: PDF Diagram ,
-
File: R11510 Workflow ERD.pdf
12.2.2
product: FND - Application Object Library , size: 25.183 KBytes , file_type: PDF Diagram ,
-
File: R115 AOL AF11WORKFLOW_EVENTSYSTEM.pdf
12.1.1
product: FND - Application Object Library , size: 10.573 KBytes , file_type: PDF Diagram ,
-
File: R11510 User Management.PDF
12.1.1
product: FND - Application Object Library , size: 28.336 KBytes , file_type: PDF Diagram ,
-
File: Concurrent Processing ERD.pdf
12.1.1
product: FND - Application Object Library , size: 7.324 KBytes , file_type: PDF Diagram ,
-
File: Concurrent Processing ERD.pdf
12.2.2
product: FND - Application Object Library , size: 7.324 KBytes , file_type: PDF Diagram ,
-
Lookup Type: FND_IANA_TO_ORACLE_CHARSET_MAP
12.2.2
product: FND - Application Object Library , meaning: FND_IANA_TO_ORACLE_CHARSET_MAP , description: This lookup is for IANA to Oracle character set mapping. ,
-
File: Concurrent Requests ERD.pdf
12.1.1
product: FND - Application Object Library , size: 7.034 KBytes , file_type: PDF Diagram ,
-
File: R1159 CRM Overview ERD.pdf
12.1.1
product: FND - Application Object Library , size: 117.375 KBytes , file_type: PDF Diagram ,