Search Results op_cgld_cls
Overview
The OP_CGLD_CLS table is a core reference table within the Process Manufacturing Logistics (GML) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the master repository for defining Customer General Ledger (GL) account classes. These classes are critical for financial accounting and reporting, as they categorize customers based on the GL accounts that should be used for posting transactions. The table enables the systematic mapping of customers to specific revenue, receivable, and other relevant GL accounts, ensuring accurate and automated financial integration between the logistics and general ledger subledgers.
Key Information Stored
The table's primary function is to define unique customer GL account class codes and their associated descriptions. The primary key column, CUSTGL_CLASS, stores the unique identifier for each account class. While the provided metadata does not list all columns, a typical structure for such a reference table would include a mandatory description column (e.g., DESCRIPTION) to define the class's purpose. The presence of a foreign key relationship to the OP_TEXT_HDR table via a TEXT_CODE column indicates the table supports extensive descriptive text or notes for each class, which can be stored in a separate flexfield or notes table.
Common Use Cases and Queries
The primary use case is the setup and maintenance of the customer-to-GL account mapping framework. During customer creation or maintenance in OPM, a user assigns a Customer GL Account Class from this table. This class then determines the default GL accounts used for that customer's transactions. Common queries involve listing all defined classes for setup purposes or identifying which classes are assigned to customers. A sample query to retrieve all active classes might be:
SELECT custgl_class, description FROM gml.op_cgld_cls WHERE enabled_flag = 'Y' ORDER BY 1;
Another critical use case is troubleshooting financial posting errors by tracing the GL accounts assigned via this class through the related GL_ACCT_MAP table. Reports analyzing customer segmentation for financial reporting would also join customer master data to this table to group results by GL account class.
Related Objects
OP_CGLD_CLS is a central hub referenced by several key transactional and setup tables. As per the metadata, it has foreign key relationships with:
GL_ACCT_MAP: This table likely holds the specific GL account combinations mapped to eachCUSTGL_CLASS, defining the actual accounting flexfields.OP_CUST_MST_OPMandOP_CUST_MST: These customer master tables store theCUSTGL_CLASSassigned to each customer, linking the customer record to its financial accounting rules.OP_TEXT_HDR: Provides additional descriptive text for the account class, supporting detailed documentation.
This structure confirms that OP_CGLD_CLS is a mandatory setup entity; its classes must be defined and mapped to GL accounts before customers can be fully configured for transaction processing in the GML module.
-
Table: OP_CGLD_CLS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CGLD_CLS, object_name:OP_CGLD_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer GL account classes , implementation_dba_data: GML.OP_CGLD_CLS ,
-
Table: OP_CGLD_CLS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CGLD_CLS, object_name:OP_CGLD_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer GL account classes , implementation_dba_data: GML.OP_CGLD_CLS ,
-
APPS.GMF_GLSYNCH dependencies on OP_CGLD_CLS
12.1.1
-
APPS.GMF_GLSYNCH dependencies on OP_CGLD_CLS
12.2.2
-
VIEW: GML.OP_CGLD_CLS#
12.2.2
owner:GML, object_type:VIEW, object_name:OP_CGLD_CLS#, status:VALID,
-
SYNONYM: APPS.OP_CGLD_CLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OP_CGLD_CLS, status:VALID,
-
SYNONYM: APPS.OP_CGLD_CLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OP_CGLD_CLS, status:VALID,
-
VIEW: GML.OP_CGLD_CLS#
12.2.2
-
TABLE: GML.OP_CGLD_CLS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CGLD_CLS, object_name:OP_CGLD_CLS, status:VALID,
-
TABLE: GML.OP_CGLD_CLS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CGLD_CLS, object_name:OP_CGLD_CLS, status:VALID,
-
PACKAGE BODY: APPS.GMF_GLSYNCH
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_GLSYNCH, status:VALID,
-
Table: OP_CUST_MST_OPM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_OPM, object_name:OP_CUST_MST_OPM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: GML.OP_CUST_MST_OPM ,
-
PACKAGE BODY: APPS.GMF_GLSYNCH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMF_GLSYNCH, status:VALID,
-
Table: OP_TEXT_HDR
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_TEXT_HDR, object_name:OP_TEXT_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Header text table for the Order Fulfillment application. , implementation_dba_data: GML.OP_TEXT_HDR ,
-
Table: OP_CUST_MST_OPM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_OPM, object_name:OP_CUST_MST_OPM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: GML.OP_CUST_MST_OPM ,
-
Table: GL_ACCT_MAP
12.2.2
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_MAP, object_name:GL_ACCT_MAP, status:VALID, product: GMF - Process Manufacturing Financials , description: GL Account Mapping information - contains the GL Account Mapping info. The Account mappings are defined for a Company, Account Title and attributes whose priority is >0 in gl_acct_hrc table. Note that these attributes are optional and a NU , implementation_dba_data: GMF.GL_ACCT_MAP ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
Table: OP_TEXT_HDR
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_TEXT_HDR, object_name:OP_TEXT_HDR, status:VALID, product: GML - Process Manufacturing Logistics , description: Header text table for the Order Fulfillment application. , implementation_dba_data: GML.OP_TEXT_HDR ,
-
Table: GL_ACCT_MAP
12.1.1
owner:GMF, object_type:TABLE, fnd_design_data:GMF.GL_ACCT_MAP, object_name:GL_ACCT_MAP, status:VALID, product: GMF - Process Manufacturing Financials , description: GL Account Mapping information - contains the GL Account Mapping info. The Account mappings are defined for a Company, Account Title and attributes whose priority is >0 in gl_acct_hrc table. Note that these attributes are optional and a NU , implementation_dba_data: GMF.GL_ACCT_MAP ,
-
Table: OP_CUST_MST
12.2.2
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
Table: OP_CUST_MST
12.1.1
product: GML - Process Manufacturing Logistics , description: Customer master. , implementation_dba_data: Not implemented in this database ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
APPS.GMF_GLSYNCH SQL Statements
12.1.1
-
APPS.GMF_GLSYNCH SQL Statements
12.2.2
-
VIEW: APPS.OP_CUST_MST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_CUST_MST_V, object_name:OP_CUST_MST_V, status:VALID,
-
VIEW: APPS.OP_CUST_MST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_CUST_MST_V, object_name:OP_CUST_MST_V, status:VALID,
-
eTRM - GML Tables and Views
12.2.2
description: Tax reporting classes. ,
-
eTRM - GML Tables and Views
12.1.1
description: Tax reporting classes. ,
-
TABLE: GML.OP_CUST_MST_OPM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_OPM, object_name:OP_CUST_MST_OPM, status:VALID,
-
TABLE: GML.OP_CUST_MST_OPM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_MST_OPM, object_name:OP_CUST_MST_OPM, status:VALID,
-
PACKAGE BODY: APPS.GMF_GLSYNCH
12.1.1
-
PACKAGE BODY: APPS.GMF_GLSYNCH
12.2.2
-
eTRM - GML Tables and Views
12.2.2
description: Tax reporting classes. ,
-
eTRM - GMF Tables and Views
12.1.1
description: Defines Third-Party software which has a supported interface to OPM. ,
-
eTRM - GML Tables and Views
12.1.1
description: Tax reporting classes. ,
-
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
-
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. ,