Search Results item
The PO_VENDOR_ITEMS_MST (PO_VNIT_MST) table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical repository for vendor item information within the Purchasing module. This table stores master data that links supplier-provided items with internal inventory items, facilitating procurement processes, supplier collaboration, and purchase order management. Below is a detailed technical and functional analysis of this table.
Table Overview
PO_VNIT_MST serves as the foundation for vendor item master data, enabling organizations to maintain a centralized record of items supplied by vendors. It acts as a cross-reference between internal item identifiers (e.g., INVENTORY_ITEM_ID and ORGANIZATION_ID) and vendor-specific item details (e.g., VENDOR_PRODUCT_NUM). This linkage is essential for automating procurement workflows, reducing manual data entry, and ensuring accuracy in purchase orders.Key Columns and Relationships
- VENDOR_ID: Foreign key to PO_VENDORS, identifying the supplier.
- VENDOR_SITE_ID: Foreign key to PO_VENDOR_SITES_ALL, specifying the supplier location.
- INVENTORY_ITEM_ID and ORGANIZATION_ID: Foreign keys to MTL_SYSTEM_ITEMS_B, linking to internal inventory items.
- VENDOR_PRODUCT_NUM: Vendor’s unique identifier for the item (e.g., SKU or part number).
- PRIMARY_UOM_CODE: Unit of measure (UOM) for the item, referencing MTL_UNITS_OF_MEASURE.
- USER_ITEM_DESCRIPTION: Optional user-defined description overriding the default item description.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY: Standard Oracle audit columns.
Functional Significance
- Procurement Efficiency: Enables auto-population of item details in purchase orders, reducing errors.
- Supplier Collaboration: Facilitates electronic data interchange (EDI) by mapping vendor-specific identifiers to internal items.
- Price Negotiation: Supports vendor-specific pricing agreements stored in related tables like PO_VENDOR_ITEM_PRICES.
- Approval Workflows: Integrates with approval hierarchies by associating items with approved suppliers.
Integration Points
- Inventory Management: Synchronizes with MTL_SYSTEM_ITEMS_B to ensure item consistency.
- Purchasing Documents: Linked to PO_HEADERS_ALL and PO_LINES_ALL for PO generation.
- Supplier Portal: Exposes vendor item data for self-service updates via Oracle iSupplier Portal.
Technical Considerations
- Indexes: Key indexes include PO_VENDOR_ITEMS_MST_N1 (VENDOR_ID, VENDOR_SITE_ID) and PO_VENDOR_ITEMS_MST_U1 (unique constraint on VENDOR_ID, VENDOR_SITE_ID, INVENTORY_ITEM_ID, ORGANIZATION_ID).
- APIs: Custom integrations should use Oracle’s PL/SQL APIs (e.g., PO_VENDOR_ITEMS_PKG) to avoid direct DML.
- Data Volume: Large implementations may require partitioning strategies for performance optimization.
Common Use Cases
- Item Master Maintenance: Adding or updating vendor item cross-references via Oracle Forms or web ADI.
- Reporting: Generating supplier performance reports by joining with PO_VENDORS and PO_VENDOR_SITES_ALL.
- Data Migration: Legacy system data loads during implementations require careful mapping of vendor item attributes.
Conclusion
PO_VNIT_MST is a cornerstone table in Oracle EBS Purchasing, bridging internal inventory systems with supplier data. Its design supports scalability, auditability, and integration with broader supply chain processes. Proper utilization of this table enhances procurement accuracy, streamlines supplier interactions, and ensures data integrity across the procure-to-pay lifecycle.-
File: GML_11i_OP Item Setup.pdf
12.1.1
product: GML - Process Manufacturing Logistics , size: 20.893 KBytes , file_type: PDF Diagram ,
-
File: GML_11i_OP Item Setup.pdf
12.2.2
product: GML - Process Manufacturing Logistics , size: 20.893 KBytes , file_type: PDF Diagram ,
-
Lookup Type: SORT_OPTIONS2_GEMMSPO
12.2.2
product: GML - Process Manufacturing Logistics , meaning: SORT_OPTIONS2_GEMMSPO , description: SORT_OPTIONS2_GEMMSPO ,
-
Lookup Type: SORT_OPTIONS2_GEMMSPO
12.1.1
product: GML - Process Manufacturing Logistics , meaning: SORT_OPTIONS2_GEMMSPO , description: SORT_OPTIONS2_GEMMSPO ,
-
Lookup Type: SORT_OPTIONS1_GEMMSPO
12.2.2
product: GML - Process Manufacturing Logistics , meaning: SORT_OPTIONS1_GEMMSPO , description: SORT_OPTIONS1_GEMMSPO ,
-
Lookup Type: SORT_OPTIONS1_GEMMSPO
12.1.1
product: GML - Process Manufacturing Logistics , meaning: SORT_OPTIONS1_GEMMSPO , description: SORT_OPTIONS1_GEMMSPO ,
-
Lookup Type: RESTRICT_TO_CUSTITEMS
12.1.1
product: GML - Process Manufacturing Logistics , meaning: Restriction on ordering items , description: Restriction on ordering items ,
-
Lookup Type: GEMMS_OP_ORUARPJ
12.2.2
product: GML - Process Manufacturing Logistics , meaning: OPM Sales Audit Trail Report , description: OPM Sales Audit Trail Report ,
-
Lookup Type: GEMMS_OP_ORPLRPJ
12.2.2
product: GML - Process Manufacturing Logistics , meaning: OPM Ship Pick List , description: OPM Ship Pick List ,
-
Lookup Type: RESTRICT_TO_CUSTITEMS
12.2.2
product: GML - Process Manufacturing Logistics , meaning: Restriction on ordering items , description: Restriction on ordering items ,
-
Lookup Type: GEMMS_OP_ORAUDTR
12.2.2
product: GML - Process Manufacturing Logistics , meaning: OPM Audit Trail Report , description: OPM Audit Trail Report ,
-
Lookup Type: GEMMS_OP_PLRPJ
12.1.1
product: GML - Process Manufacturing Logistics , meaning: OPM Pick List Report , description: OPM Pick List Report ,
-
Lookup Type: GEMMS_OP_ORAUDTR
12.1.1
product: GML - Process Manufacturing Logistics , meaning: OPM Audit Trail Report , description: OPM Audit Trail Report ,
-
Lookup Type: GEMMS_OP_PLRPJ
12.2.2
product: GML - Process Manufacturing Logistics , meaning: OPM Pick List Report , description: OPM Pick List Report ,
-
Lookup Type: GEMMS_OP_ORPLRPJ
12.1.1
product: GML - Process Manufacturing Logistics , meaning: OPM Ship Pick List , description: OPM Ship Pick List ,
-
Lookup Type: GEMMS_OP_ORUARPJ
12.1.1
product: GML - Process Manufacturing Logistics , meaning: OPM Sales Audit Trail Report , description: OPM Sales Audit Trail Report ,
-
View: OP_GNRC_ITM_VW2
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_GNRC_ITM_VW2, object_name:OP_GNRC_ITM_VW2, status:VALID, product: GML - Process Manufacturing Logistics , description: View on customer/generic item table. , implementation_dba_data: APPS.OP_GNRC_ITM_VW2 ,
-
Table: PO_VNIT_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_VNIT_MST, object_name:PO_VNIT_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Vendor Item Table not supported in OPM Purchasing. , implementation_dba_data: GML.PO_VNIT_MST ,
-
Table: PO_VNIT_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_VNIT_MST, object_name:PO_VNIT_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Vendor Item Table not supported in OPM Purchasing. , implementation_dba_data: GML.PO_VNIT_MST ,
-
View: OP_GNRC_ITM_VW2
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_GNRC_ITM_VW2, object_name:OP_GNRC_ITM_VW2, status:VALID, product: GML - Process Manufacturing Logistics , description: View on customer/generic item table. , implementation_dba_data: APPS.OP_GNRC_ITM_VW2 ,
-
Table: OP_CUST_ITM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_ITM, object_name:OP_CUST_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer item information. , implementation_dba_data: GML.OP_CUST_ITM ,
-
Table: OP_CUST_ITM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_ITM, object_name:OP_CUST_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer item information. , implementation_dba_data: GML.OP_CUST_ITM ,
-
Table: 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, product: GML - Process Manufacturing Logistics , description: Allocation parameters by customer and item class. , implementation_dba_data: GML.OP_ALOT_PRM ,
-
View: OP_GNRC_ITM_VW1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_GNRC_ITM_VW1, object_name:OP_GNRC_ITM_VW1, status:VALID, product: GML - Process Manufacturing Logistics , description: View on customer/generic item table. Used in lookups. , implementation_dba_data: APPS.OP_GNRC_ITM_VW1 ,
-
Table: OP_PKGD_ITM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PKGD_ITM, object_name:OP_PKGD_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Packaged item names and shipping weights. , implementation_dba_data: GML.OP_PKGD_ITM ,
-
Table: OP_PKGD_ITM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PKGD_ITM, object_name:OP_PKGD_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Packaged item names and shipping weights. , implementation_dba_data: GML.OP_PKGD_ITM ,
-
Table: 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, product: GML - Process Manufacturing Logistics , description: Allocation parameters by customer and item class. , implementation_dba_data: GML.OP_ALOT_PRM ,
-
View: OP_GNRC_ITM_VW1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_GNRC_ITM_VW1, object_name:OP_GNRC_ITM_VW1, status:VALID, product: GML - Process Manufacturing Logistics , description: View on customer/generic item table. Used in lookups. , implementation_dba_data: APPS.OP_GNRC_ITM_VW1 ,
-
Table: OP_CHRG_ITM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CHRG_ITM, object_name:OP_CHRG_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Charges for items or item classes and customers. , implementation_dba_data: GML.OP_CHRG_ITM ,
-
Table: OP_CHRG_ITM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CHRG_ITM, object_name:OP_CHRG_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Charges for items or item classes and customers. , implementation_dba_data: GML.OP_CHRG_ITM ,
-
Table: TX_TAXA_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TAXA_DTL, object_name:TX_TAXA_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax rates by item and/or charge class for a tax authority. , implementation_dba_data: GML.TX_TAXA_DTL ,
-
Table: TX_TAXA_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.TX_TAXA_DTL, object_name:TX_TAXA_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Tax rates by item and/or charge class for a tax authority. , implementation_dba_data: GML.TX_TAXA_DTL ,
-
Table: OP_PRCE_ITM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRCE_ITM, object_name:OP_PRCE_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Item prices on a pricelist. , implementation_dba_data: GML.OP_PRCE_ITM ,
-
Table: OP_PRCE_ITM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRCE_ITM, object_name:OP_PRCE_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Item prices on a pricelist. , implementation_dba_data: GML.OP_PRCE_ITM ,
-
Table: OP_CNTR_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CNTR_DTL, object_name:OP_CNTR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Item prices on a contract. , implementation_dba_data: GML.OP_CNTR_DTL ,
-
Table: OP_CNTR_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CNTR_DTL, object_name:OP_CNTR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Item prices on a contract. , implementation_dba_data: GML.OP_CNTR_DTL ,
-
View: OP_PRCE_ITM_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_PRCE_ITM_VL, object_name:OP_PRCE_ITM_VL, status:VALID, product: GML - Process Manufacturing Logistics , description: Price item view , implementation_dba_data: APPS.OP_PRCE_ITM_VL ,
-
View: OP_PRCE_ITM_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.OP_PRCE_ITM_VL, object_name:OP_PRCE_ITM_VL, status:VALID, product: GML - Process Manufacturing Logistics , description: Price item view , implementation_dba_data: APPS.OP_PRCE_ITM_VL ,