Search Results vendor
Overview
The PO_VEND_CLS table is a core reference table within the Oracle E-Business Suite (EBS) Process Manufacturing Logistics (GML) module. It serves as the master repository for defining and maintaining vendor classification codes. In procurement and supply chain management, vendor classes are critical for categorizing suppliers based on predefined criteria such as business type, commodity supplied, or procurement strategy. This classification enables standardized reporting, streamlined sourcing, and the consistent application of business rules and approval workflows across groups of similar suppliers. Its role is foundational, providing a validated list of codes that ensure data integrity when classifying vendors in the broader supplier master data.
Key Information Stored
While the provided ETRM metadata does not list specific columns, the structure of a typical classification table and the documented constraints indicate the key data elements. The primary column is VEND_CLASS, which stores the unique alphanumeric code identifying the vendor class. Based on standard EBS design patterns, the table likely also includes descriptive columns such as a name (e.g., VEND_CLASS_DESC) and enabled/disabled status flags. The existence of a foreign key relationship with the PO_TEXT_HDR table via a TEXT_CODE column suggests PO_VEND_CLS also stores a reference to a standard text block, allowing for class-specific terms and conditions to be automatically associated with vendors in this category.
Common Use Cases and Queries
This table is primarily used in master data setup, reporting, and as a validation source. Common operational scenarios include populating list of values (LOVs) in the "Vendor Class" field during supplier entry in the PO_VEND_MST form and generating reports that segment supplier performance or spend analysis by class. A typical query to retrieve all active vendor classes with their descriptions and associated text would follow this pattern:
- SELECT vend_class, vend_class_desc, text_code FROM gml.po_vend_cls WHERE enabled_flag = 'Y' ORDER BY vend_class;
For integration or data migration, scripts often reference this table to validate vendor class codes before loading records into the supplier master (PO_VEND_MST).
Related Objects
As per the documented foreign keys, PO_VEND_CLS has direct relationships with several key tables. The primary relationship is with the PO_VEND_MST (Vendor Master) table, where the VEND_CLASS column is a foreign key referencing PO_VEND_CLS. This enforces that every vendor's classification must be a valid code from this table. Secondly, a relationship with PO_TEXT_HDR exists via the TEXT_CODE column, linking a class to standardized contractual text. Consequently, any forms, reports, or APIs that interact with vendor classification or leveraged text for a vendor class will depend on this table.
-
File: GML_11i_PO Vendor Setup.pdf
12.2.2
product: GML - Process Manufacturing Logistics , size: 19.63 KBytes , file_type: PDF Diagram ,
-
File: GML_11i_PO Vendor Setup.pdf
12.1.1
product: GML - Process Manufacturing Logistics , size: 19.63 KBytes , file_type: PDF Diagram ,
-
Lookup Type: VENDOR_TYPE
12.1.1
product: GML - Process Manufacturing Logistics , meaning: Type of vendor , description: Type of vendor ,
-
Lookup Type: VENDOR_TYPE
12.2.2
product: GML - Process Manufacturing Logistics , meaning: Type of vendor , description: Type of vendor ,
-
Lookup Type: APPROVED_IND
12.1.1
product: GML - Process Manufacturing Logistics , meaning: Vendor is approved vendor or not , description: Vendor is approved vendor or not ,
-
Lookup Type: APPROVED_IND
12.2.2
product: GML - Process Manufacturing Logistics , meaning: Vendor is approved vendor or not , description: Vendor is approved vendor or not ,
-
Lookup Type: PAYMENT_IND
12.2.2
product: GML - Process Manufacturing Logistics , meaning: Does the vendor do invoicing , description: Does the vendor do invoicing ,
-
Lookup Type: PAYMENT_IND
12.1.1
product: GML - Process Manufacturing Logistics , meaning: Does the vendor do invoicing , description: Does the vendor do invoicing ,
-
Lookup Type: SORT_OPTIONS1_GEMMSPO
12.2.2
product: GML - Process Manufacturing Logistics , meaning: SORT_OPTIONS1_GEMMSPO , description: SORT_OPTIONS1_GEMMSPO ,
-
Lookup Type: CHANGE_CURRENCY
12.1.1
product: GML - Process Manufacturing Logistics , meaning: Using vendor default currency. , description: Using vendor default currency. ,
-
Lookup Type: SORT_OPTIONS1_GEMMSPO
12.1.1
product: GML - Process Manufacturing Logistics , meaning: SORT_OPTIONS1_GEMMSPO , description: SORT_OPTIONS1_GEMMSPO ,
-
Lookup Type: CHANGE_CURRENCY
12.2.2
product: GML - Process Manufacturing Logistics , meaning: Using vendor default currency. , description: Using vendor default currency. ,
-
Table: PO_VEND_CLS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_VEND_CLS, object_name:PO_VEND_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Vendor classes. , implementation_dba_data: GML.PO_VEND_CLS ,
-
View: PO_VEND_MST_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.PO_VEND_MST_V1, object_name:PO_VEND_MST_V1, status:VALID, product: GML - Process Manufacturing Logistics , description: View on vendor master table , implementation_dba_data: APPS.PO_VEND_MST_V1 ,
-
Table: PO_VTRD_CLS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_VTRD_CLS, object_name:PO_VTRD_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Vendor trade class. , implementation_dba_data: GML.PO_VTRD_CLS ,
-
Table: PO_VEND_CLS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_VEND_CLS, object_name:PO_VEND_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Vendor classes. , implementation_dba_data: GML.PO_VEND_CLS ,
-
Table: PO_VTRD_CLS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_VTRD_CLS, object_name:PO_VTRD_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Vendor trade class. , implementation_dba_data: GML.PO_VTRD_CLS ,
-
View: PO_VEND_MST_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.PO_VEND_MST_V1, object_name:PO_VEND_MST_V1, status:VALID, product: GML - Process Manufacturing Logistics , description: View on vendor master table , implementation_dba_data: APPS.PO_VEND_MST_V1 ,
-
Table: PO_VGLD_CLS
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_VGLD_CLS, object_name:PO_VGLD_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Vendor GL (General Ledger) classes. , implementation_dba_data: GML.PO_VGLD_CLS ,
-
Table: PO_VEND_ASC
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_VEND_ASC, object_name:PO_VEND_ASC, status:VALID, product: GML - Process Manufacturing Logistics , description: Vendor associations/relationships. , implementation_dba_data: GML.PO_VEND_ASC ,
-
Table: PO_VGLD_CLS
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_VGLD_CLS, object_name:PO_VGLD_CLS, status:VALID, product: GML - Process Manufacturing Logistics , description: Vendor GL (General Ledger) classes. , implementation_dba_data: GML.PO_VGLD_CLS ,
-
Table: PO_VEND_ASC
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_VEND_ASC, object_name:PO_VEND_ASC, status:VALID, product: GML - Process Manufacturing Logistics , description: Vendor associations/relationships. , implementation_dba_data: GML.PO_VEND_ASC ,
-
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: OF_PO_VEND_ASC_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.OF_PO_VEND_ASC_VW, object_name:OF_PO_VEND_ASC_VW, status:VALID, product: GML - Process Manufacturing Logistics , description: Vendor Association View , implementation_dba_data: APPS.OF_PO_VEND_ASC_VW ,
-
View: OF_PO_VEND_ASC_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.OF_PO_VEND_ASC_VW, object_name:OF_PO_VEND_ASC_VW, status:VALID, product: GML - Process Manufacturing Logistics , description: Vendor Association View , implementation_dba_data: APPS.OF_PO_VEND_ASC_VW ,
-
Table: PO_VEND_MST
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_VEND_MST, object_name:PO_VEND_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Vendor master. , implementation_dba_data: GML.PO_VEND_MST ,
-
Table: PO_VEND_MST
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.PO_VEND_MST, object_name:PO_VEND_MST, status:VALID, product: GML - Process Manufacturing Logistics , description: Vendor master. , implementation_dba_data: GML.PO_VEND_MST ,
-
View: PO_VEND_MSTI2_VW1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.PO_VEND_MSTI2_VW1, object_name:PO_VEND_MSTI2_VW1, status:VALID, product: GML - Process Manufacturing Logistics , description: View on vendor master table. , implementation_dba_data: APPS.PO_VEND_MSTI2_VW1 ,
-
View: PO_VEND_MSTI2_VW1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.PO_VEND_MSTI2_VW1, object_name:PO_VEND_MSTI2_VW1, status:VALID, product: GML - Process Manufacturing Logistics , description: View on vendor master table. , implementation_dba_data: APPS.PO_VEND_MSTI2_VW1 ,