Search Results help with color management in windows
The GL_EXPN_CDS_TMP
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a temporary table primarily utilized by the General Ledger (GL) module to support the processing of expense account combinations during the creation or validation of accounting entries. This table serves as a staging area for temporary data storage, ensuring efficient handling of expense-related transactions before they are permanently committed to the GL tables. Below is a detailed breakdown of its structure, purpose, and usage within Oracle EBS.
Purpose and Context
TheGL_EXPN_CDS_TMP
table is designed to facilitate the temporary storage of expense account combinations during critical GL operations such as journal import, mass allocation, or recurring journal processing. It acts as an intermediary buffer, allowing the system to validate and process expense-related data before final posting. This reduces the risk of errors and enhances performance by minimizing direct writes to permanent tables during complex transactions.
Key Columns and Structure
The table typically includes columns that store essential attributes of expense account combinations, such as:- CODE_COMBINATION_ID: A unique identifier for the account combination.
- SEGMENT1 to SEGMENT{n}: Flexfield segments representing the chart of accounts structure.
- STATUS_FLAG: Indicates the validation status (e.g., 'V' for valid, 'E' for error).
- REQUEST_ID: Associates the data with a specific concurrent request.
- CREATED_BY and CREATION_DATE: Audit columns tracking record creation.
Functional Workflow
- Data Insertion: During processes like journal import or mass allocation, expense account combinations are first inserted into
GL_EXPN_CDS_TMP
for validation. - Validation: The system checks the temporary data against GL rules (e.g., segment validation, cross-validation rules) to ensure compliance.
- Error Handling: Invalid combinations are flagged (e.g., via
STATUS_FLAG
), allowing users to correct them before resubmission. - Commitment: Validated combinations are transferred to permanent GL tables (e.g.,
GL_CODE_COMBINATIONS
), and temporary records are purged.
Integration with Other Modules
The table interacts with other EBS modules, such as Accounts Payable (AP) and Purchasing (PO), where expense account combinations are often referenced. For example, during invoice validation in AP, expense accounts may be temporarily stored inGL_EXPN_CDS_TMP
before posting to the GL.
Performance and Maintenance
SinceGL_EXPN_CDS_TMP
is a temporary table, it is critical to ensure it is regularly purged to prevent performance degradation. Oracle EBS typically includes concurrent programs or batch jobs to clean up stale data. Administrators should monitor its size and align purge schedules with business cycles.
Conclusion
TheGL_EXPN_CDS_TMP
table is a vital component in Oracle EBS, enabling efficient and error-free processing of expense account combinations. By acting as a transient repository, it ensures data integrity and optimizes performance during GL operations. Understanding its role and structure is essential for effective GL configuration and troubleshooting in Oracle EBS 12.1.1 or 12.2.2 environments.
-
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 ,
-
Table: GL_EXPN_CDS_TMP
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_EXPN_CDS_TMP, object_name:GL_EXPN_CDS_TMP, status:VALID, product: GMF - Process Manufacturing Financials , description: Temporary table used for performance improvment in cost allocation process. This table is populated with values from GL_CODE_COMBINATIONS table. , implementation_dba_data: GMF.GL_EXPN_CDS_TMP ,
-
Table: GL_EXPN_CDS_TMP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_EXPN_CDS_TMP, object_name:GL_EXPN_CDS_TMP, status:VALID, product: GMF - Process Manufacturing Financials , description: Temporary table used for performance improvment in cost allocation process. This table is populated with values from GL_CODE_COMBINATIONS table. , implementation_dba_data: GMF.GL_EXPN_CDS_TMP ,
-
Table: GMF_LEDGER_VALUATION_METHODS
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_LEDGER_VALUATION_METHODS, object_name:GMF_LEDGER_VALUATION_METHODS, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains valuation cost type of the secondary ledgers associated to the primary ledger of the Legal Entity. With SLA it is possible to create the subledger journals in draft mode for multiple cost types for comparison and simulat , implementation_dba_data: GMF.GMF_LEDGER_VALUATION_METHODS ,
-
Table: GMF_LEDGER_VALUATION_METHODS
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_LEDGER_VALUATION_METHODS, object_name:GMF_LEDGER_VALUATION_METHODS, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains valuation cost type of the secondary ledgers associated to the primary ledger of the Legal Entity. With SLA it is possible to create the subledger journals in draft mode for multiple cost types for comparison and simulat , implementation_dba_data: GMF.GMF_LEDGER_VALUATION_METHODS ,
-
Table: CM_CUPD_CTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CUPD_CTL, object_name:CM_CUPD_CTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Update Process Control Table - allows the OPM user to communicate with the Cost Update Process as it is running in the background . Using this table, the user may also review past runs and also if necessary force the process to abort. , implementation_dba_data: GMF.CM_CUPD_CTL ,
-
Table: CM_ACPR_CTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ACPR_CTL, object_name:CM_ACPR_CTL, status:VALID, product: GMF - Process Manufacturing Financials , description: The Actual Cost Process Control Table will allow the OPM user to communicate with the Actual Cost Process as it is running in the background . Using this table, the user may also review past runs and also if necessary force the process to a , implementation_dba_data: GMF.CM_ACPR_CTL ,
-
Table: CM_ACPR_CTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_ACPR_CTL, object_name:CM_ACPR_CTL, status:VALID, product: GMF - Process Manufacturing Financials , description: The Actual Cost Process Control Table will allow the OPM user to communicate with the Actual Cost Process as it is running in the background . Using this table, the user may also review past runs and also if necessary force the process to a , implementation_dba_data: GMF.CM_ACPR_CTL ,
-
Table: CM_CUPD_CTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_CUPD_CTL, object_name:CM_CUPD_CTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Update Process Control Table - allows the OPM user to communicate with the Cost Update Process as it is running in the background . Using this table, the user may also review past runs and also if necessary force the process to abort. , implementation_dba_data: GMF.CM_CUPD_CTL ,
-
Table: CM_RLUP_CTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_RLUP_CTL, object_name:CM_RLUP_CTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Rollup Process Control Table - allows the OPM user to communicate with the Cost Rollup Process as it is running in the background . Using this table, the user may also review past runs and also if necessary force the process to abort. , implementation_dba_data: GMF.CM_RLUP_CTL ,
-
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 ,
-
Table: CM_RLUP_CTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.CM_RLUP_CTL, object_name:CM_RLUP_CTL, status:VALID, product: GMF - Process Manufacturing Financials , description: Cost Rollup Process Control Table - allows the OPM user to communicate with the Cost Rollup Process as it is running in the background . Using this table, the user may also review past runs and also if necessary force the process to abort. , implementation_dba_data: GMF.CM_RLUP_CTL ,
-
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 ,
-
Table: GL_ACCT_VAL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_VAL, object_name:GL_ACCT_VAL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains validation codes assignment to Accounts. The Accounts may only be auto-generated with the Accounting unit with same Validation codes. This table is not used with Oracle Financials integrated setup. , implementation_dba_data: GMF.GL_ACCT_VAL ,
-
Table: GL_ACCU_VAL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCU_VAL, object_name:GL_ACCU_VAL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains validation codes assignment to Account Units. The Accounting unit may only be auto-generated with the Accounts with same Validation codes. This table is not used with Oracle Financials integrated setup. , implementation_dba_data: GMF.GL_ACCU_VAL ,
-
Table: GL_ACCU_VAL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCU_VAL, object_name:GL_ACCU_VAL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains validation codes assignment to Account Units. The Accounting unit may only be auto-generated with the Accounts with same Validation codes. This table is not used with Oracle Financials integrated setup. , implementation_dba_data: GMF.GL_ACCU_VAL ,
-
Table: GL_ACCT_VAL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_VAL, object_name:GL_ACCT_VAL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains validation codes assignment to Accounts. The Accounts may only be auto-generated with the Accounting unit with same Validation codes. This table is not used with Oracle Financials integrated setup. , implementation_dba_data: GMF.GL_ACCT_VAL ,
-
Lookup Type: FIN_IND
12.1.1
product: GMF - Process Manufacturing Financials , meaning: Financial Indicator , description: Financial Indicator ,
-
Lookup Type: FIN_IND
12.2.2
product: GMF - Process Manufacturing Financials , meaning: Financial Indicator , description: Financial Indicator ,
-
Table: GL_UPDT_CTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_UPDT_CTL, object_name:GL_UPDT_CTL, status:VALID, product: GMF - Process Manufacturing Financials , description: The control table for OPM GL Update Process. Only used with OPM integrated with Oracle Financials. , implementation_dba_data: GMF.GL_UPDT_CTL ,
-
Table: GL_UPDT_MSG
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_UPDT_MSG, object_name:GL_UPDT_MSG, status:VALID, product: GMF - Process Manufacturing Financials , description: OPM GL Update process error messages table. Only used with OPM integrated with Oracle Financials. , implementation_dba_data: GMF.GL_UPDT_MSG ,
-
Table: GL_UPDT_MSG
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_UPDT_MSG, object_name:GL_UPDT_MSG, status:VALID, product: GMF - Process Manufacturing Financials , description: OPM GL Update process error messages table. Only used with OPM integrated with Oracle Financials. , implementation_dba_data: GMF.GL_UPDT_MSG ,
-
Table: GL_UPDT_CTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_UPDT_CTL, object_name:GL_UPDT_CTL, status:VALID, product: GMF - Process Manufacturing Financials , description: The control table for OPM GL Update Process. Only used with OPM integrated with Oracle Financials. , implementation_dba_data: GMF.GL_UPDT_CTL ,
-
Table: GL_CURR_MST
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_CURR_MST, object_name:GL_CURR_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the Currency definitions. Note that with Oracle Financials integration this table is populated with the Currency data from Oracle Financials. , implementation_dba_data: GMF.GL_CURR_MST ,
-
Table: GL_CURR_MST
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_CURR_MST, object_name:GL_CURR_MST, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the Currency definitions. Note that with Oracle Financials integration this table is populated with the Currency data from Oracle Financials. , implementation_dba_data: GMF.GL_CURR_MST ,
-
Table: GMF_PERIOD_STATUSES_GT
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_PERIOD_STATUSES_GT, object_name:GMF_PERIOD_STATUSES_GT, status:VALID, product: GMF - Process Manufacturing Financials , description: Global temporary table gmf_period_statuses_gt with on commit delete rows , implementation_dba_data: GMF.GMF_PERIOD_STATUSES_GT ,
-
Table: GMF_PERIOD_STATUSES_GT
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GMF_PERIOD_STATUSES_GT, object_name:GMF_PERIOD_STATUSES_GT, status:VALID, product: GMF - Process Manufacturing Financials , description: Global temporary table gmf_period_statuses_gt with on commit delete rows , implementation_dba_data: GMF.GMF_PERIOD_STATUSES_GT ,
-
Table: GL_ACCT_USG
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_USG, object_name:GL_ACCT_USG, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the user-defined Acount Usages. These codes are used for reporting purposes only. This table is not used with Oracle Financials integrated setup. , implementation_dba_data: GMF.GL_ACCT_USG ,
-
Table: GL_ACCT_USG
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_USG, object_name:GL_ACCT_USG, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the user-defined Acount Usages. These codes are used for reporting purposes only. This table is not used with Oracle Financials integrated setup. , implementation_dba_data: GMF.GL_ACCT_USG ,
-
Table: GL_CLDR_HDR
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_CLDR_HDR, object_name:GL_CLDR_HDR, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the Fiscal Year defination for a Company. This table is not used with Oracle Financials integrated setup. , implementation_dba_data: GMF.GL_CLDR_HDR ,
-
Table: GL_CLDR_DTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_CLDR_DTL, object_name:GL_CLDR_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the period defination for Fiscal year. This table is not used with Oracle Financials integrated setup. , implementation_dba_data: GMF.GL_CLDR_DTL ,
-
Table: GL_CLDR_HDR
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_CLDR_HDR, object_name:GL_CLDR_HDR, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the Fiscal Year defination for a Company. This table is not used with Oracle Financials integrated setup. , implementation_dba_data: GMF.GL_CLDR_HDR ,
-
Table: GL_CLDR_DTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_CLDR_DTL, object_name:GL_CLDR_DTL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the period defination for Fiscal year. This table is not used with Oracle Financials integrated setup. , implementation_dba_data: GMF.GL_CLDR_DTL ,
-
Table: GL_ACCT_TYP
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_TYP, object_name:GL_ACCT_TYP, status:VALID, product: GMF - Process Manufacturing Financials , description: This table consists of four pre-defined General Ledger account types which are used to classify accounts into four broad categories. This table is not used with Oracle Financials integrated setup. , implementation_dba_data: GMF.GL_ACCT_TYP ,
-
Table: GL_ACCT_TYP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_TYP, object_name:GL_ACCT_TYP, status:VALID, product: GMF - Process Manufacturing Financials , description: This table consists of four pre-defined General Ledger account types which are used to classify accounts into four broad categories. This table is not used with Oracle Financials integrated setup. , implementation_dba_data: GMF.GL_ACCT_TYP ,
-
View: OPM_CUSTOMERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.OPM_CUSTOMERS, object_name:OPM_CUSTOMERS, status:VALID, product: GMF - Process Manufacturing Financials , description: Used for OPM customer synchronization , implementation_dba_data: APPS.OPM_CUSTOMERS ,
-
View: OPM_CUSTOMERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.OPM_CUSTOMERS, object_name:OPM_CUSTOMERS, status:VALID, product: GMF - Process Manufacturing Financials , description: Used for OPM customer synchronization , implementation_dba_data: APPS.OPM_CUSTOMERS ,
-
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 ,
-
View: GMF_XLA_RCV_TXNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_RCV_TXNS_V, object_name:GMF_XLA_RCV_TXNS_V, status:VALID, product: GMF - Process Manufacturing Financials , implementation_dba_data: APPS.GMF_XLA_RCV_TXNS_V ,
-
View: GMF_XLA_RCV_TXNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.GMF_XLA_RCV_TXNS_V, object_name:GMF_XLA_RCV_TXNS_V, status:VALID, product: GMF - Process Manufacturing Financials , description: View for SLA ADR sources from Receipt Transactions , implementation_dba_data: APPS.GMF_XLA_RCV_TXNS_V ,
-
Lookup Type: DIRECTION_IND
12.1.1
product: GMF - Process Manufacturing Financials , meaning: Direction indicator , description: Direction indicator ,
-
Lookup Type: DIRECTION_IND
12.2.2
product: GMF - Process Manufacturing Financials , meaning: Direction indicator , description: Direction indicator ,
-
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_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 ,
-
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. ,