Search Results get help with file explorer in windows
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 ,
-
Table: GEM_LOOKUP_VALUES
12.1.1
product: GMA - Process Manufacturing Systems , description: Stores the List of Values associated with Lookup Types , implementation_dba_data: Not implemented in this database ,
-
Table: GEM_LOOKUP_VALUES
12.2.2
product: GMA - Process Manufacturing Systems , description: Stores the List of Values associated with Lookup Types , implementation_dba_data: Not implemented in this database ,
-
Table: GMA_ACTDATA_WF
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.GMA_ACTDATA_WF, object_name:GMA_ACTDATA_WF, status:VALID, product: GMA - Process Manufacturing Systems , description: This table will contain the actual data of the role association .User Role association with specific set of data is stored in this table. , implementation_dba_data: GMA.GMA_ACTDATA_WF ,
-
Table: GMA_ACTDATA_WF
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.GMA_ACTDATA_WF, object_name:GMA_ACTDATA_WF, status:VALID, product: GMA - Process Manufacturing Systems , description: This table will contain the actual data of the role association .User Role association with specific set of data is stored in this table. , implementation_dba_data: GMA.GMA_ACTDATA_WF ,
-
Table: SY_UOMS_TYP
12.1.1
product: GMA - Process Manufacturing Systems , description: Unit of measure type master for Oracle Process Manufacturing products. Define unit of measure types here, which categorize Units of Measure. Synchronized with MTL_UOM_CLASSES , implementation_dba_data: Not implemented in this database ,
-
Table: SY_UOMS_TYP
12.2.2
product: GMA - Process Manufacturing Systems , description: Unit of measure type master for Oracle Process Manufacturing products. Define unit of measure types here, which categorize Units of Measure. Synchronized with MTL_UOM_CLASSES , implementation_dba_data: Not implemented in this database ,
-
Table: SY_ORGN_USR
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_USR, object_name:SY_ORGN_USR, status:VALID, product: GMA - Process Manufacturing Systems , description: Associates OPM Organizations with FND users , implementation_dba_data: GMA.SY_ORGN_USR ,
-
Table: SY_ORGN_USR
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_USR, object_name:SY_ORGN_USR, status:VALID, product: GMA - Process Manufacturing Systems , description: Associates OPM Organizations with FND users , implementation_dba_data: GMA.SY_ORGN_USR ,
-
Lookup Type: ORDER_STATUS
12.1.1
product: GMA - Process Manufacturing Systems , meaning: Sales Order Status , description: Lookup to be used with Archive and Purge ,
-
Lookup Type: ORDER_STATUS
12.2.2
product: GMA - Process Manufacturing Systems , meaning: Sales Order Status , description: Lookup to be used with Archive and Purge ,
-
Table: SY_UOMS_MST
12.2.2
product: GMA - Process Manufacturing Systems , description: Unit of measure master for Oracle Process Manufacturing. Synchronized with MTL_UNITS_OF_MEASURE and associated tables when Oracle Financials is used. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_UOMS_MST
12.1.1
product: GMA - Process Manufacturing Systems , description: Unit of measure master for Oracle Process Manufacturing. Synchronized with MTL_UNITS_OF_MEASURE and associated tables when Oracle Financials is used. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_TEXT_HDR
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_TEXT_HDR, object_name:SY_TEXT_HDR, status:VALID, product: GMA - Process Manufacturing Systems , description: Master table for creation and storage of OPM text codes associated with GMA tables. , implementation_dba_data: GMA.SY_TEXT_HDR ,
-
Table: SY_TEXT_HDR
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_TEXT_HDR, object_name:SY_TEXT_HDR, status:VALID, product: GMA - Process Manufacturing Systems , description: Master table for creation and storage of OPM text codes associated with GMA tables. , implementation_dba_data: GMA.SY_TEXT_HDR ,
-
Lookup Type: AP_STATUS
12.1.1
product: GMA - Process Manufacturing Systems , meaning: Archive and Purge Status , description: LOV to be used in Archive and Purge ,
-
Lookup Type: AP_STATUS
12.2.2
product: GMA - Process Manufacturing Systems , meaning: Archive and Purge Status , description: LOV to be used in Archive and Purge ,
-
Lookup Type: AP_TEST_STATUS
12.1.1
product: GMA - Process Manufacturing Systems , meaning: Archive and Purge Test Status , description: LOV to be used in Archive and Purge ,
-
Lookup Type: AP_TEST_STATUS
12.2.2
product: GMA - Process Manufacturing Systems , meaning: Archive and Purge Test Status , description: LOV to be used in Archive and Purge ,
-
Lookup Type: BATCH_STATUS
12.1.1
product: GMA - Process Manufacturing Systems , meaning: Batch Status , description: Batch Status ,
-
Lookup Type: BATCH_STATUS
12.2.2
product: GMA - Process Manufacturing Systems , meaning: Batch Status , description: Batch Status ,
-
Table: GMA_AUDIT_REP_HDR
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.GMA_AUDIT_REP_HDR, object_name:GMA_AUDIT_REP_HDR, status:VALID, product: GMA - Process Manufacturing Systems , description: This table is for Audit Trail Reporting. Data in this table is Temporary in nature , implementation_dba_data: GMA.GMA_AUDIT_REP_HDR ,
-
Table: GMA_AUDIT_REP_HDR
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.GMA_AUDIT_REP_HDR, object_name:GMA_AUDIT_REP_HDR, status:VALID, product: GMA - Process Manufacturing Systems , description: This table is for Audit Trail Reporting. Data in this table is Temporary in nature , implementation_dba_data: GMA.GMA_AUDIT_REP_HDR ,
-
Table: GMA_AUDIT_REP_DTL
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.GMA_AUDIT_REP_DTL, object_name:GMA_AUDIT_REP_DTL, status:VALID, product: GMA - Process Manufacturing Systems , description: This table is for Audit Trail Reporting. Data in this table is Temporary in nature , implementation_dba_data: GMA.GMA_AUDIT_REP_DTL ,
-
Table: GMA_AUDIT_REP_DTL
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.GMA_AUDIT_REP_DTL, object_name:GMA_AUDIT_REP_DTL, status:VALID, product: GMA - Process Manufacturing Systems , description: This table is for Audit Trail Reporting. Data in this table is Temporary in nature , implementation_dba_data: GMA.GMA_AUDIT_REP_DTL ,
-
Table: GMA_ACTCOL_WF_TL
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.GMA_ACTCOL_WF_TL, object_name:GMA_ACTCOL_WF_TL, status:VALID, product: GMA - Process Manufacturing Systems , description: Checks the availability of Activity Identification in GMA_ACTDEF_WF before inserting a row in GMA_ACTCOL_WF , implementation_dba_data: GMA.GMA_ACTCOL_WF_TL ,
-
Table: GMA_ACTCOL_WF_TL
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.GMA_ACTCOL_WF_TL, object_name:GMA_ACTCOL_WF_TL, status:VALID, product: GMA - Process Manufacturing Systems , description: Checks the availability of Activity Identification in GMA_ACTDEF_WF before inserting a row in GMA_ACTCOL_WF , implementation_dba_data: GMA.GMA_ACTCOL_WF_TL ,
-
View: GEMMS_TABLES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMA.GEMMS_TABLES, object_name:GEMMS_TABLES, status:VALID, product: GMA - Process Manufacturing Systems , description: View of all tables owned by OPM , implementation_dba_data: APPS.GEMMS_TABLES ,
-
View: GEMMS_TABLES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMA.GEMMS_TABLES, object_name:GEMMS_TABLES, status:VALID, product: GMA - Process Manufacturing Systems , description: View of all tables owned by OPM , implementation_dba_data: APPS.GEMMS_TABLES ,
-
Table: SY_REAS_CDS
12.1.1
product: GMA - Process Manufacturing Systems , description: The Reason Code table is used to store Reason Code definitions which provide information on the increase or decrease in inventory. Reason codes are used to flag transactions and attach reasons to them. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_REAS_CDS
12.2.2
product: GMA - Process Manufacturing Systems , description: The Reason Code table is used to store Reason Code definitions which provide information on the increase or decrease in inventory. Reason codes are used to flag transactions and attach reasons to them. , implementation_dba_data: Not implemented in this database ,