Search Results amv_c_channels_b
Overview
AMV_C_CHANNELS_B is the base table of the Marketing Encyclopedia System (product code AMV) in Oracle E-Business Suite 12.1.1 and 12.2.2. It stores the master definition of every channel that exists in the system. Within the ETRM (Electronic Technical Reference Manual) model, a channel is the central delivery and subscription construct for marketing content: it groups content types, item types, perspectives, keywords, and item-matching rules, and it governs who may publish to or subscribe to that content. The table resides in the AMV schema and is classified as VALID in the documented environment.
A heuristic Data Vault classification mined from the foreign-key structure identifies this object as hub-leaning. In Data Vault terms, AMV_C_CHANNELS_B behaves as a hub: its primary key, CHANNEL_ID, is a stable surrogate identifier that is referenced by many dependent tables, while descriptive and state-bearing attributes could be modeled as satellites. This classification is a modeling suggestion only and does not affect the physical implementation in EBS.
Key Information Stored
The documented physical schema contains 48 columns. The most significant are:
- CHANNEL_ID — surrogate primary key, enforced by AMV_C_CHANNELS_B_PK. It is also the business-key component of the unique index AMV_C_CHANNELS_B_U1 (CHANNEL_ID, ZD_EDITION_NAME).
- CHANNEL_TYPE — discriminates the category of channel being defined.
- CHANNEL_CATEGORY_ID — foreign key to AMV_C_CATEGORIES_B, classifying the channel.
- STATUS — lifecycle state of the channel (for example, active or inactive).
- OWNER_USER_ID and DEFAULT_APPROVER_USER_ID — both reference JTF_RS_RESOURCE_EXTNS and identify the owning resource and the default approver for publishing workflow.
- EFFECTIVE_START_DATE and EXPIRATION_DATE — define the validity window of the channel.
- ACCESS_LEVEL_TYPE and EXTERNAL_ACCESS_FLAG — control visibility of channel content and whether external access is permitted.
- PUB_NEED_APPROVAL_FLAG and SUB_NEED_APPROVAL_FLAG — drive approval requirements for publishing and subscription.
- MATCH_ON_*_FLAG columns (KEYWORD, AUTHOR, PERSPECTIVE, ITEM_TYPE, CONTENT_TYPE, TIME) and MATCH_ON_ALL_CRITERIA_FLAG — configure the matching algorithm used to associate items with the channel.
- APPLICATION_ID — foreign key to FND_APPLICATION, scoping the channel to a registered EBS application.
- ITEM_MATCH_COUNT and LAST_MATCH_TIME — matching statistics maintained by the channel processing logic.
- ATTRIBUTE1 through ATTRIBUTE15 and ATTRIBUTE_CATEGORY — the standard EBS descriptive flexfield columns.
Standard EBS WHO columns (OBJECT_VERSION_NUMBER, LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN) and SECURITY_GROUP_ID are also present.
Common Use Cases and Queries
Channels are surfaced in the Marketing Encyclopedia System administration and self-service pages, so the table is queried for channel maintenance, subscription reporting, and access auditing. A typical lookup joins the base table to its translation table to obtain the displayed name:
- List active channels with their translated names:
SELECT b.channel_id, t.channel_name FROM amv_c_channels_b b, amv_c_channels_tl t WHERE b.channel_id = t.channel_id AND t.language = USERENV('LANG') AND b.status = 'ACTIVE' - Identify channels owned by a specific resource via OWNER_USER_ID joined to JTF_RS_RESOURCE_EXTNS.
- Report channels nearing expiration using EXPIRATION_DATE against SYSDATE.
- Audit external access by filtering on EXTERNAL_ACCESS_FLAG and ACCESS_LEVEL_TYPE.
- Analyze matching configuration across channels by pivotting the MATCH_ON_* flags.
Related Objects
The following objects are the most significant dependents and references:
- AMV_C_CHANNELS_TL — translation table joined on CHANNEL_ID; supplies language-specific channel names and descriptions.
- AMV_C_CATEGORIES_B — referenced by CHANNEL_CATEGORY_ID.
- JTF_RS_RESOURCE_EXTNS — referenced by OWNER_USER_ID and DEFAULT_APPROVER_USER_ID for owner and approver resolution.
- FND_APPLICATION — referenced by APPLICATION_ID, scoping channels to a product application.
- AMV_C_CHL_ITEM_MATCH and AMV_C_CHL_PERSPECTIVES — child tables keyed on CHANNEL_ID holding item-matching and perspective configuration.
- AMV_C_CONTENT_TYPES, AMV_C_ITEM_TYPES, and AMV_C_KEYWORDS — child tables that associate content types, item types, and keywords with a channel.
- AMV_U_MY_CHANNELS, AMV_U_EXT_SUBSCRIPTIONS, and AMV_U_ACCESS — self-service tables that record user subscriptions and access grants against the channel record.
-
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 ,
-
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 ,
-
APPS.AMV_CHANNEL_PVT SQL Statements
12.1.1
-
APPS.AMV_CHANNEL_PVT SQL Statements
12.2.2
-
TRIGGER: APPS.AMV_C_CHANNELS_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:AMV_C_CHANNELS_B+, status:VALID,
-
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. ,
-
SYNONYM: APPS.AMV_C_CHANNELS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMV_C_CHANNELS_B, status:VALID,
-
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. ,
-
Table: AMV_C_CHANNELS_TL
12.1.1
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_CHANNELS_TL, object_name:AMV_C_CHANNELS_TL, status:VALID, product: AMV - Marketing Encyclopedia System , description: Translation table for AMV_C_CHANNELS_B. It is used to store all columns and data that are needed for Multi-Language Suport. , implementation_dba_data: AMV.AMV_C_CHANNELS_TL ,
-
APPS.AMV_WFAPPROVAL_PVT SQL Statements
12.2.2
-
APPS.AMV_WFAPPROVAL_PVT SQL Statements
12.1.1
-
SYNONYM: APPS.AMV_C_CHANNELS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMV_C_CHANNELS_B, status:VALID,
-
Table: AMV_C_CHANNELS_TL
12.2.2
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_CHANNELS_TL, object_name:AMV_C_CHANNELS_TL, status:VALID, product: AMV - Marketing Encyclopedia System , description: Translation table for AMV_C_CHANNELS_B. It is used to store all columns and data that are needed for Multi-Language Suport. , implementation_dba_data: AMV.AMV_C_CHANNELS_TL ,
-
VIEW: AMV.AMV_C_CHANNELS_B#
12.2.2
owner:AMV, object_type:VIEW, object_name:AMV_C_CHANNELS_B#, status:VALID,
-
APPS.AMV_MATCH_PVT SQL Statements
12.2.2
-
VIEW: APPS.WF_AMV_CHN_ROLES
12.1.1
-
APPS.AMV_MATCH_PVT SQL Statements
12.1.1
-
VIEW: APPS.WF_AMV_CHN_UR
12.2.2
-
VIEW: APPS.WF_AMV_CHN_ROLES
12.2.2
-
TRIGGER: APPS.AMV_C_CHANNELS_B+
12.2.2
-
VIEW: APPS.AMV_C_CHANNELS_VL
12.1.1
-
VIEW: APPS.AMV_C_CHANNELS_VL
12.2.2
-
VIEW: APPS.WF_AMV_CHN_UR
12.1.1
-
Table: AMV_C_ITEM_TYPES
12.1.1
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_ITEM_TYPES, object_name:AMV_C_ITEM_TYPES, status:VALID, product: AMV - Marketing Encyclopedia System , description: Stores all item types associated with a specific channel which could be part of a matching criteria. , implementation_dba_data: AMV.AMV_C_ITEM_TYPES ,
-
Table: AMV_U_MY_CHANNELS
12.2.2
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_U_MY_CHANNELS, object_name:AMV_U_MY_CHANNELS, status:VALID, product: AMV - Marketing Encyclopedia System , description: Stores all channels a user is subscribing to. , implementation_dba_data: AMV.AMV_U_MY_CHANNELS ,
-
Table: AMV_C_CONTENT_TYPES
12.1.1
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_CONTENT_TYPES, object_name:AMV_C_CONTENT_TYPES, status:VALID, product: AMV - Marketing Encyclopedia System , description: Stores all content types associated with a specific channel which could be part of a matching criteria. , implementation_dba_data: AMV.AMV_C_CONTENT_TYPES ,
-
FUNCTION: APPS.AMV_C_CHANNELS_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:AMV_C_CHANNELS_B=, status:VALID,
-
PACKAGE BODY: APPS.AMV_C_CHANNELS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_C_CHANNELS_PKG, status:VALID,
-
Table: AMV_U_EXT_SUBSCRIPTIONS
12.2.2
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_U_EXT_SUBSCRIPTIONS, object_name:AMV_U_EXT_SUBSCRIPTIONS, status:VALID, product: AMV - Marketing Encyclopedia System , description: Stores the subscriptions made by external users for cahnnels , implementation_dba_data: AMV.AMV_U_EXT_SUBSCRIPTIONS ,
-
FUNCTION: APPS.AMV_C_CHANNELS_B=
12.2.2
-
Table: AMV_C_KEYWORDS
12.1.1
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_KEYWORDS, object_name:AMV_C_KEYWORDS, status:VALID, product: AMV - Marketing Encyclopedia System , description: Stores all keywords associated with a specific channel which could be part of a matching criteria. , implementation_dba_data: AMV.AMV_C_KEYWORDS ,
-
Table: AMV_C_CHL_PERSPECTIVES
12.1.1
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_CHL_PERSPECTIVES, object_name:AMV_C_CHL_PERSPECTIVES, status:VALID, product: AMV - Marketing Encyclopedia System , description: Stores all perspectives associated with a specific channel which could be part of a matching criteria. , implementation_dba_data: AMV.AMV_C_CHL_PERSPECTIVES ,
-
Table: AMV_U_MY_CHANNELS
12.1.1
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_U_MY_CHANNELS, object_name:AMV_U_MY_CHANNELS, status:VALID, product: AMV - Marketing Encyclopedia System , description: Stores all channels a user is subscribing to. , implementation_dba_data: AMV.AMV_U_MY_CHANNELS ,
-
Table: AMV_C_CHL_PERSPECTIVES
12.2.2
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_CHL_PERSPECTIVES, object_name:AMV_C_CHL_PERSPECTIVES, status:VALID, product: AMV - Marketing Encyclopedia System , description: Stores all perspectives associated with a specific channel which could be part of a matching criteria. , implementation_dba_data: AMV.AMV_C_CHL_PERSPECTIVES ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: AMV.AMV_C_CHANNELS_B#
12.2.2
-
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 ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
Table: AMV_C_KEYWORDS
12.2.2
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_C_KEYWORDS, object_name:AMV_C_KEYWORDS, status:VALID, product: AMV - Marketing Encyclopedia System , description: Stores all keywords associated with a specific channel which could be part of a matching criteria. , implementation_dba_data: AMV.AMV_C_KEYWORDS ,
-
12.2.2 DBA Data
12.2.2
-
Table: JTF_RS_RESOURCE_EXTNS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS, object_name:JTF_RS_RESOURCE_EXTNS, status:VALID, product: JTF - CRM Foundation , description: This is table stores all important information about Resources. These Resources are coming from HR or HZ or Vonder table etc. Primary key is resource_id. Resource_number, user_id sre also unique keys. , implementation_dba_data: JTF.JTF_RS_RESOURCE_EXTNS ,
-
Table: AMV_U_EXT_SUBSCRIPTIONS
12.1.1
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_U_EXT_SUBSCRIPTIONS, object_name:AMV_U_EXT_SUBSCRIPTIONS, status:VALID, product: AMV - Marketing Encyclopedia System , description: Stores the subscriptions made by external users for cahnnels , implementation_dba_data: AMV.AMV_U_EXT_SUBSCRIPTIONS ,
-
PACKAGE BODY: APPS.AMV_UTILITY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMV_UTILITY_PVT, status:VALID,
-
Table: AMV_U_ACCESS
12.2.2
owner:AMV, object_type:TABLE, fnd_design_data:AMV.AMV_U_ACCESS, object_name:AMV_U_ACCESS, status:VALID, product: AMV - Marketing Encyclopedia System , description: Stores what user or group have access to a channel or an application or an item and what kind of access they have. , implementation_dba_data: AMV.AMV_U_ACCESS ,
-
12.2.2 DBA Data
12.2.2
-
APPS.AMV_C_CHANNELS_PKG SQL Statements
12.2.2
-
APPS.AMV_C_CHANNELS_PKG SQL Statements
12.1.1
-
Lookup Type: AMV_ACCESS_TO_TABLE_CODE
12.1.1
product: AMV - Marketing Encyclopedia System , meaning: Access to table code , description: Access to table code arc identifier for amv_u_access ,