Search Results gma_audit_tmplt_mst
Overview
The GMA_AUDIT_TMPLT_MST table is a core master data table within the Oracle E-Business Suite (EBS) Process Manufacturing (GMA) module. Its primary function is to serve as a repository for Industry Templates, which are standardized frameworks used to define and manage audit requirements. These templates are foundational for compliance and quality management processes, particularly in highly regulated industries such as food and beverage, pharmaceuticals, and chemicals. The table acts as the parent definition, storing the unique identifier and descriptive information for each template, which can then be associated with detailed audit criteria, questions, or specifications in related tables.
Key Information Stored
The table's structure is designed to uniquely identify and describe each audit template. Based on the provided metadata, the primary key column is TEMPLATE_NAME. This indicates that the template name serves as the unique identifier for each record within the system. While the full column list is not detailed in the excerpt, a table of this nature in the GMA schema typically contains additional descriptive columns such as a template description, creation date, created by user, last update date, and last updated by user. The TEMPLATE_NAME is the critical piece of data, as it is the linking key to all associated template details.
Common Use Cases and Queries
This table is central to configuring and executing compliance audits. Common operational and reporting scenarios include retrieving a list of all available industry templates for assignment to a facility or process, and querying the master definition of a specific template. A typical query to list all templates would be: SELECT template_name FROM gma_audit_tmplt_mst ORDER BY 1;. For implementation or upgrade scripts, a frequent task is to check for the existence of a specific template before inserting a new record: SELECT COUNT(*) FROM gma_audit_tmplt_mst WHERE template_name = '&template_name';. Reporting often involves joining this master table to its detail lines to generate a complete view of an audit checklist.
Related Objects
The GMA_AUDIT_TMPLT_MST table has a direct and critical relationship with the GMA_AUDIT_TMPLT_DTL table, as defined by the foreign key constraint. The detail table (GMA_AUDIT_TMPLT_DTL) references the master table via the TEMPLATE_NAME column, storing the individual line items, questions, or standards that constitute the full audit template. This master-detail relationship is fundamental to the data model. Furthermore, this template structure is likely referenced by various application forms, APIs, and programs within the GMA module that are responsible for creating, managing, and executing audits based on these industry-standard templates.
-
Table: GMA_AUDIT_TMPLT_MST
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.GMA_AUDIT_TMPLT_MST, object_name:GMA_AUDIT_TMPLT_MST, status:VALID, product: GMA - Process Manufacturing Systems , description: This table is to store Industry Templates , implementation_dba_data: GMA.GMA_AUDIT_TMPLT_MST ,
-
Table: GMA_AUDIT_TMPLT_MST
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.GMA_AUDIT_TMPLT_MST, object_name:GMA_AUDIT_TMPLT_MST, status:VALID, product: GMA - Process Manufacturing Systems , description: This table is to store Industry Templates , implementation_dba_data: GMA.GMA_AUDIT_TMPLT_MST ,
-
Table: GMA_AUDIT_TMPLT_DTL
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.GMA_AUDIT_TMPLT_DTL, object_name:GMA_AUDIT_TMPLT_DTL, status:VALID, product: GMA - Process Manufacturing Systems , description: This table is to store relation between Industry Templates and Audit Groups , implementation_dba_data: GMA.GMA_AUDIT_TMPLT_DTL ,
-
Table: GMA_AUDIT_TMPLT_DTL
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.GMA_AUDIT_TMPLT_DTL, object_name:GMA_AUDIT_TMPLT_DTL, status:VALID, product: GMA - Process Manufacturing Systems , description: This table is to store relation between Industry Templates and Audit Groups , implementation_dba_data: GMA.GMA_AUDIT_TMPLT_DTL ,