Search Results p2p flow in oracle fusion
The GMF_XLA_ITEMS_GT
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 serves as a critical global temporary table within the General Ledger (GL) and Subledger Accounting (SLA) architecture. This table is primarily utilized by the Global Accounting Engine (GMF) and the Oracle Subledger Accounting (XLA) modules to temporarily store accounting entry details during the processing of transactions. Its structure and functionality are designed to support the complex accounting transformations required for financial reporting, compliance, and reconciliation purposes.
The GMF_XLA_ITEMS_GT
table is a session-specific temporary table, meaning its data persists only for the duration of a user session or transaction. This design ensures data isolation and prevents concurrency issues when multiple users or processes generate accounting entries simultaneously. The table is populated during the accounting event processing workflow, where transactional data from subledgers (such as Payables, Receivables, or Inventory) is transformed into accounting entries before being posted to the General Ledger.
Key columns in the GMF_XLA_ITEMS_GT
table include identifiers for the accounting event (EVENT_ID
), the application source (APPLICATION_ID
), and the ledger (LEDGER_ID
). It also stores accounting attributes such as the accounting date (ACCOUNTING_DATE
), currency code (CURRENCY_CODE
), and the entered and accounted amounts (ENTERED_DR
, ENTERED_CR
, ACCOUNTED_DR
, ACCOUNTED_CR
). Additionally, the table contains segment-level information for the accounting flexfield, enabling the proper mapping of transactional data to the General Ledger accounts.
In the context of Oracle EBS 12.1.1 and 12.2.2, the GMF_XLA_ITEMS_GT
table plays a pivotal role in the Subledger Accounting process. When a transaction is initiated in a subledger module, the accounting engine uses this table to stage the accounting entries before they are validated and transferred to the XLA_AE_LINES
and XLA_AE_HEADERS
tables. The temporary nature of the table ensures that incomplete or erroneous accounting data does not persist in the system, thereby maintaining data integrity.
Performance considerations for the GMF_XLA_ITEMS_GT
table include indexing strategies and session management. Since the table is temporary, traditional indexing approaches may not apply, but Oracle's internal mechanisms optimize access patterns during accounting entry generation. Administrators should monitor session usage to prevent excessive memory consumption in scenarios where large volumes of transactions are processed.
Customizations involving the GMF_XLA_ITEMS_GT
table are generally discouraged due to its core role in the accounting infrastructure. However, advanced implementations may leverage this table for debugging accounting issues or extending the standard accounting rules. Any modifications should be carefully tested in non-production environments to avoid disrupting the financial close process.
In summary, the GMF_XLA_ITEMS_GT
table is an essential component of Oracle EBS's accounting architecture, providing a transient workspace for accounting entry processing. Its design supports the accurate and efficient transformation of transactional data into auditable accounting entries, ensuring compliance with financial reporting standards and organizational accounting policies.
-
File: R115 GMF WAREHOUSE SETUP IN COS.pdf
12.2.2
product: GMF - Process Manufacturing Financials , size: 18.951 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF WAREHOUSE SETUP IN COS.pdf
12.1.1
product: GMF - Process Manufacturing Financials , size: 18.951 KBytes , file_type: PDF Diagram ,
-
Lookup Type: IN_USE
12.2.2
product: GMF - Process Manufacturing Financials , meaning: In Use , description: In Use ,
-
Lookup Type: IN_USE
12.1.1
product: GMF - Process Manufacturing Financials , meaning: In Use , description: In Use ,
-
Lookup Type: DIRECTION_IND
12.2.2
product: GMF - Process Manufacturing Financials , meaning: Direction indicator , description: Direction indicator ,
-
Lookup Type: DIRECTION_IND
12.1.1
product: GMF - Process Manufacturing Financials , meaning: Direction indicator , description: Direction indicator ,
-
Table: GMF_XLA_ITEMS_GT
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_XLA_ITEMS_GT, object_name:GMF_XLA_ITEMS_GT, status:VALID, product: GMF - Process Manufacturing Financials , description: This table is only used in GMF Accounting Pre-Processor to store item location in the struct. Done to improve performance. , implementation_dba_data: GMF.GMF_XLA_ITEMS_GT ,
-
Table: GMF_XLA_ITEMS_GT
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_XLA_ITEMS_GT, object_name:GMF_XLA_ITEMS_GT, status:VALID, product: GMF - Process Manufacturing Financials , description: This table is only used in GMF Accounting Pre-Processor to store item location in the struct. Done to improve performance. , implementation_dba_data: GMF.GMF_XLA_ITEMS_GT ,
-
Table: GMF_XLA_EXTRACT_HEADERS_GT
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_XLA_EXTRACT_HEADERS_GT, object_name:GMF_XLA_EXTRACT_HEADERS_GT, status:VALID, product: GMF - Process Manufacturing Financials , description: Stores extract headers temporarily in a Session to create events in SLA. Once events get created, rows from this table are inserted into GMF_XLA_EXTRACT_HEADERS table. , implementation_dba_data: GMF.GMF_XLA_EXTRACT_HEADERS_GT ,
-
File: GMFProduct_Dependencies.html
12.2.2
product: GMF - Process Manufacturing Financials , size: 18.682 KBytes , file_type: HTML Report , description: GMFProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the GMF product. ,
-
File: GMF_Dependencies.html
12.2.2
product: GMF - Process Manufacturing Financials , size: 262.597 KBytes , file_type: HTML Report , description: GMF_Dependencies.html is an html report that documents dependencies to tables and views in the GMF product. ,
-
Table: GMF_XLA_EXTRACT_HEADERS_GT
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_XLA_EXTRACT_HEADERS_GT, object_name:GMF_XLA_EXTRACT_HEADERS_GT, status:VALID, product: GMF - Process Manufacturing Financials , description: Stores extract headers temporarily in a Session to create events in SLA. Once events get created, rows from this table are inserted into GMF_XLA_EXTRACT_HEADERS table. , implementation_dba_data: GMF.GMF_XLA_EXTRACT_HEADERS_GT ,
-
File: GMFProduct_Dependencies.html
12.1.1
product: GMF - Process Manufacturing Financials , size: 20.244 KBytes , file_type: HTML Report , description: GMFProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the GMF product. ,
-
File: GMF_Dependencies.html
12.1.1
product: GMF - Process Manufacturing Financials , size: 249.117 KBytes , file_type: HTML Report , description: GMF_Dependencies.html is an html report that documents dependencies to tables and views in the GMF product. ,
-
Table: GMF_XLA_EXTRACT_LINES_GT
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_XLA_EXTRACT_LINES_GT, object_name:GMF_XLA_EXTRACT_LINES_GT, status:VALID, product: GMF - Process Manufacturing Financials , description: Stores extract lines temporarily in a Session to create events in SLA. Once events get created, rows from this table are inserted into GMF_XLA_EXTRACT_LINES table. , implementation_dba_data: GMF.GMF_XLA_EXTRACT_LINES_GT ,
-
Table: GMF_XLA_EXTRACT_LINES_GT
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_XLA_EXTRACT_LINES_GT, object_name:GMF_XLA_EXTRACT_LINES_GT, status:VALID, product: GMF - Process Manufacturing Financials , description: Stores extract lines temporarily in a Session to create events in SLA. Once events get created, rows from this table are inserted into GMF_XLA_EXTRACT_LINES table. , implementation_dba_data: GMF.GMF_XLA_EXTRACT_LINES_GT ,
-
Lookup Type: GMF_LC_IV_TRANSFER
12.2.2
product: GMF - Process Manufacturing Financials , meaning: GMF Landed Cost Adjustments in Actual Costing , description: GMF Landed Cost Adjustments in Actual Costing ,
-
Table: GL_ACCT_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_MST, object_name:GL_ACCT_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Contains the Company specific Chart of Accounts. Note that in the Oracle Financials integrated setup this table is populated with Oracle Financials Accounts while entering the Account Mapping information. , implementation_dba_data: GMF.GL_ACCT_MST ,
-
Table: GL_ACCT_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_MST, object_name:GL_ACCT_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: Contains the Company specific Chart of Accounts. Note that in the Oracle Financials integrated setup this table is populated with Oracle Financials Accounts while entering the Account Mapping information. , implementation_dba_data: GMF.GL_ACCT_MST ,
-
Lookup Type: GMF_AC_IV_TRANSFER
12.2.2
product: GMF - Process Manufacturing Financials , meaning: GMF Invoice Variance Transfer in Actual Costing , description: GMF Invoice Variance Transfer in Actual Costing ,
-
Lookup Type: GMF_AC_IV_TRANSFER
12.1.1
product: GMF - Process Manufacturing Financials , meaning: GMF Invoice Variance Transfer in Actual Costing , description: GMF Invoice Variance Transfer in Actual Costing ,
-
Lookup Type: GMF_SUB_ITEMS_IN_STD_COST
12.1.1
product: GMF - Process Manufacturing Financials , meaning: Use Substitute Items in Standard Costing , description: Use Substitute Items in Standard Costing ,
-
Lookup Type: GMF_SUB_ITEMS_IN_STD_COST
12.2.2
product: GMF - Process Manufacturing Financials , meaning: Use Substitute Items in Standard Costing , description: Use Substitute Items in Standard Costing ,
-
Table: GL_ACCT_HRC
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_HRC, object_name:GL_ACCT_HRC, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the account selection priority for the companies and the account titles. These priorities are used by the GL Mapping program to retrieve the accounts for sub-ledger posting, in the order of account selection priority. In , implementation_dba_data: GMF.GL_ACCT_HRC ,
-
Table: GL_ACCT_HRC
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_HRC, object_name:GL_ACCT_HRC, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the account selection priority for the companies and the account titles. These priorities are used by the GL Mapping program to retrieve the accounts for sub-ledger posting, in the order of account selection priority. In , implementation_dba_data: GMF.GL_ACCT_HRC ,
-
Table: GL_ACCU_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCU_MST, object_name:GL_ACCU_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the User-defined Accounting Units. Accounting units are Organizational units of a company such as cost centers, departments, and divisions, to be included in an Account key. Note that with Oracle Financial integration, , implementation_dba_data: GMF.GL_ACCU_MST ,
-
Table: GL_ACCU_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCU_MST, object_name:GL_ACCU_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the User-defined Accounting Units. Accounting units are Organizational units of a company such as cost centers, departments, and divisions, to be included in an Account key. Note that with Oracle Financial integration, , implementation_dba_data: GMF.GL_ACCU_MST ,
-
File: R115 GMF SUBLEDGER.pdf
12.2.2
product: GMF - Process Manufacturing Financials , size: 22.438 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF MAPPING SETUP.pdf
12.2.2
product: GMF - Process Manufacturing Financials , size: 17.727 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF ACCOUNT SETUP.pdf
12.2.2
product: GMF - Process Manufacturing Financials , size: 13.372 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF COST UPDATE.pdf
12.2.2
product: GMF - Process Manufacturing Financials , size: 15.407 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF EXPENSE ALLOCATION.pdf
12.1.1
product: GMF - Process Manufacturing Financials , size: 14.556 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF EXPENSE ALLOCATION.pdf
12.2.2
product: GMF - Process Manufacturing Financials , size: 14.556 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF SUBLEDGER.pdf
12.1.1
product: GMF - Process Manufacturing Financials , size: 22.438 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF ACTUAL COST ADJUSTMENTS.pdf
12.1.1
product: GMF - Process Manufacturing Financials , size: 13.388 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF MAC FISCAL POLICY.pdf
12.2.2
product: GMF - Process Manufacturing Financials , size: 14.678 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF MATERIAL COMPONENT SETUP.pdf
12.2.2
product: GMF - Process Manufacturing Financials , size: 9.521 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF STANDARD COST PROCESSI.pdf
12.1.1
product: GMF - Process Manufacturing Financials , size: 21.31 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF ACTUAL COST PROCESSING.pdf
12.1.1
product: GMF - Process Manufacturing Financials , size: 15.105 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF ACTUAL COST PROCESSING.pdf
12.2.2
product: GMF - Process Manufacturing Financials , size: 15.105 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF RESOURCE COST SETUP.pdf
12.2.2
product: GMF - Process Manufacturing Financials , size: 10.524 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF ACTUAL COST ADJUSTMENTS.pdf
12.2.2
product: GMF - Process Manufacturing Financials , size: 13.388 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF STANDARD COST PROCESSI.pdf
12.2.2
product: GMF - Process Manufacturing Financials , size: 21.31 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF COST UPDATE.pdf
12.1.1
product: GMF - Process Manufacturing Financials , size: 15.407 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF ACCOUNT SETUP.pdf
12.1.1
product: GMF - Process Manufacturing Financials , size: 13.372 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF MAPPING SETUP.pdf
12.1.1
product: GMF - Process Manufacturing Financials , size: 17.727 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF BURDEN COST SETUP.pdf
12.1.1
product: GMF - Process Manufacturing Financials , size: 14.355 KBytes , file_type: PDF Diagram ,
-
File: R115 GMF BURDEN COST SETUP.pdf
12.2.2
product: GMF - Process Manufacturing Financials , size: 14.355 KBytes , file_type: PDF Diagram ,
-
File: GMF 11i9 Costing and Accounting ERD.pdf
12.2.2
product: GMF - Process Manufacturing Financials , size: 165.622 KBytes , file_type: PDF Diagram ,
-
File: GMF 11i10 Costing and Accounting ERD.pdf
12.1.1
product: GMF - Process Manufacturing Financials , size: 157.32 KBytes , file_type: PDF Diagram ,