Search Results amv_vendor_keys
Overview
The AMV_VENDOR_KEYS table is a core data object within the Marketing Encyclopedia System (MES) module of Oracle E-Business Suite (EBS). Its primary function is to manage the relationship between marketing content items, known as "stocks," and their external content providers or vendors. The table acts as a junction, storing a unique key identifier for each vendor associated with every stock item registered in the AMV_STOCKS table. This structure is essential for tracking content provenance, managing vendor-specific metadata, and supporting content licensing and sourcing workflows within the MES application.
Key Information Stored
The table's structure is designed to link vendor, party, and stock information. The primary and foreign key columns are of particular importance. The VENDOR_KEY_ID column serves as the table's unique primary key. The STOCK_ID column is a foreign key that links each record to a specific content item in the AMV_STOCKS table. The VENDOR_ID column is a foreign key referencing the PO_VENDORS table, connecting the record to the EBS procurement vendor master. Finally, the PARTY_ID column is a foreign key referencing the HZ_PARTIES table in the Trading Community Architecture (TCA) model, linking the vendor to its standardized party definition. This dual-link to both procurement and TCA entities provides integration flexibility across the EBS suite.
Common Use Cases and Queries
A primary use case is generating reports on content sourcing, such as listing all stocks provided by a specific vendor. This is critical for vendor performance analysis and content audit trails. Application logic frequently queries this table to validate vendor associations when uploading or publishing new marketing content. A typical query pattern involves joining AMV_VENDOR_KEYS with AMV_STOCKS and vendor master tables:
SELECT s.stock_name, v.vendor_name FROM amv_vendor_keys vk, amv_stocks s, po_vendors v WHERE vk.stock_id = s.stock_id AND vk.vendor_id = v.vendor_id AND v.vendor_id = :p_vendor_id;
Another common operation is inserting a new record when a new vendor-key association is established for a stock during content setup.
Related Objects
AMV_VENDOR_KEYS is centrally connected to several key EBS objects. Its primary relationship is with the AMV_STOCKS table, which holds the master definition of marketing content items. For vendor information, it has two critical foreign key dependencies: the PO_VENDORS table from the Purchasing module and the HZ_PARTIES table from the Trading Community Architecture (TCA) foundation. These relationships ensure vendor data consistency across procurement, customer management, and marketing content systems. The table is protected by the primary key constraint AMV_VENDOR_KEYS_PK on the VENDOR_KEY_ID column.
-
Table: AMV_VENDOR_KEYS
12.1.1
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_VENDOR_KEYS, object_name:AMV_VENDOR_KEYS, status:VALID, product: AMV - Marketing Encyclopedia System , description: Stores the key id of each vendor (content provider) for all the stocks in amv_stocks. , implementation_dba_data: AMV.AMV_VENDOR_KEYS ,
-
Table: AMV_VENDOR_KEYS
12.2.2
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_VENDOR_KEYS, object_name:AMV_VENDOR_KEYS, status:VALID, product: AMV - Marketing Encyclopedia System , description: Stores the key id of each vendor (content provider) for all the stocks in amv_stocks. , implementation_dba_data: AMV.AMV_VENDOR_KEYS ,
-
APPS.AMV_STOCK_PVT dependencies on AMV_VENDOR_KEYS
12.2.2
-
APPS.AMV_STOCK_PVT dependencies on AMV_VENDOR_KEYS
12.1.1
-
VIEW: AMV.AMV_VENDOR_KEYS#
12.2.2
owner:AMV, object_type:VIEW, object_name:AMV_VENDOR_KEYS#, status:VALID,
-
APPS.AMV_STOCK_PVT SQL Statements
12.2.2
-
SYNONYM: APPS.AMV_VENDOR_KEYS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMV_VENDOR_KEYS, status:VALID,
-
SYNONYM: APPS.AMV_VENDOR_KEYS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMV_VENDOR_KEYS, status:VALID,
-
VIEW: AMV.AMV_VENDOR_KEYS#
12.2.2
-
APPS.AMV_STOCK_PVT SQL Statements
12.1.1
-
TABLE: AMV.AMV_VENDOR_KEYS
12.2.2
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_VENDOR_KEYS, object_name:AMV_VENDOR_KEYS, status:VALID,
-
TABLE: AMV.AMV_VENDOR_KEYS
12.1.1
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_VENDOR_KEYS, object_name:AMV_VENDOR_KEYS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.AMV_STOCK_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_STOCK_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
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 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.AMV_STOCK_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_STOCK_PVT, status:VALID,
-
APPS.AMV_STOCK_PVT dependencies on AMV_STOCKS
12.1.1
-
APPS.AMV_STOCK_PVT dependencies on AMV_STOCKS
12.2.2
-
APPS.AMV_STOCK_PVT dependencies on AMV_NEWS
12.1.1
-
APPS.AMV_STOCK_PVT dependencies on AMV_NEWS
12.2.2
-
APPS.AMV_STOCK_PVT dependencies on AMV_USER_TICKER
12.1.1
-
APPS.AMV_STOCK_PVT dependencies on AMV_USER_TICKER
12.2.2
-
Table: PO_VENDORS
12.2.2
product: PO - Purchasing , description: Suppliers , implementation_dba_data: Not implemented in this database ,
-
Table: PO_VENDORS
12.1.1
product: PO - Purchasing , description: Suppliers , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.AMV_STOCK_PVT
12.1.1
-
eTRM - AMV Tables and Views
12.1.1
description: Stores the key id of each vendor (content provider) for all the stocks in amv_stocks. ,
-
PACKAGE BODY: APPS.AMV_STOCK_PVT
12.2.2
-
eTRM - AMV Tables and Views
12.2.2
description: Stores the key id of each vendor (content provider) for all the stocks in amv_stocks. ,
-
Foreign Keys
12.2.2
-
Foreign Keys
12.1.1
-
Table: HZ_PARTIES
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
Table: HZ_PARTIES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_PARTIES, object_name:HZ_PARTIES, status:VALID, product: AR - Receivables , description: Information about parties such as organizations, people, and groups , implementation_dba_data: AR.HZ_PARTIES ,
-
APPS.AMV_STOCK_PVT dependencies on STANDARD
12.2.2
-
APPS.AMV_STOCK_PVT dependencies on STANDARD
12.1.1
-
eTRM - AMV Tables and Views
12.2.2
description: Stores the key id of each vendor (content provider) for all the stocks in amv_stocks. ,
-
eTRM - AMV Tables and Views
12.1.1
description: Stores the key id of each vendor (content provider) for all the stocks in amv_stocks. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1