Search Results ic_invn_typ
Overview
The IC_INVN_TYP table is a master data table within the Oracle Process Manufacturing (OPM) Inventory module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. Owned by the GMI schema, it serves as the central repository for defining and maintaining Inventory Types. These types are classification codes used to categorize and control the behavior of items throughout the manufacturing and inventory management lifecycle in OPM. The table's primary role is to provide a validated list of inventory types that can be assigned to items, ensuring data integrity and enabling consistent business rule application across the system.
Key Information Stored
While the provided metadata does not list specific columns, the structure is defined by its primary and foreign keys. The core column is the INV_TYPE, which serves as the primary key and holds the unique identifier for each inventory type classification. Another critical column is TEXT_CODE, which is referenced by the IC_TEXT_HDR table, suggesting a relationship to descriptive, translatable text or notes associated with each inventory type. The table likely contains additional descriptive columns, such as a name or description field, and control columns for enabling/disabling types and tracking creation/modification dates, which are standard in EBS master tables.
Common Use Cases and Queries
The primary use case for IC_INVN_TYP is as a validation source and reference for item master data setup and reporting. When creating or updating an item in IC_ITEM_MST or IC_ITEM_MST_B, the assigned INV_TYPE must exist in this table. Common queries involve listing all active inventory types for LOVs in forms or identifying which items belong to a specific inventory classification for operational or analytical reporting.
- Retrieving all valid inventory types:
SELECT inv_type FROM gmi.ic_invn_typ ORDER BY inv_type; - Finding items of a specific inventory type:
SELECT item_no, item_desc FROM gmi.ic_item_mst mst WHERE mst.inv_type = '<TYPE_CODE>'; - Joining to get item details with type descriptions (if a description column exists):
SELECT mst.item_no, typ.inv_type, typ.description FROM gmi.ic_item_mst mst, gmi.ic_invn_typ typ WHERE mst.inv_type = typ.inv_type;
Related Objects
The IC_INVN_TYP table has defined foreign key relationships with several core OPM inventory tables, as documented in the metadata.
- IC_ITEM_MST & IC_ITEM_MST_B (Item Master): These tables store the base and frozen snapshot versions of item definitions, respectively. They reference IC_INVN_TYP via their
INV_TYPEcolumn, enforcing that every item is assigned a valid inventory type. - IC_TEXT_HDR (Text Header): This table holds multilingual descriptive text. IC_INVN_TYP references it via the
TEXT_CODEcolumn, allowing for translatable descriptions or notes to be associated with each inventory type definition.
The primary key constraint IC_INVN_TYP_PK on the INV_TYPE column ensures uniqueness and is the anchor for these relationships.
-
Table: IC_INVN_TYP
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_INVN_TYP, object_name:IC_INVN_TYP, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains the definition of the Inventory Types that can be used throughout OPM. , implementation_dba_data: GMI.IC_INVN_TYP ,
-
Table: IC_INVN_TYP
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_INVN_TYP, object_name:IC_INVN_TYP, status:VALID, product: GMI - Process Manufacturing Inventory , description: This table contains the definition of the Inventory Types that can be used throughout OPM. , implementation_dba_data: GMI.IC_INVN_TYP ,
-
APPS.INV_GMI_MIGRATION dependencies on IC_INVN_TYP
12.1.1
-
APPS.GMIVITM dependencies on IC_INVN_TYP
12.1.1
-
APPS.GMIVITM dependencies on IC_INVN_TYP
12.2.2
-
APPS.GMI_VALID_GRP dependencies on IC_INVN_TYP
12.1.1
-
APPS.INV_GMI_MIGRATION dependencies on IC_INVN_TYP
12.2.2
-
APPS.GMI_VALID_GRP dependencies on IC_INVN_TYP
12.2.2
-
VIEW: APPS.IC_INVN_TYP_DFV
12.1.1
-
VIEW: APPS.IC_INVN_TYP_DFV
12.2.2
-
VIEW: GMI.IC_INVN_TYP#
12.2.2
owner:GMI, object_type:VIEW, object_name:IC_INVN_TYP#, status:VALID,
-
SYNONYM: APPS.IC_INVN_TYP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IC_INVN_TYP, status:VALID,
-
SYNONYM: APPS.IC_INVN_TYP
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IC_INVN_TYP, status:VALID,
-
VIEW: GMI.IC_INVN_TYP#
12.2.2
-
VIEW: APPS.IC_INVN_TYP_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:IC_INVN_TYP_DFV, status:VALID,
-
VIEW: APPS.IC_INVN_TYP_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:IC_INVN_TYP_DFV, status:VALID,
-
PACKAGE BODY: APPS.GMIVITM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMIVITM, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
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.GMI_VALID_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMI_VALID_GRP, status:VALID,
-
TABLE: GMI.IC_INVN_TYP
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_INVN_TYP, object_name:IC_INVN_TYP, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
TABLE: GMI.IC_INVN_TYP
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_INVN_TYP, object_name:IC_INVN_TYP, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.GMIVITM
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMIVITM, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.INV_GMI_MIGRATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INV_GMI_MIGRATION, status:VALID,
-
Table: IC_TEXT_HDR
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TEXT_HDR, object_name:IC_TEXT_HDR, status:VALID, product: GMI - Process Manufacturing Inventory , description: Master table for creation and storage of text codes associated with GMI tables. , implementation_dba_data: GMI.IC_TEXT_HDR ,
-
PACKAGE BODY: APPS.INV_GMI_MIGRATION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_GMI_MIGRATION, status:VALID,
-
Table: IC_TEXT_HDR
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TEXT_HDR, object_name:IC_TEXT_HDR, status:VALID, product: GMI - Process Manufacturing Inventory , description: Master table for creation and storage of text codes associated with GMI tables. , implementation_dba_data: GMI.IC_TEXT_HDR ,
-
Table: IC_ITEM_MST_B
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_MST_B, object_name:IC_ITEM_MST_B, status:VALID, product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: GMI.IC_ITEM_MST_B ,
-
Table: IC_ITEM_MST_B
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_MST_B, object_name:IC_ITEM_MST_B, status:VALID, product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: GMI.IC_ITEM_MST_B ,
-
Table: IC_ITEM_MST
12.2.2
product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_ITEM_MST
12.1.1
product: GMI - Process Manufacturing Inventory , description: This is the Item definition table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: Not implemented in this database ,
-
APPS.GMI_VALID_GRP SQL Statements
12.1.1
-
APPS.INV_GMI_MIGRATION dependencies on GMA_COMMON_LOGGING
12.1.1
-
APPS.INV_GMI_MIGRATION dependencies on FND_LOG
12.2.2
-
APPS.INV_GMI_MIGRATION dependencies on GMA_COMMON_LOGGING
12.2.2
-
APPS.GMIVITM SQL Statements
12.1.1
-
APPS.GMIVITM SQL Statements
12.2.2
-
APPS.GMI_VALID_GRP SQL Statements
12.2.2
-
APPS.INV_GMI_MIGRATION dependencies on FND_LOG
12.1.1
-
APPS.INV_GMI_MIGRATION SQL Statements
12.1.1
-
APPS.INV_GMI_MIGRATION SQL Statements
12.2.2
-
eTRM - GMI Tables and Views
12.2.2
description: Table used to relate Item ID with Roles. If the Item ID is NULL, then Roles will be associated with the warehouse Item ID. This table will be used by the Lot Expiry/Retest Workflow. ,
-
eTRM - GMI Tables and Views
12.1.1
description: Table used to relate Item ID with Roles. If the Item ID is NULL, then Roles will be associated with the warehouse Item ID. This table will be used by the Lot Expiry/Retest Workflow. ,
-
PACKAGE BODY: APPS.INV_GMI_MIGRATION
12.1.1
-
PACKAGE BODY: APPS.INV_GMI_MIGRATION
12.2.2
-
PACKAGE BODY: APPS.GMI_VALID_GRP
12.1.1