Search Results qc_actn_mst
Overview
The QC_ACTN_MST table is a core master data table within the Oracle E-Business Suite (EBS) Process Manufacturing (GMD) module, specifically under Product Development. It serves as the central repository for defining and managing Quality Control (QC) action codes. These standardized codes are critical for enforcing business rules and workflows related to the disposition of materials—such as raw ingredients, intermediates, or finished goods—based on the results of quality tests and inspections. The table's role is to provide a controlled list of valid actions (e.g., Accept, Reject, Rework, Hold for Review) that can be assigned throughout the quality management lifecycle, ensuring consistency and traceability in manufacturing operations.
Key Information Stored
The primary data stored in QC_ACTN_MST revolves around the action code definition. The key column is ACTION_CODE, which is the unique identifier and primary key for the table. This column holds the short code representing the specific quality disposition action. While the provided ETRM excerpt does not list all columns, typical supporting columns in such master tables would include a description field (e.g., ACTION_DESC), an enabled flag, creation and last update dates, and who created and last updated the record. The table also maintains a relationship to the QC_TEXT_HDR table via the TEXT_CODE foreign key, which allows for storing extensive descriptive text or instructions associated with each action code.
Common Use Cases and Queries
This table is primarily referenced in transactional and configuration contexts. A fundamental use case is the setup and maintenance of action codes via the application's user interface, which behind the scenes performs INSERT, UPDATE, or DELETE operations on QC_ACTN_MST. These codes are then applied when defining quality specifications (QC_SPEC_MST.OUTACTION_CODE) or when setting default expiration actions on items (IC_ITEM_MST.EXPACTION_CODE) and lots. Common reporting and validation queries include listing all active action codes or verifying the code used in a specific transaction. A typical sample query would be:
SELECT action_code, text_code FROM gmd.qc_actn_mst WHERE enabled_flag = 'Y' ORDER BY action_code;
Another critical use case is in lot control and expiration management, where the system references the action code to determine the automatic status of a lot when its shelf life expires.
Related Objects
As indicated by the foreign key relationships, QC_ACTN_MST is integrated with several key tables across the Inventory and Quality modules. It is referenced by:
- QC_SPEC_MST: Defines the output action for a quality specification.
- IC_ITEM_MST_B and IC_ITEM_MST: Store the default expiration action code for an item.
- IC_LOTS_MST: Stores the expiration action code for a specific lot.
- QC_TEXT_HDR: Stores additional descriptive text for the action code via the TEXT_CODE foreign key from QC_ACTN_MST.
These relationships highlight that QC_ACTN_MST is a shared reference point, ensuring that action codes used in item master data, lot master data, and quality specifications are all valid and centrally maintained.
-
Table: QC_ACTN_MST
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.QC_ACTN_MST, object_name:QC_ACTN_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: QC action codes. , implementation_dba_data: GMD.QC_ACTN_MST ,
-
Table: QC_ACTN_MST
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.QC_ACTN_MST, object_name:QC_ACTN_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: QC action codes. , implementation_dba_data: GMD.QC_ACTN_MST ,
-
APPS.GMIVITM dependencies on QC_ACTN_MST
12.2.2
-
APPS.GMI_VALID_GRP dependencies on QC_ACTN_MST
12.1.1
-
APPS.GMIGUTL dependencies on QC_ACTN_MST
12.1.1
-
APPS.GMIVITM dependencies on QC_ACTN_MST
12.1.1
-
APPS.GMIVLOT dependencies on QC_ACTN_MST
12.1.1
-
APPS.GMIVDBL dependencies on QC_ACTN_MST
12.1.1
-
APPS.GMIGUTL dependencies on QC_ACTN_MST
12.2.2
-
APPS.GMIGUTL dependencies on QC_ACTN_MST
12.1.1
-
APPS.GMIVDBL dependencies on QC_ACTN_MST
12.1.1
-
APPS.GMIVDBL dependencies on QC_ACTN_MST
12.2.2
-
APPS.GMIVDBL dependencies on QC_ACTN_MST
12.2.2
-
APPS.GMIVLOT dependencies on QC_ACTN_MST
12.2.2
-
APPS.GMI_VALID_GRP dependencies on QC_ACTN_MST
12.2.2
-
APPS.GMIGUTL dependencies on QC_ACTN_MST
12.2.2
-
APPS.GMIVDBL dependencies on SY_UOMS_TYP
12.1.1
-
APPS.GMIVDBL dependencies on QC_GRAD_MST
12.1.1
-
APPS.GMIVDBL dependencies on SY_UOMS_TYP
12.2.2
-
APPS.GMIVDBL dependencies on QC_GRAD_MST
12.2.2
-
SYNONYM: APPS.QC_ACTN_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:QC_ACTN_MST, status:VALID,
-
SYNONYM: APPS.QC_ACTN_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:QC_ACTN_MST, status:VALID,
-
VIEW: GMD.QC_ACTN_MST#
12.2.2
owner:GMD, object_type:VIEW, object_name:QC_ACTN_MST#, status:VALID,
-
APPS.GMIVDBL dependencies on QC_GRAD_MST
12.1.1
-
APPS.GMIVDBL dependencies on QC_GRAD_MST
12.2.2
-
VIEW: GMD.QC_ACTN_MST#
12.2.2
-
Table: QC_TEXT_HDR
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.QC_TEXT_HDR, object_name:QC_TEXT_HDR, status:VALID, product: GMD - Process Manufacturing Product Development , description: Holds text types defined for QC module , implementation_dba_data: GMD.QC_TEXT_HDR ,
-
APPS.GMIVLOT dependencies on FND_USER
12.2.2
-
Table: QC_SPEC_MST
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.QC_SPEC_MST, object_name:QC_SPEC_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: QC specification master. , implementation_dba_data: GMD.QC_SPEC_MST ,
-
APPS.GMIVLOT dependencies on FND_USER
12.1.1
-
APPS.GMA_MIGRATION_UTILS dependencies on MTL_ACTIONS_B
12.1.1
-
APPS.GMA_MIGRATION_UTILS dependencies on MTL_ACTIONS_B
12.2.2
-
PACKAGE BODY: APPS.GMIVLOT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMIVLOT, status:VALID,
-
PACKAGE: APPS.GMIVDBL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GMIVDBL, status:VALID,
-
Table: QC_TEXT_HDR
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.QC_TEXT_HDR, object_name:QC_TEXT_HDR, status:VALID, product: GMD - Process Manufacturing Product Development , description: Holds text types defined for QC module , implementation_dba_data: GMD.QC_TEXT_HDR ,
-
PACKAGE BODY: APPS.GMIVDBL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMIVDBL, status:VALID,
-
Table: IC_LOTS_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_LOTS_MST, object_name:IC_LOTS_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: This is the lot master table. This table stores data about individual lots for an item. , implementation_dba_data: GMI.IC_LOTS_MST ,
-
PACKAGE BODY: APPS.GMI_VALID_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMI_VALID_GRP, status:VALID,
-
PACKAGE BODY: APPS.GMIVLOT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMIVLOT, status:VALID,
-
PACKAGE BODY: APPS.GMI_VALID_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMI_VALID_GRP, status:VALID,
-
PACKAGE BODY: APPS.GMIGUTL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMIGUTL, status:VALID,
-
PACKAGE BODY: APPS.GMIGUTL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMIGUTL, status:VALID,
-
PACKAGE BODY: APPS.GMIVITM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMIVITM, status:VALID,
-
APPS.GMIVITM dependencies on QC_GRAD_MST
12.2.2
-
Table: QC_SPEC_MST
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.QC_SPEC_MST, object_name:QC_SPEC_MST, status:VALID, product: GMD - Process Manufacturing Product Development , description: QC specification master. , implementation_dba_data: GMD.QC_SPEC_MST ,
-
PACKAGE: APPS.GMIVDBL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GMIVDBL, status:VALID,
-
TABLE: GMD.QC_ACTN_MST
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.QC_ACTN_MST, object_name:QC_ACTN_MST, status:VALID,
-
PACKAGE BODY: APPS.GMIVDBL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMIVDBL, status:VALID,
-
APPS.GMIVLOT dependencies on PO_VEND_MST
12.1.1
-
Table: IC_LOTS_MST
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_LOTS_MST, object_name:IC_LOTS_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: This is the lot master table. This table stores data about individual lots for an item. , implementation_dba_data: GMI.IC_LOTS_MST ,