Search Results amv_c_chl_item_match
Overview
AMV_C_CHL_ITEM_MATCH is a table in the AMV schema belonging to the Marketing Encyclopedia System (MES) module of Oracle E-Business Suite. It records the publication relationships between marketing items and the channels through which those items are exposed to users. In practical terms, the table answers the question: "which items are published to which channels, and under what approval, availability, and security conditions?" It is the associative junction that ties the item master content stored in JTF_AMV_ITEMS_B to the delivery channels defined in AMV_C_CHANNELS_B.
From a Data Vault modeling perspective, the ETRM FK structure suggests that AMV_C_CHL_ITEM_MATCH functions as a link entity. Its foreign keys resolve to independent hubs (items, channels, categories, applications), and the presence of descriptive attributes such as approval status, approval date, and availability dates indicates that the table also carries satellite-like descriptive context alongside the link. It is therefore best treated as a link table with embedded descriptive columns rather than a pure transactional or reference table.
The object is VALID in both 12.1.1 and 12.2.2 and is owned exclusively by the AMV schema. The documented physical schema comprises 18 columns.
Key Information Stored
The primary key is AMV_C_CHL_ITEM_MATCH_PK, defined on the surrogate column CHANNEL_ITEM_ID. A unique index, AMV_C_CHL_ITEM_MATCH_U1 (also documented as AMV_C_CHL_ITEM_MATCH_UK1), is also defined on CHANNEL_ITEM_ID; because it duplicates the primary key column rather than defining a separate composite key, the true business key is effectively the combination CHANNEL_ID + ITEM_ID + TABLE_NAME_CODE.
- CHANNEL_ITEM_ID — Surrogate primary key; unique row identifier for each item-channel publication record.
- CHANNEL_ID — FK to AMV_C_CHANNELS_B; the channel to which the item is published.
- ITEM_ID — FK to JTF_AMV_ITEMS_B; the marketing item being published.
- TABLE_NAME_CODE — Discriminator indicating the source entity type referenced by ITEM_ID; critical for disambiguating item identity across content tables.
- CHANNEL_CATEGORY_ID — FK to AMV_C_CATEGORIES_B; the category grouping applied to the channel-item relationship.
- APPLICATION_ID — FK to FND_APPLICATION; identifies the owning application context of the publication.
- APPROVAL_STATUS_TYPE and APPROVAL_DATE — Approval workflow state and timestamp for the publication.
- AVAILABLE_DUE_TO_TYPE and AVAILABLE_FOR_CHANNEL_DATE — Rules governing when the item becomes visible on the channel.
- SECURITY_GROUP_ID — FK to FND_SECURITY_GROUPS; supports multi-org / security group partitioning.
- TERRITORY_ID — Optional territory scoping for the publication.
- OBJECT_VERSION_NUMBER — Optimistic concurrency control column used by the OAF framework.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN — Standard EBS WHO columns for audit and traceability.
Common Use Cases and Queries
Reporting on published content is the dominant use case. Administrators query this table to determine which items are live on a given channel, whether approvals are pending, and which publications are territory- or security-group restricted.
- Channel content listing: join to JTF_AMV_ITEMS_B and AMV_C_CHANNELS_B to render a catalog of published items per channel.
- Approval audits: filter on APPROVAL_STATUS_TYPE to identify unapproved or stale publications.
- Availability scheduling: select rows where AVAILABLE_FOR_CHANNEL_DATE is in the future to preview upcoming publications.
- Security checks: restrict results by SECURITY_GROUP_ID to enforce org-level visibility.
A representative query pattern:
SELECT i.item_name, c.channel_name, m.approval_status_type, m.available_for_channel_date FROM amv.amv_c_chl_item_match m, jtf_amv_items_b i, amv.amv_c_channels_b c WHERE m.item_id = i.item_id AND m.channel_id = c.channel_id AND m.security_group_id = :sg_id;
Related Objects
- JTF_AMV_ITEMS_B — Joined on ITEM_ID; the item master holding published content.
- AMV_C_CHANNELS_B — Joined on CHANNEL_ID; defines delivery channels.
- AMV_C_CATEGORIES_B — Joined on CHANNEL_CATEGORY_ID; provides category grouping.
- FND_APPLICATION — Joined on APPLICATION_ID; identifies the owning application.
- FND_SECURITY_GROUPS — Joined on SECURITY_GROUP_ID; enforces security partitioning.
-
Table: AMV_C_CHL_ITEM_MATCH
12.2.2
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_CHL_ITEM_MATCH, object_name:AMV_C_CHL_ITEM_MATCH, status:VALID, product: AMV - Marketing Encyclopedia System , description: Stores to what channels an item is published , implementation_dba_data: AMV.AMV_C_CHL_ITEM_MATCH ,
-
Table: AMV_C_CHL_ITEM_MATCH
12.1.1
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_CHL_ITEM_MATCH, object_name:AMV_C_CHL_ITEM_MATCH, status:VALID, product: AMV - Marketing Encyclopedia System , description: Stores to what channels an item is published , implementation_dba_data: AMV.AMV_C_CHL_ITEM_MATCH ,
-
APPS.AMV_MATCH_PVT SQL Statements
12.1.1
-
APPS.AMV_MATCH_PVT SQL Statements
12.2.2
-
VIEW: AMV.AMV_C_CHL_ITEM_MATCH#
12.2.2
owner:AMV, object_type:VIEW, object_name:AMV_C_CHL_ITEM_MATCH#, status:VALID,
-
SYNONYM: APPS.AMV_C_CHL_ITEM_MATCH
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMV_C_CHL_ITEM_MATCH, status:VALID,
-
SYNONYM: APPS.AMV_C_CHL_ITEM_MATCH
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMV_C_CHL_ITEM_MATCH, status:VALID,
-
VIEW: AMV.AMV_C_CHL_ITEM_MATCH#
12.2.2
-
APPS.IEM_RULES_ENGINE_PUB SQL Statements
12.1.1
-
APPS.IEM_RULES_ENGINE_PUB SQL Statements
12.2.2
-
APPS.AMV_ITEM_PUB SQL Statements
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.IEM_DIAG_KB_DOC_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IEM_DIAG_KB_DOC_PVT, status:VALID,
-
APPS.AMV_ITEM_PUB SQL Statements
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
-
12.2.2 DBA Data
12.2.2
-
Table: AMV_C_CHANNELS_B
12.2.2
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_CHANNELS_B, object_name:AMV_C_CHANNELS_B, status:VALID, product: AMV - Marketing Encyclopedia System , description: Base Table AMV_C_CHANNELS_B stores all channels that exist in the system. , implementation_dba_data: AMV.AMV_C_CHANNELS_B ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.IEM_DIAG_KB_DOC_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IEM_DIAG_KB_DOC_PVT, status:VALID,
-
Table: AMV_C_CATEGORIES_B
12.1.1
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_CATEGORIES_B, object_name:AMV_C_CATEGORIES_B, status:VALID, product: AMV - Marketing Encyclopedia System , description: Base Table AMV_C_CATEGORIES_B stores categories and sub-categories. , implementation_dba_data: AMV.AMV_C_CATEGORIES_B ,
-
Table: AMV_C_CATEGORIES_B
12.2.2
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_CATEGORIES_B, object_name:AMV_C_CATEGORIES_B, status:VALID, product: AMV - Marketing Encyclopedia System , description: Base Table AMV_C_CATEGORIES_B stores categories and sub-categories. , implementation_dba_data: AMV.AMV_C_CATEGORIES_B ,
-
PACKAGE BODY: APPS.IEM_RULES_ENGINE_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEM_RULES_ENGINE_PUB, status:VALID,
-
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.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.AMV_CHANNEL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_CHANNEL_PVT, status:VALID,
-
TABLE: AMV.AMV_C_CHL_ITEM_MATCH
12.2.2
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_CHL_ITEM_MATCH, object_name:AMV_C_CHL_ITEM_MATCH, status:VALID,
-
Table: AMV_C_CHANNELS_B
12.1.1
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_CHANNELS_B, object_name:AMV_C_CHANNELS_B, status:VALID, product: AMV - Marketing Encyclopedia System , description: Base Table AMV_C_CHANNELS_B stores all channels that exist in the system. , implementation_dba_data: AMV.AMV_C_CHANNELS_B ,
-
12.1.1 DBA Data
12.1.1
-
TABLE: AMV.AMV_C_CHL_ITEM_MATCH
12.1.1
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_CHL_ITEM_MATCH, object_name:AMV_C_CHL_ITEM_MATCH, status:VALID,
-
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_MATCH_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_MATCH_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMV_ITEM_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_ITEM_PUB, status:VALID,
-
PACKAGE BODY: APPS.IEM_RULES_ENGINE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEM_RULES_ENGINE_PUB, status:VALID,
-
PACKAGE BODY: APPS.AMV_MYCHANNEL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_MYCHANNEL_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMV_MYCHANNEL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_MYCHANNEL_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMV_CHANNEL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_CHANNEL_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMV_ITEM_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_ITEM_PUB, status:VALID,
-
PACKAGE BODY: APPS.AMV_CATEGORY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_CATEGORY_PVT, status:VALID,
-
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_CATEGORY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_CATEGORY_PVT, status:VALID,
-
APPS.AMV_CHANNEL_PVT SQL Statements
12.1.1
-
APPS.AMV_CHANNEL_PVT SQL Statements
12.2.2
-
APPS.IEM_DIAG_KB_DOC_PVT SQL Statements
12.2.2
-
APPS.AMV_CATEGORY_PVT SQL Statements
12.2.2
-
APPS.AMV_CATEGORY_PVT SQL Statements
12.1.1
-
APPS.IEM_DIAG_KB_DOC_PVT SQL Statements
12.1.1