Search Results open swf file
The GMA_Tables.html file in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical metadata document that defines the structure and relationships of tables within the Global Accounting Engine (GMA) module. GMA is a core component of Oracle EBS Financials, designed to streamline accounting processes by automating journal entries, supporting multi-GAAP compliance, and enabling centralized accounting rules management. This HTML file serves as a technical reference for developers, functional consultants, and database administrators working with the GMA module, providing insights into table schemas, primary keys, foreign keys, and column attributes.
Key Components of GMA_Tables.html
The document typically contains:- Table Definitions: Comprehensive listings of GMA-related tables such as
GMA_ACCT_ENTRIES
,GMA_ACCT_RULES
,GMA_EVENT_TYPES
, andGMA_JOURNALS
, detailing their purpose in the accounting workflow. - Column Specifications: For each table, it enumerates columns with data types (VARCHAR2, NUMBER, DATE), lengths, null constraints, and default values.
- Index Structures: Information about performance-optimizing indexes, including unique indexes for data integrity and non-unique indexes for query performance.
- Foreign Key Relationships: Diagrams or listings showing how tables interrelate (e.g.,
GMA_JOURNAL_LINES
referencingGMA_JOURNALS
).
Technical Significance
In EBS 12.1.1 and 12.2.2, this file aids in:- Customization: Developers reference it to extend GMA functionality by creating custom PL/SQL packages or triggers that interact with GMA tables.
- Data Migration: During upgrades or data conversions, the document helps map legacy data to GMA table structures.
- Troubleshooting: Support teams use it to diagnose issues like constraint violations or missing mandatory columns.
- Performance Tuning: DBAs analyze table structures to optimize SQL queries or partition large tables like
GMA_ACCT_ENTRIES
.
Version-Specific Considerations
Between 12.1.1 and 12.2.2, differences may include:- New Tables: 12.2.2 might introduce tables for enhanced features like subledger accounting or REST API integrations.
- Column Additions: Additional columns in existing tables to support new attributes or regulatory requirements.
- Index Changes: Modified indexing strategies reflecting Oracle's shift to In-Memory Column Store in later versions.
Practical Usage Examples
- Journal Entry Automation: The
GMA_JOURNALS
table structure reveals required fields for programmatically generating journals via APIs. - Rule Extensions: Adding custom conditions to accounting rules requires understanding the
GMA_ACCT_RULES
table's predicate columns. - Audit Reporting: The
GMA_AUDIT_TRAIL
table's schema guides creation of compliance reports.
Best Practices
When using GMA_Tables.html:- Always verify against the specific EBS version's
ALL_TABLES
data dictionary view for potential patches or customizations. - Follow Oracle's modular architecture—avoid direct DML on GMA tables; use public APIs like
GMA_ACCT_PUB
. - Document any deviations from standard table usage for future maintenance.
-
File: GMA_11i_Organizations.pdf
12.1.1
product: GMA - Process Manufacturing Systems , size: 14.371 KBytes , file_type: PDF Diagram ,
-
File: GMA_11i_Purge_and_Archive.pdf
12.2.2
product: GMA - Process Manufacturing Systems , size: 14.833 KBytes , file_type: PDF Diagram ,
-
File: GMA_11i_Unit_of_Measure.pdf
12.1.1
product: GMA - Process Manufacturing Systems , size: 12.339 KBytes , file_type: PDF Diagram ,
-
File: GMAProduct_Dependencies.html
12.2.2
product: GMA - Process Manufacturing Systems , size: 21.655 KBytes , file_type: HTML Report , description: GMAProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the GMA product. ,
-
File: GMA_11i_Lookups.pdf
12.2.2
product: GMA - Process Manufacturing Systems , size: 13.127 KBytes , file_type: PDF Diagram ,
-
File: GMA_11i_Unit_of_Measure.pdf
12.2.2
product: GMA - Process Manufacturing Systems , size: 12.339 KBytes , file_type: PDF Diagram ,
-
File: GMA_11i_Documents.pdf
12.2.2
product: GMA - Process Manufacturing Systems , size: 28.074 KBytes , file_type: PDF Diagram ,
-
File: GMA_Tables.html
12.2.2
product: GMA - Process Manufacturing Systems , size: 291.776 KBytes , file_type: HTML Report , description: GMA_Tables.html is an html report that documents the table and view definitions for the GMA product. ,
-
File: GMA_11i_Documents.pdf
12.1.1
product: GMA - Process Manufacturing Systems , size: 28.074 KBytes , file_type: PDF Diagram ,
-
File: GMA_Tables.html
12.1.1
product: GMA - Process Manufacturing Systems , size: 294.589 KBytes , file_type: HTML Report , description: GMA_Tables.html is an html report that documents the table and view definitions for the GMA product. ,
-
File: GMA_Dependencies.html
12.2.2
product: GMA - Process Manufacturing Systems , size: 86.38 KBytes , file_type: HTML Report , description: GMA_Dependencies.html is an html report that documents dependencies to tables and views in the GMA product. ,
-
File: GMA_11i_Organizations.pdf
12.2.2
product: GMA - Process Manufacturing Systems , size: 14.371 KBytes , file_type: PDF Diagram ,
-
File: GMA_11i_Lookups.pdf
12.1.1
product: GMA - Process Manufacturing Systems , size: 13.127 KBytes , file_type: PDF Diagram ,
-
File: GMAProduct_Dependencies.html
12.1.1
product: GMA - Process Manufacturing Systems , size: 23.067 KBytes , file_type: HTML Report , description: GMAProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the GMA product. ,
-
File: GMA_11i_Purge_and_Archive.pdf
12.1.1
product: GMA - Process Manufacturing Systems , size: 14.833 KBytes , file_type: PDF Diagram ,
-
File: GMA_Dependencies.html
12.1.1
product: GMA - Process Manufacturing Systems , size: 89.54 KBytes , file_type: HTML Report , description: GMA_Dependencies.html is an html report that documents dependencies to tables and views in the GMA product. ,
-
File: GMA_11i9_Administration ERD.pdf
12.2.2
product: GMA - Process Manufacturing Systems , size: 22.588 KBytes , file_type: PDF Diagram ,
-
File: GMA_11i9_Administration ERD.pdf
12.1.1
product: GMA - Process Manufacturing Systems , size: 22.588 KBytes , file_type: PDF Diagram ,
-
File: GMA_11i_Language and Text.pdf
12.2.2
product: GMA - Process Manufacturing Systems , size: 14.975 KBytes , file_type: PDF Diagram ,
-
File: GMA_11i_Language and Text.pdf
12.1.1
product: GMA - Process Manufacturing Systems , size: 14.975 KBytes , file_type: PDF Diagram ,