Search Results amv_i_item_perspectives
Overview
AMV_I_ITEM_PERSPECTIVES is a transactional table in the AMV schema, the Marketing Encyclopedia System module of Oracle E-Business Suite. It stores the perspective attributes associated with an item, allowing items to be categorized and presented through multiple marketing or merchandising perspectives. In Oracle EBS 12.1.1 and 12.2.2 this table acts as the association layer between item master records and the perspective definitions used by the Marketing Encyclopedia System to drive catalog, storefront, and content presentation.
From a Data Vault modeling standpoint, the mined foreign-key structure suggests a link classification. The table resolves a many-to-many relationship between items and perspectives, and its natural business key is the combination of ITEM_ID and PERSPECTIVE_ID. This classification is a heuristic suggestion derived from the relationship data rather than a documented Oracle designation.
Key Information Stored
The documented physical schema contains ten columns. The most significant are:
- ITEM_PERSPECTIVE_ID — the surrogate primary key, enforced by AMV_I_ITEM_PERSPECTIVES_PK and also covered by unique index AMV_I_ITEM_PERSPECTIVES_U1.
- ITEM_ID — foreign key to JTF_AMV_ITEMS_B, identifying the item to which the perspective is applied.
- PERSPECTIVE_ID — identifies the perspective assigned to the item. Together with ITEM_ID it forms the business-key candidate enforced by unique index AMV_I_ITEM_PERSPECTIVES_U2.
- SECURITY_GROUP_ID — foreign key to FND_SECURITY_GROUPS, supporting multi-org and data-security partitioning.
- OBJECT_VERSION_NUMBER — optimistic locking column used by the Oracle Application Framework to detect concurrent updates.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN — the standard WHO audit columns recording who created and last modified each row and when.
Common Use Cases and Queries
Typical usage revolves around reporting which perspectives are attached to which items, and validating that perspective assignments exist for catalog or storefront publishing. A common query joins the association table back to the item base table:
- Listing perspectives for a given item:
SELECT perspective_id FROM amv.amv_i_item_perspectives WHERE item_id = :item_id; - Counting items per perspective for merchandising analysis:
SELECT perspective_id, COUNT(*) FROM amv.amv_i_item_perspectives GROUP BY perspective_id; - Audit and change tracking: filtering on LAST_UPDATE_DATE and LAST_UPDATED_BY to identify recently re-perspectived items.
- Security-scoped extracts: constraining by SECURITY_GROUP_ID for multi-org deployments.
Because OBJECT_VERSION_NUMBER is present, any programmatic insert or update should populate or increment it to remain compatible with OAF-based maintenance screens.
Related Objects
- JTF_AMV_ITEMS_B — joined on AMV_I_ITEM_PERSPECTIVES.ITEM_ID = JTF_AMV_ITEMS_B.ITEM_ID; the parent item base table.
- FND_SECURITY_GROUPS — joined on SECURITY_GROUP_ID for data-security resolution.
- Perspective definition tables in the AMV schema — referenced through PERSPECTIVE_ID, supplying the perspective metadata displayed alongside items.
- AMV_I_ITEM_PERSPECTIVES_PK / _U1 / _U2 — the primary key and unique indexes enforcing row identity and the ITEM_ID + PERSPECTIVE_ID business key.
Together these objects form the linkage that the Marketing Encyclopedia System uses to relate item master data to its presentation perspectives.
-
Table: AMV_I_ITEM_PERSPECTIVES
12.1.1
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_I_ITEM_PERSPECTIVES, object_name:AMV_I_ITEM_PERSPECTIVES, status:VALID, product: AMV - Marketing Encyclopedia System , description: Stores all the perspective attributes for an item , implementation_dba_data: AMV.AMV_I_ITEM_PERSPECTIVES ,
-
Table: AMV_I_ITEM_PERSPECTIVES
12.2.2
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_I_ITEM_PERSPECTIVES, object_name:AMV_I_ITEM_PERSPECTIVES, status:VALID, product: AMV - Marketing Encyclopedia System , description: Stores all the perspective attributes for an item , implementation_dba_data: AMV.AMV_I_ITEM_PERSPECTIVES ,
-
VIEW: AMV.AMV_I_ITEM_PERSPECTIVES#
12.2.2
-
TABLE: AMV.AMV_I_ITEM_PERSPECTIVES
12.1.1
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_I_ITEM_PERSPECTIVES, object_name:AMV_I_ITEM_PERSPECTIVES, status:VALID,
-
SYNONYM: APPS.AMV_I_ITEM_PERSPECTIVES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMV_I_ITEM_PERSPECTIVES, status:VALID,
-
VIEW: AMV.AMV_I_ITEM_PERSPECTIVES#
12.2.2
owner:AMV, object_type:VIEW, object_name:AMV_I_ITEM_PERSPECTIVES#, status:VALID,
-
APPS.AMV_PERSPECTIVE_PVT SQL Statements
12.2.2
-
APPS.AMV_PERSPECTIVE_PVT SQL Statements
12.1.1
-
SYNONYM: APPS.AMV_I_ITEM_PERSPECTIVES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMV_I_ITEM_PERSPECTIVES, status:VALID,
-
TABLE: AMV.AMV_I_ITEM_PERSPECTIVES
12.2.2
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_I_ITEM_PERSPECTIVES, object_name:AMV_I_ITEM_PERSPECTIVES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
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
-
Table: JTF_AMV_ITEMS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_AMV_ITEMS_B, object_name:JTF_AMV_ITEMS_B, status:VALID, product: JTF - CRM Foundation , description: Store document. , implementation_dba_data: JTF.JTF_AMV_ITEMS_B ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.AMV_MATCH_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_MATCH_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
Table: JTF_AMV_ITEMS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_AMV_ITEMS_B, object_name:JTF_AMV_ITEMS_B, status:VALID, product: JTF - CRM Foundation , description: Store document. , implementation_dba_data: JTF.JTF_AMV_ITEMS_B ,
-
PACKAGE BODY: APPS.AMV_PERSPECTIVE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_PERSPECTIVE_PVT, status:VALID,
-
APPS.AMV_MATCH_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AMV_PERSPECTIVE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_PERSPECTIVE_PVT, status:VALID,
-
APPS.AMV_MATCH_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.AMV_MATCH_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_MATCH_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMV_PERSPECTIVE_PVT
12.2.2
-
PACKAGE BODY: APPS.AMV_PERSPECTIVE_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. ,
-
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. ,
-
APPS.AMV_PERSPECTIVE_PVT dependencies on AMV_I_ITEM_PERSPECTIVES
12.2.2
-
APPS.AMV_PERSPECTIVE_PVT dependencies on AMV_I_ITEM_PERSPECTIVES
12.1.1
-
APPS.AMV_MATCH_PVT dependencies on AMV_I_ITEM_PERSPECTIVES
12.2.2
-
APPS.AMV_MATCH_PVT dependencies on AMV_I_ITEM_PERSPECTIVES
12.1.1
-
Foreign Keys
12.2.2
-
Foreign Keys
12.1.1
-
APPS.AMV_MATCH_PVT dependencies on AMV_C_CHL_PERSPECTIVES
12.1.1
-
APPS.AMV_MATCH_PVT dependencies on AMV_C_CHL_PERSPECTIVES
12.2.2
-
PACKAGE BODY: APPS.AMV_MATCH_PVT
12.2.2
-
PACKAGE BODY: APPS.AMV_MATCH_PVT
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. ,
-
APPS.AMV_PERSPECTIVE_PVT dependencies on AMV_C_CHL_PERSPECTIVES
12.2.2
-
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. ,
-
APPS.AMV_PERSPECTIVE_PVT dependencies on AMV_I_PERSPECTIVES_PKG
12.2.2
-
APPS.AMV_PERSPECTIVE_PVT dependencies on AMV_I_PERSPECTIVES_PKG
12.1.1
-
APPS.AMV_PERSPECTIVE_PVT dependencies on AMV_C_CHL_PERSPECTIVES
12.1.1
-
APPS.AMV_PERSPECTIVE_PVT dependencies on AMV_I_PERSPECTIVES_TL
12.2.2
-
APPS.AMV_PERSPECTIVE_PVT dependencies on AMV_I_PERSPECTIVES_B
12.2.2