Search Results comms_activation_reqd_flag
Overview
AMS_PRODUCT_MAPPING_V is a reporting and integration view owned by the APPS schema in Oracle E-Business Suite, delivered as part of the AMS (Marketing) product family. Its documented purpose is to serve as a "Product view for import," exposing marketing product records that have been staged for import processing through the AMS import framework. In both EBS 12.1.1 and 12.2.2 the object carries a VALID status and is defined entirely as a view — no physical storage of its own — so it functions as a read-only projection over the underlying import staging and header tables. Because the view normalizes the generic, positionally named columns of the import staging table (COL1, COL2, COL3, and so on) into meaningful business attribute names, it is the preferred access point for reporting on stage-to-production product imports, validating load outcomes, and diagnosing import failures. The view is particularly relevant to implementers who need to confirm how marketing product attributes map into inventory item attributes during an AMS product load.
Underlying Base Objects
The documented base objects referenced by the view are AMS_IMP_LIST_HEADERS_ALL (exposed through a synonym) and AMS_IMP_SOURCE_LINES (exposed through a synonym). AMS_IMP_LIST_HEADERS_ALL holds the import list header that groups a set of staged source lines, while AMS_IMP_SOURCE_LINES stores the individual import records, including the generic COL1..COLn attribute buckets produced by the import column mapping setup. The view joins the line rows to the list header and aliases the significant COL columns into descriptive names, so that a single row represents one staged marketing product together with its import-processing metadata.
Key Columns
The view exposes two categories of columns: import-control attributes and mapped product attributes.
- Import-control columns — IMPORT_SOURCE_LINE_ID, IMPORT_LIST_HEADER_ID, IMPORT_SUCCESSFUL_FLAG, LOAD_STATUS, OBJECT_VERSION_NUMBER, plus the standard WHO audit columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN). These describe which list and line the record belongs to and whether the load succeeded.
- Mapped product columns — the COLn buckets are aliased to business names, including ORGANIZATION_NAME, ITEM_NUMBER, DESCRIPTION, LONG_DESCRIPTION, ITEM_TYPE, PRIMARY_UOM_CODE, INVENTORY_ITEM_STATUS_CODE, INVENTORY_ITEM_FLAG, STOCK_ENABLED_FLAG, and MTL_TRANSACTIONS_ENABLED_FLAG.
- Order and service flags — CUSTOMER_ORDER_FLAG (COL15) is the flag indicating whether the staged product is intended to be customer-orderable; it is paired with CUSTOMER_ORDER_ENABLED_FLAG (COL16). Related columns include INTERNAL_ORDER_FLAG, INTERNAL_ORDER_ENABLED_FLAG, SHIPPABLE_ITEM_FLAG, RETURNABLE_FLAG, INVOICEABLE_ITEM_FLAG, SERVICE_ITEM_FLAG, SERVICEABLE_PRODUCT_FLAG, and ORDERABLE_ON_WEB_FLAG.
- Pricing and media columns — PRICE_LIST_NAME, LIST_PRICE, PRODUCT_UOM_CODE, CATEGORY_CODE, MEDIA_OBJECT, and related template/access columns.
Common Use Cases and Queries
Typical usage centers on validating import results and auditing the customer-orderable attribute requested by the user's search term.
- Review successful versus failed product imports for a given list header.
- Report which staged products carry CUSTOMER_ORDER_FLAG set, to confirm orderability intent before the record is promoted to an inventory item.
- Reconcile source line generic columns against the mapped attribute names to verify column mapping configuration.
Representative query:
SELECT import_list_header_id,
item_number,
organization_name,
customer_order_flag,
customer_order_enabled_flag,
inventory_item_flag,
load_status,
import_successful_flag
FROM apps.ams_product_mapping_v
WHERE import_list_header_id = :p_list_header_id
AND customer_order_flag = 'Y'
ORDER BY import_source_line_id;
A second pattern filters only unsuccessful rows to troubleshoot rejected imports:
SELECT import_source_line_id, item_number, load_status FROM apps.ams_product_mapping_v WHERE import_successful_flag = 'N';
Because the view is read-only and derives from staging data, it should not be used as a DML target; inserts and updates must be performed against the underlying AMS_IMP_SOURCE_LINES and AMS_IMP_LIST_HEADERS_ALL structures through the supported AMS import APIs.
-
TYPE: APPS.INV_EBI_ITEM_DEPRECATED_OBJ
12.1.1
owner:APPS, object_type:TYPE, object_name:INV_EBI_ITEM_DEPRECATED_OBJ, status:VALID,
-
View: AMS_PRODUCT_MAPPING_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PRODUCT_MAPPING_V, object_name:AMS_PRODUCT_MAPPING_V, status:VALID, product: AMS - Marketing , description: Product view for import. , implementation_dba_data: APPS.AMS_PRODUCT_MAPPING_V ,
-
VIEW: INV.INV_ITEM_TEMP#
12.2.2
-
View: AMS_PRODUCT_MAPPING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_PRODUCT_MAPPING_V, object_name:AMS_PRODUCT_MAPPING_V, status:VALID, product: AMS - Marketing , description: Product view for import. , implementation_dba_data: APPS.AMS_PRODUCT_MAPPING_V ,
-
TYPE: APPS.INV_EBI_ITEM_DEPRECATED_OBJ
12.2.2
owner:APPS, object_type:TYPE, object_name:INV_EBI_ITEM_DEPRECATED_OBJ, status:VALID,
-
VIEW: APPS.AMS_PRODUCT_MAPPING_V
12.2.2
-
View: XNC_PRODUCTS_V
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: This view is to display products , implementation_dba_data: Not implemented in this database ,
-
View: XNC_PRODUCTS_V
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: This view is to display products , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AMS_PRODUCT_MAPPING_V
12.1.1
-
VIEW: INV.MTL_SYSTEM_ITEMS_B#
12.2.2
-
VIEW: APPS.MTL_ITEM_FLEXFIELDS
12.1.1
-
VIEW: APPS.MTL_ITEM_FLEXFIELDS
12.2.2
-
VIEW: EGO.EGO_MTL_SY_ITEMS_CHG_B#
12.2.2
-
VIEW: INV.MTL_SYSTEM_ITEMS_INTERFACE#
12.2.2
-
View: MTL_ITEM_FLEXFIELDS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_FLEXFIELDS, object_name:MTL_ITEM_FLEXFIELDS, status:VALID, product: INV - Inventory , description: This view is based on the key flexfield view MTL_SYSTEM_ITEMS_B_KFV. It contains columns with padded and unpadded concatenated segments of an item number. , implementation_dba_data: APPS.MTL_ITEM_FLEXFIELDS ,
-
View: MTL_ITEM_FLEXFIELDS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_FLEXFIELDS, object_name:MTL_ITEM_FLEXFIELDS, status:VALID, product: INV - Inventory , description: This view is based on the key flexfield view MTL_SYSTEM_ITEMS_B_KFV. It contains columns with padded and unpadded concatenated segments of an item number. , implementation_dba_data: APPS.MTL_ITEM_FLEXFIELDS ,
-
View: MTL_SYSTEM_ITEMS_B_KFV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B_KFV, object_name:MTL_SYSTEM_ITEMS_B_KFV, status:VALID, product: INV - Inventory , description: System Items Key Flexfield View , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_B_KFV ,
-
View: MTL_SYSTEM_ITEMS_B_KFV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B_KFV, object_name:MTL_SYSTEM_ITEMS_B_KFV, status:VALID, product: INV - Inventory , description: System Items Key Flexfield View , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_B_KFV ,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B_KFV
12.2.2
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B_KFV
12.1.1
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B1_KFV
12.2.2
-
VIEW: APPS.MTL_SYSTEM_ITEMS_ER1_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER1_V, object_name:MTL_SYSTEM_ITEMS_ER1_V, status:VALID,
-
VIEW: INV.INV_ITEM_TEMP#
12.2.2
owner:INV, object_type:VIEW, object_name:INV_ITEM_TEMP#, status:VALID,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_ER1_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER1_V, object_name:MTL_SYSTEM_ITEMS_ER1_V, status:VALID,
-
TABLE: INV.INV_ITEM_TEMP
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.INV_ITEM_TEMP, object_name:INV_ITEM_TEMP, status:VALID,
-
TABLE: INV.INV_ITEM_TEMP
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.INV_ITEM_TEMP, object_name:INV_ITEM_TEMP, status:VALID,
-
View: MTL_SYSTEM_ITEMS_ER1_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER1_V, object_name:MTL_SYSTEM_ITEMS_ER1_V, status:VALID, product: INV - Inventory , description: ERES : View to support ERES framework for Items , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_ER1_V ,
-
View: EGO_MTL_SY_ITEMS_CHG_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_MTL_SY_ITEMS_CHG_VL, object_name:EGO_MTL_SY_ITEMS_CHG_VL, status:VALID, product: EGO - Advanced Product Catalog , description: This view stores the pending changes information for item operational attributes , implementation_dba_data: APPS.EGO_MTL_SY_ITEMS_CHG_VL ,
-
View: EGO_MTL_SY_ITEMS_CHG_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_MTL_SY_ITEMS_CHG_VL, object_name:EGO_MTL_SY_ITEMS_CHG_VL, status:VALID, product: EGO - Advanced Product Catalog , description: This view stores the pending changes information for item operational attributes , implementation_dba_data: APPS.EGO_MTL_SY_ITEMS_CHG_VL ,
-
View: MTL_SYSTEM_ITEMS_ER1_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_ER1_V, object_name:MTL_SYSTEM_ITEMS_ER1_V, status:VALID, product: INV - Inventory , description: ERES : View to support ERES framework for Items , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_ER1_V ,
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B1_KFV
12.2.2
owner:APPS, object_type:VIEW, object_name:MTL_SYSTEM_ITEMS_B1_KFV, status:VALID,
-
APPS.XDP_ORDER SQL Statements
12.2.2
-
APPS.XDP_ORDER SQL Statements
12.1.1
-
VIEW: EGO.EGO_MTL_SY_ITEMS_CHG_B#
12.2.2
owner:EGO, object_type:VIEW, object_name:EGO_MTL_SY_ITEMS_CHG_B#, status:VALID,
-
View: EGO_ITEM_SYNC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_SYNC_V, object_name:EGO_ITEM_SYNC_V, status:VALID, product: EGO - Advanced Product Catalog , description: This View is used for Item Sync operations with external systems. Currently this is being used for ItemSync with Siebel , implementation_dba_data: APPS.EGO_ITEM_SYNC_V ,
-
VIEW: INV.MTL_SYSTEM_ITEMS_B#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_SYSTEM_ITEMS_B#, status:VALID,
-
View: EGO_ITEM_SYNC_OP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_SYNC_OP_V, object_name:EGO_ITEM_SYNC_OP_V, status:VALID, product: EGO - Advanced Product Catalog , description: This View is used for Item Sync operations with external systems. Currently this is being used for ItemSync with Siebel OnPremise , implementation_dba_data: APPS.EGO_ITEM_SYNC_OP_V ,
-
View: EGO_ITEM_SYNC_OP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_SYNC_OP_V, object_name:EGO_ITEM_SYNC_OP_V, status:VALID, product: EGO - Advanced Product Catalog , description: This View is used for Item Sync operations with external systems. Currently this is being used for ItemSync with Siebel OnPremise , implementation_dba_data: APPS.EGO_ITEM_SYNC_OP_V ,
-
VIEW: APPS.MTL_CLIENT_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CLIENT_ITEMS_VL, object_name:MTL_CLIENT_ITEMS_VL, status:VALID,
-
VIEW: INV.MTL_SYSTEM_ITEMS_INTERFACE#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_SYSTEM_ITEMS_INTERFACE#, status:VALID,
-
View: EGO_ITEM_SYNC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EGO.EGO_ITEM_SYNC_V, object_name:EGO_ITEM_SYNC_V, status:VALID, product: EGO - Advanced Product Catalog , description: This View is used for Item Sync operations with external systems. Currently this is being used for ItemSync with Siebel , implementation_dba_data: APPS.EGO_ITEM_SYNC_V ,
-
VIEW: APPS.EGO_MTL_SY_ITEMS_CHG_VL
12.1.1
-
APPS.INVPULI2 SQL Statements
12.1.1
-
VIEW: APPS.EGO_MTL_SY_ITEMS_CHG_VL
12.2.2
-
APPS.INVPULI2 SQL Statements
12.2.2
-
VIEW: APPS.MTL_SYSTEM_ITEMS_FVL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_FVL, object_name:MTL_SYSTEM_ITEMS_FVL, status:VALID,
-
View: MTL_SYSTEM_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_VL, object_name:MTL_SYSTEM_ITEMS_VL, status:VALID, product: INV - Inventory , description: System Items multilingual view with concatenated segments column , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_VL ,
-
View: MTL_CLIENT_ITEMS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_CLIENT_ITEMS_VL, object_name:MTL_CLIENT_ITEMS_VL, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.MTL_CLIENT_ITEMS_VL ,
-
View: MTL_SYSTEM_ITEMS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_VL, object_name:MTL_SYSTEM_ITEMS_VL, status:VALID, product: INV - Inventory , description: System Items multilingual view with concatenated segments column , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_VL ,
-
View: MTL_SYSTEM_ITEMS_FVL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_FVL, object_name:MTL_SYSTEM_ITEMS_FVL, status:VALID, product: INV - Inventory , description: Base view for the Define System Items (INVIDITM) form MTL_SYSTEM_ITEMS block. This view is MLS enabled. , implementation_dba_data: APPS.MTL_SYSTEM_ITEMS_FVL ,