Search Results gl_setu_err
Overview
The GL_SETU_ERR table is a specialized data object within the Oracle E-Business Suite, specifically under the GMF (Process Manufacturing Financials) product family. Its primary role is to serve as a repository for errors encountered during the GL mapping setup phase of the Subsidiary Ledger Update process. This process is critical for integrating manufacturing and financial data, ensuring transactional details from subsidiary ledgers are correctly mapped and posted to the General Ledger. However, as explicitly noted in the official documentation, this table is marked as "Not currently used." This status indicates that while the table structure exists within the application's schema, the associated error-logging functionality may be deprecated, inactive, or superseded by an alternative mechanism in the standard application workflow for releases 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is designed to categorize and store specific setup error conditions. Its primary key is a composite of three columns, which together uniquely identify an error record: CO_CODE (Company Code), MESSAGE_CODE, and ACCT_TTL_TYPE (Account Title Type). The CO_CODE links to the organization or legal entity, while ACCT_TTL_TYPE references a specific account title classification. The MESSAGE_CODE column would typically store an identifier for a translatable error message describing the nature of the mapping setup failure. The presence of these fields suggests the table was intended to capture errors related to the configuration linking specific manufacturing accounts (by type and company) to their corresponding General Ledger accounts.
Common Use Cases and Queries
Given its documented "not currently used" status, there are no active standard use cases within the application. Its primary utility would be for diagnostic or historical analysis if legacy data persists. A technical consultant or database administrator might query it to investigate potential orphaned data or understand historical error patterns. A sample query to retrieve all existing records would be:
- SELECT co_code, message_code, acct_ttl_type FROM gmf.gl_setu_err ORDER BY co_code;
For troubleshooting a specific company's potential setup issues, one might use:
- SELECT * FROM gmf.gl_setu_err WHERE co_code = '&COMPANY_CODE';
Any operational reporting or monitoring would not rely on this table in its current state.
Related Objects
The table's integrity is defined by its foreign key relationships, which link it to master data tables. The primary key constraint is named GL_SETU_ERR_PK. The foreign keys establish the following critical relationships:
- GL_ACCT_TTL: The ACCT_TTL_TYPE column references GL_ACCT_TTL, linking the error to a specific account title definition.
- SY_ORGN_MST_B and SY_ORGN_MST: The CO_CODE column references both SY_ORGN_MST_B and SY_ORGN_MST, tying the error to a specific organization or company master record. This dual reference is common in EBS to point to different versions or forms of the organization master table.
These relationships confirm that the table was designed to log errors concerning invalid or missing mappings between specific organizational structures and their financial account configurations.
-
Table: GL_SETU_ERR
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SETU_ERR, object_name:GL_SETU_ERR, status:VALID, product: GMF - Process Manufacturing Financials , description: GL mapping setup errors found during Subsidiary Ledger Update process. Not currently used. , implementation_dba_data: GMF.GL_SETU_ERR ,
-
Table: GL_SETU_ERR
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SETU_ERR, object_name:GL_SETU_ERR, status:VALID, product: GMF - Process Manufacturing Financials , description: GL mapping setup errors found during Subsidiary Ledger Update process. Not currently used. , implementation_dba_data: GMF.GL_SETU_ERR ,
-
VIEW: GMF.GL_SETU_ERR#
12.2.2
owner:GMF, object_type:VIEW, object_name:GL_SETU_ERR#, status:VALID,
-
SYNONYM: APPS.GL_SETU_ERR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_SETU_ERR, status:VALID,
-
SYNONYM: APPS.GL_SETU_ERR
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_SETU_ERR, status:VALID,
-
VIEW: GMF.GL_SETU_ERR#
12.2.2
-
TABLE: GMF.GL_SETU_ERR
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SETU_ERR, object_name:GL_SETU_ERR, status:VALID,
-
TABLE: GMF.GL_SETU_ERR
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_SETU_ERR, object_name:GL_SETU_ERR, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
Table: GL_ACCT_TTL
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_TTL, object_name:GL_ACCT_TTL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the system defined Account Titles. User is not allowed to change them in OPM. , implementation_dba_data: GMF.GL_ACCT_TTL ,
-
Table: GL_ACCT_TTL
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_TTL, object_name:GL_ACCT_TTL, status:VALID, product: GMF - Process Manufacturing Financials , description: This table contains the system defined Account Titles. User is not allowed to change them in OPM. , implementation_dba_data: GMF.GL_ACCT_TTL ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
Table: SY_ORGN_MST_B
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID, product: GMA - Process Manufacturing Systems , description: Organization code master Base Table. , implementation_dba_data: GMA.SY_ORGN_MST_B ,
-
Table: SY_ORGN_MST
12.1.1
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_ORGN_MST
12.2.2
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_ORGN_MST_B
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID, product: GMA - Process Manufacturing Systems , description: Organization code master Base Table. , implementation_dba_data: GMA.SY_ORGN_MST_B ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
eTRM - GMF Tables and Views
12.1.1
description: Defines Third-Party software which has a supported interface to OPM. ,
-
eTRM - GMF Tables and Views
12.2.2
description: Defines Third-Party software which has a supported interface to OPM. ,
-
eTRM - GMF Tables and Views
12.1.1
description: Defines Third-Party software which has a supported interface to OPM. ,
-
eTRM - GMF Tables and Views
12.2.2
description: Defines Third-Party software which has a supported interface to OPM. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1