Search Results ic_plnt_inv
Overview
The IC_PLNT_INV table is a core data object within the Oracle E-Business Suite (EBS) Process Manufacturing Inventory (GMI) module. It serves as the central repository for production rules and inventory control parameters defined at the intersection of an item and a plant (organization). This table is fundamental for managing manufacturing operations in process industries, as it stores the rules that govern material requirements planning (MRP) and provides critical supply defaults used during the creation of production batches. Its configuration directly influences planning accuracy and production execution workflows.
Key Information Stored
The table's primary key is the unique identifier PLNTINV_ID. However, its logical key, enforced by a unique constraint (IC_PLNT_INV_U1), is the combination of ITEM_ID and ORGN_CODE, ensuring a single set of production rules per item per plant. Key columns include ITEM_ID, which links to the item master, and ORGN_CODE, which links to the organization master. Other significant fields typically include parameters for lot control, shelf life, planning methods, yield percentages, and default supply sources. The TEXT_CODE column provides a foreign key link to descriptive text blocks in the IC_TEXT_HDR table, allowing for detailed rule annotations.
Common Use Cases and Queries
A primary use case is the retrieval of production rules for MRP planning or batch creation interfaces. For example, when launching a new production batch, the system queries this table to default the supply type, sourcing organization, or other control parameters. Common reporting needs include listing all configured items for a specific plant or identifying items missing plant-level inventory rules. A sample query to fetch active item rules for a plant would be:
- SELECT i.item_no, p.* FROM ic_plnt_inv p, ic_item_mst_b i WHERE p.item_id = i.item_id AND p.orgn_code = '&PLANT_CODE';
Data in this table is often maintained via the "Item Plant Inventory" form within the GMI application, not via direct SQL manipulation.
Related Objects
IC_PLNT_INV has integral relationships with several master and transactional tables, as documented by its foreign keys. The key relationships are:
- IC_ITEM_MST / IC_ITEM_MST_B: Joined via ITEM_ID. This links the plant-specific rules to the global item definition.
- SY_ORGN_MST / SY_ORGN_MST_B: Joined via ORGN_CODE. This links the rules to the organizational structure (plant).
- IC_TEXT_HDR: Joined via TEXT_CODE. This provides optional extended text descriptions for the production rules.
Given its role, this table is also heavily referenced by MRP engine programs and batch creation APIs within the Process Manufacturing suite.
-
Table: IC_PLNT_INV
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PLNT_INV, object_name:IC_PLNT_INV, status:VALID, product: GMI - Process Manufacturing Inventory , description: Production rules, by item and plant. These rules are used by MRP and supply defaults for Production Batch creation. , implementation_dba_data: GMI.IC_PLNT_INV ,
-
Table: IC_PLNT_INV
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PLNT_INV, object_name:IC_PLNT_INV, status:VALID, product: GMI - Process Manufacturing Inventory , description: Production rules, by item and plant. These rules are used by MRP and supply defaults for Production Batch creation. , implementation_dba_data: GMI.IC_PLNT_INV ,
-
APPS.OPI_EDW_JOB_DETAIL_FOPM_SZ dependencies on IC_PLNT_INV
12.1.1
-
SYNONYM: APPS.IC_PLNT_INV
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IC_PLNT_INV, status:VALID,
-
SYNONYM: APPS.IC_PLNT_INV
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IC_PLNT_INV, status:VALID,
-
VIEW: GMI.IC_PLNT_INV#
12.2.2
owner:GMI, object_type:VIEW, object_name:IC_PLNT_INV#, status:VALID,
-
VIEW: APPS.PMIFV_PROD_EFFI_V
12.1.1
-
VIEW: APPS.PMIFV_PROD_EFFI_V
12.2.2
-
VIEW: GMI.IC_PLNT_INV#
12.2.2
-
APPS.OPI_EDW_JOB_DETAIL_FOPM_SZ dependencies on MTL_SYSTEM_ITEMS
12.1.1
-
APPS.OPI_EDW_JOB_DETAIL_FOPM_SZ dependencies on IC_WHSE_MST
12.1.1
-
PACKAGE BODY: APPS.OPI_EDW_JOB_DETAIL_FOPM_SZ
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OPI_EDW_JOB_DETAIL_FOPM_SZ, status:VALID,
-
APPS.OPI_EDW_JOB_DETAIL_FOPM_SZ dependencies on IC_ITEM_MST
12.1.1
-
APPS.OPI_EDW_JOB_DETAIL_FOPM_SZ dependencies on GL_SETS_OF_BOOKS
12.1.1
-
TABLE: GMI.IC_PLNT_INV
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PLNT_INV, object_name:IC_PLNT_INV, status:VALID,
-
TABLE: GMI.IC_PLNT_INV
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PLNT_INV, object_name:IC_PLNT_INV, status:VALID,
-
APPS.OPI_EDW_JOB_DETAIL_FOPM_SZ dependencies on GL_PLCY_MST
12.1.1
-
APPS.OPI_EDW_JOB_DETAIL_FOPM_SZ dependencies on SY_ORGN_MST
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
View: PMIFV_PROD_EFFI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_PROD_EFFI_V, object_name:PMIFV_PROD_EFFI_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Batch Efficiency , implementation_dba_data: APPS.PMIFV_PROD_EFFI_V ,
-
View: PMIFV_PROD_EFFI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_PROD_EFFI_V, object_name:PMIFV_PROD_EFFI_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Batch Efficiency , implementation_dba_data: APPS.PMIFV_PROD_EFFI_V ,
-
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 ,
-
VIEW: APPS.PMIFV_PROD_EFFI_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_PROD_EFFI_V, object_name:PMIFV_PROD_EFFI_V, status:VALID,
-
VIEW: APPS.PMIFV_PROD_EFFI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMIFV_PROD_EFFI_V, object_name:PMIFV_PROD_EFFI_V, 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: SY_ORGN_MST_B
12.1.1
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID, product: GMA - Process Manufacturing Systems , description: Organization code master Base Table. , implementation_dba_data: GMA.SY_ORGN_MST_B ,
-
Table: SY_ORGN_MST
12.1.1
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,
-
Table: SY_ORGN_MST
12.2.2
product: GMA - Process Manufacturing Systems , description: Organization code master. , implementation_dba_data: Not implemented in this database ,
-
View: PMI_EDW_BTCH_DTL_F_FCV
12.2.2
product: PMI - Process Manufacturing Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
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 ,
-
View: PMI_EDW_BTCH_DTL_F_FCV
12.1.1
product: PMI - Process Manufacturing Intelligence , implementation_dba_data: Not implemented in this database ,
-
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: SY_ORGN_MST_B
12.2.2
owner:GMA, object_type:TABLE, fnd_design_data:GMA.SY_ORGN_MST_B, object_name:SY_ORGN_MST_B, status:VALID, product: GMA - Process Manufacturing Systems , description: Organization code master Base Table. , implementation_dba_data: GMA.SY_ORGN_MST_B ,
-
APPS.OPI_EDW_JOB_DETAIL_FOPM_SZ SQL Statements
12.1.1
-
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 ,
-
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 ,
-
APPS.GME_CONVERT_FPO_PVT SQL Statements
12.2.2
-
APPS.GME_CONVERT_FPO_PVT SQL Statements
12.1.1
-
VIEW: APPS.OPI_EDW_OPM_JOB_DETAIL_FCV
12.1.1
-
View: OPI_EDW_OPM_JOB_DETAIL_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_OPM_JOB_DETAIL_FCV, object_name:OPI_EDW_OPM_JOB_DETAIL_FCV, status:VALID, product: OPI - Operations Intelligence , description: OPM Source View for Job Detail Fact. This Source View is based on OPM Batch and Material Details. The Source view Included the Products and Co-Products data alson with Material inputs , By product Yields etc , implementation_dba_data: APPS.OPI_EDW_OPM_JOB_DETAIL_FCV ,
-
View: OPI_EDW_OPM_JOB_DETAIL_FCV
12.2.2
product: OPI - Operations Intelligence (Obsolete) , description: OPM Source View for Job Detail Fact. This Source View is based on OPM Batch and Material Details. The Source view Included the Products and Co-Products data alson with Material inputs , By product Yields etc , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.OPI_EDW_JOB_DETAIL_FOPM_SZ
12.1.1
-
APPS.GMD_VALIDITY_RULES dependencies on INV_CONVERT
12.2.2
-
VIEW: APPS.OPI_EDW_OPM_JOB_DETAIL_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_OPM_JOB_DETAIL_FCV, object_name:OPI_EDW_OPM_JOB_DETAIL_FCV, status:VALID,
-
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. ,