Search Results ic_allc_cls
Overview
IC_ALLC_CLS is a GMI (Process Manufacturing Inventory) reference table that defines Automatic Allocation Classes within Oracle E-Business Suite releases 12.1.1 and 12.2.2. In the Process Manufacturing inventory model, automatic allocation classes serve as classification codes that determine how on-hand inventory is automatically reserved, released, or distributed across lots during allocation processing. The table acts as a master list of permitted allocation class values that are subsequently referenced by lot-level and item-level master data.
The ETRM metadata indicates this object is "Not implemented in this database," meaning the table exists as shipped metadata but is populated or activated only when the corresponding GMI allocation functionality is licensed and configured. Its primary key is IC_ALLC_CLS_PK, defined on the ALLOC_CLASS column. From a Data Vault modeling perspective, the heuristic classification is hub-leaning. This suggests the table is best modeled as a hub entity: it holds a stable, unique business key (ALLOC_CLASS) with minimal descriptive attributes, surrounded by the transactional or attribute-bearing objects that reference it.
Key Information Stored
The documented metadata reveals a deliberately narrow table. The essential columns are:
- ALLOC_CLASS — The allocation class code. This is both the primary key (
IC_ALLC_CLS_PK) and the natural business-key candidate. It uniquely identifies each valid allocation class definition in the Process Manufacturing inventory domain. - TEXT_CODE — A foreign key to
IC_TEXT_HDR, linking the allocation class to the Oracle text/comment header infrastructure. This associates descriptive text or multilingual documentation with each class.
Additional descriptive columns (such as class descriptions or status flags) are not enumerated in the provided excerpt. Where the documentation is silent, the practical observation is that the table's value derives primarily from the ALLOC_CLASS identifier itself, which is consumed as a foreign key by lot parameters and item master records.
Common Use Cases and Queries
The most frequent operational need is to validate the set of allocation classes available for assignment to items or lots, and to join those classes to their descriptive text. A representative query is:
- List all allocation classes with their text descriptions:
SELECT a.ALLOC_CLASS, t.TEXT_CODE FROM IC_ALLC_CLS a, IC_TEXT_HDR t WHERE a.TEXT_CODE = t.TEXT_CODE; - Find items assigned to a given class:
SELECT m.ITEM_ID, m.ALLOC_CLASS FROM IC_ITEM_MST m WHERE m.ALLOC_CLASS = :alloc_class; - Find lot parameters tied to an allocation class:
SELECT p.ALLOC_CLASS, p.LOT_ID FROM IC_ALOT_PRM p WHERE p.ALLOC_CLASS = :alloc_class;
Reporting scenarios include allocation class usage audits, item-to-class assignment reviews, and validation of lot parameter configurations before running allocation programs. Because the table functions as a domain list, reports are typically value-set lookups rather than transaction summaries.
Related Objects
The FK relationships documented for IC_ALLC_CLS position it as a central reference point between text metadata and inventory master data:
- IC_TEXT_HDR — referenced by
IC_ALLC_CLS.TEXT_CODE, supplying descriptive text for the class. - IC_ALOT_PRM — references this table via
ALLOC_CLASS, storing lot parameter configurations tied to an allocation class. - IC_ITEM_MST — references this table via
ALLOC_CLASS, indicating which allocation class applies to each inventory item.
Together these three dependent objects form the primary surface through which automatic allocation classes influence GMI inventory behavior: item master defaults, lot parameter rules, and supporting descriptive documentation. Administrators maintaining GMI allocation functionality should treat IC_ALLC_CLS as the authoritative source of valid ALLOC_CLASS values before modifying any dependent master or parameter records.
-
Table: IC_ALLC_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: Automatic Allocation class , implementation_dba_data: Not implemented in this database ,
-
Table: IC_ALLC_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: Automatic Allocation class , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PMI_ALOC_CLS_V
12.1.1
-
VIEW: APPS.PMI_ALOC_CLS_LOV_V
12.2.2
-
VIEW: APPS.PMI_ALOC_CLS_LOV_V
12.1.1
-
VIEW: APPS.PMI_ALOC_CLS_V
12.2.2
-
VIEW: APPS.IC_ALLC_CLS_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_ALLC_CLS_VW, object_name:IC_ALLC_CLS_VW, status:VALID,
-
VIEW: APPS.IC_ALLC_CLS_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_ALLC_CLS_VW, object_name:IC_ALLC_CLS_VW, status:VALID,
-
View: PMI_ALOC_CLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_ALOC_CLS_V, object_name:PMI_ALOC_CLS_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Allocation Class List Of Values View , implementation_dba_data: APPS.PMI_ALOC_CLS_V ,
-
Table: IC_ALOT_PRM
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ALOT_PRM, object_name:IC_ALOT_PRM, status:VALID, product: GMI - Process Manufacturing Inventory , description: Automatic lot allocation parameters , implementation_dba_data: GMI.IC_ALOT_PRM ,
-
SYNONYM: APPS.IC_ALLC_CLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IC_ALLC_CLS, status:VALID,
-
SYNONYM: APPS.IC_ALLC_CLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IC_ALLC_CLS, status:VALID,
-
View: PMI_ALOC_CLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_ALOC_CLS_V, object_name:PMI_ALOC_CLS_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Allocation Class List Of Values View , implementation_dba_data: APPS.PMI_ALOC_CLS_V ,
-
View: PMI_ALOC_CLS_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_ALOC_CLS_LOV_V, object_name:PMI_ALOC_CLS_LOV_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Allocation Class List Of Values View , implementation_dba_data: APPS.PMI_ALOC_CLS_LOV_V ,
-
View: PMI_ALOC_CLS_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_ALOC_CLS_LOV_V, object_name:PMI_ALOC_CLS_LOV_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Allocation Class List Of Values View , implementation_dba_data: APPS.PMI_ALOC_CLS_LOV_V ,
-
Table: IC_ALOT_PRM
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ALOT_PRM, object_name:IC_ALOT_PRM, status:VALID, product: GMI - Process Manufacturing Inventory , description: Automatic lot allocation parameters , implementation_dba_data: GMI.IC_ALOT_PRM ,
-
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.GMI_VALID_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMI_VALID_GRP, status:VALID,
-
PACKAGE BODY: APPS.GMIVITM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMIVITM, status:VALID,
-
VIEW: APPS.PMI_ALOC_CLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_ALOC_CLS_V, object_name:PMI_ALOC_CLS_V, status:VALID,
-
VIEW: APPS.PMI_ALOC_CLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_ALOC_CLS_V, object_name:PMI_ALOC_CLS_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.PMI_ALOC_CLS_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_ALOC_CLS_LOV_V, object_name:PMI_ALOC_CLS_LOV_V, status:VALID,
-
VIEW: APPS.PMI_ALOC_CLS_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_ALOC_CLS_LOV_V, object_name:PMI_ALOC_CLS_LOV_V, status:VALID,
-
PACKAGE BODY: APPS.GMIVITM
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMIVITM, 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 ,
-
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
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.GMIVITM SQL Statements
12.2.2
-
APPS.GMIVITM SQL Statements
12.1.1
-
APPS.GMI_VALID_GRP SQL Statements
12.2.2
-
TABLE: GML.OP_ALOT_PRM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ALOT_PRM, object_name:OP_ALOT_PRM, status:VALID,
-
TABLE: GML.OP_ALOT_PRM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ALOT_PRM, object_name:OP_ALOT_PRM, status:VALID,
-
APPS.GMI_VALID_GRP dependencies on IC_ALLC_CLS
12.2.2
-
APPS.GMIVITM dependencies on IC_ALLC_CLS
12.2.2
-
APPS.GMI_VALID_GRP dependencies on IC_ALLC_CLS
12.1.1
-
APPS.GMIVITM dependencies on IC_ALLC_CLS
12.1.1
-
eTRM - PMI Tables and Views
12.2.2
-
eTRM - PMI Tables and Views
12.1.1
-
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. ,
-
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. ,
-
PACKAGE BODY: APPS.GMIVITM
12.1.1
-
PACKAGE BODY: APPS.GMIVITM
12.2.2
-
PACKAGE BODY: APPS.GMI_VALID_GRP
12.2.2
-
PACKAGE BODY: APPS.GMI_VALID_GRP
12.1.1
-
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. ,