Search Results ams_p_deliv_kit_items_v
Overview
AMS_P_DELIV_KIT_ITEMS_V is a public (non-registered) 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 return the collateral items associated with collateral kits. In OEB terminology, a "deliverable" represents a piece of collateral (a brochure, datasheet, or marketing asset), and a "deliverable kit" groups multiple deliverables into a single packaged set. This view flattens that parent/child relationship so that each row represents one kit item — a single collateral component assigned to a parent kit — together with the descriptive names of both the kit and the component.
The view is validated in both 12.1.1 and 12.2.2 and is exposed in the ETRM (Electronic Technical Reference Manual) with its full column list and view text. Because it is a public view in the APPS schema, it is intended for customer reporting and integration consumption rather than for internal product code alone. Report developers, OBIEE/BI Publisher authors, and integration developers use it as a stable, denormalized read path over the underlying kit-item entity, avoiding the need to join to the deliverables multi-language table (AMS_DELIVERABLES_VL) manually to resolve names.
Underlying Base Objects
The documented base objects referenced by the view are:
- AMS_DELIV_KIT_ITEMS (exposed as a synonym, backing table AMS_DELIV_KIT_ITEMS) — the core transaction/entity table holding kit-item assignments, including quantity and DFF attributes. It supplies the ROWID, primary key DELIVERABLE_KIT_ITEM_ID, WHO columns, OBJECT_VERSION_NUMBER, and the foreign keys DELIVERABLE_KIT_ID and DELIVERABLE_KIT_PART_ID.
- AMS_DELIVERABLES_VL (VIEW) — the multi-language deliverables view, joined twice: once as D1 on B.DELIVERABLE_KIT_ID = D1.DELIVERABLE_ID to resolve the kit's name (KIT_NAME), and once as D2 on B.DELIVERABLE_KIT_PART_ID = D2.DELIVERABLE_ID to resolve the component's name (KIT_PART_NAME).
Because AMS_DELIVERABLES_VL is joined twice under aliases D1 and D2, the view performs a star-like denormalization: the kit name and the kit-part name are both surfaced without requiring the caller to issue two separate lookups. This is the key relationship to note — each kit item row depends on two distinct deliverable records.
Key Columns
- ROW_ID — the ROWID of the underlying kit-items row; unique identifier for a kit item.
- DELIVERABLE_KIT_ITEM_ID — primary key of the kit item.
- DELIVERABLE_KIT_ID / KIT_NAME — the parent kit's ID and resolved name.
- DELIVERABLE_KIT_PART_ID / KIT_PART_NAME — the component deliverable's ID and resolved name. This is the column the user searched for; it is the foreign key identifying which deliverable is used as a part within the kit.
- QUANTITY — number of units of the component deliverable contained in the kit.
- OBJECT_VERSION_NUMBER — optimistic locking version, important for any programmatic update path.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN — standard WHO audit columns.
- ATTRIBUTE_CATEGORY, ATTRIBUTE1 through ATTRIBUTE15 — the flexible descriptive flexfield (DFF) segment columns, available for customer-defined data.
Common Use Cases and Queries
Typical uses include listing all components of a specific kit, confirming which deliverables are packaged within a kit for fulfillment, and extracting kit contents into a reporting or BI layer. A representative query retrieving all items for a given kit:
- SELECT DELIVERABLE_KIT_ITEM_ID, KIT_NAME, DELIVERABLE_KIT_PART_ID, KIT_PART_NAME, QUANTITY FROM APPS.AMS_P_DELIV_KIT_ITEMS_V WHERE DELIVERABLE_KIT_ID = :p_kit_id ORDER BY KIT_PART_NAME;
- SELECT KIT_NAME, COUNT(*) item_count, SUM(QUANTITY) total_qty FROM APPS.AMS_P_DELIV_KIT_ITEMS_V GROUP BY KIT_NAME;
- SELECT k.DELIVERABLE_KIT_PART_ID, k.KIT_PART_NAME FROM APPS.AMS_P_DELIV_KIT_ITEMS_V k WHERE k.KIT_NAME LIKE :kit_name;
When filtering on DFF values, remember the view returns all fifteen segments plus ATTRIBUTE_CATEGORY, so segment naming must be resolved against the AMS DFF setup. Because the view reads through AMS_DELIVERABLES_VL, it returns only kit items whose kit and component deliverable records are both resolvable, and rows may reflect translation-dependent names.
-
View: AMS_P_DELIV_KIT_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_DELIV_KIT_ITEMS_V, object_name:AMS_P_DELIV_KIT_ITEMS_V, status:VALID, product: AMS - Marketing , description: This public view returns the collateral items associated to collateral kits. , implementation_dba_data: APPS.AMS_P_DELIV_KIT_ITEMS_V ,
-
View: AMS_P_DELIV_KIT_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_DELIV_KIT_ITEMS_V, object_name:AMS_P_DELIV_KIT_ITEMS_V, status:VALID, product: AMS - Marketing , description: This public view returns the collateral items associated to collateral kits. , implementation_dba_data: APPS.AMS_P_DELIV_KIT_ITEMS_V ,
-
VIEW: APPS.IGR_I_ITYP_PKGS_V
12.1.1
-
PACKAGE BODY: APPS.IGR_IMP_004
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGR_IMP_004, status:VALID,
-
SYNONYM: APPS.AMS_DELIV_KIT_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_DELIV_KIT_ITEMS, status:VALID,
-
View: IGR_I_ITYP_PKGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_ITYP_PKGS_V, object_name:IGR_I_ITYP_PKGS_V, status:VALID, product: IGS - Student System , description: Store the package items included in an information type , implementation_dba_data: APPS.IGR_I_ITYP_PKGS_V ,
-
PACKAGE BODY: APPS.IGR_INFTYP_PKG_IT_CRM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGR_INFTYP_PKG_IT_CRM_PKG, status:VALID,
-
SYNONYM: APPS.AMS_DELIV_KIT_ITEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_DELIV_KIT_ITEMS, status:VALID,
-
View: IGS_RC_I_ITYP_PKGS_V
12.1.1
product: IGS - Student System , description: Store the package items included in an information type , implementation_dba_data: Not implemented in this database ,
-
View: IGS_RC_I_ITYP_PKGS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Store the package items included in an information type , implementation_dba_data: Not implemented in this database ,
-
View: IGR_I_ITYP_PKGS_V
12.2.2
product: IGS - Student System (Obsolete) , description: Store the package items included in an information type , implementation_dba_data: Not implemented in this database ,
-
APPS.IGR_INFTYP_PKG_IT_CRM_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGR_I_ITYP_PKGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGR_I_ITYP_PKGS_V, object_name:IGR_I_ITYP_PKGS_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.AMS_P_DELIV_KIT_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_DELIV_KIT_ITEMS_V, object_name:AMS_P_DELIV_KIT_ITEMS_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.AMS_P_DELIV_KIT_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_DELIV_KIT_ITEMS_V, object_name:AMS_P_DELIV_KIT_ITEMS_V, status:VALID,
-
VIEW: APPS.AMS_DELIVERABLES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DELIVERABLES_VL, object_name:AMS_DELIVERABLES_VL, status:VALID,
-
VIEW: APPS.AMS_DELIVERABLES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_DELIVERABLES_VL, object_name:AMS_DELIVERABLES_VL, status:VALID,
-
PACKAGE BODY: APPS.IGR_INFTYP_PKG_IT_CRM_PKG
12.1.1
-
APPS.IGR_IMP_004 SQL Statements
12.1.1
-
APPS.IGR_INFTYP_PKG_IT_CRM_PKG dependencies on AMS_P_DELIV_KIT_ITEMS_V
12.1.1
-
APPS.IGR_IMP_004 dependencies on AMS_P_DELIV_KIT_ITEMS_V
12.1.1
-
APPS.IGR_IMP_004 dependencies on IGR_I_INQUIRY_TYPES
12.1.1
-
APPS.IGR_INFTYP_PKG_IT_CRM_PKG dependencies on AMS_DELIVKITITEM_PVT
12.1.1
-
PACKAGE BODY: APPS.IGR_IMP_004
12.1.1
-
eTRM - AMS Tables and Views
12.2.2
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - AMS Tables and Views
12.1.1
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - AMS Tables and Views
12.2.2
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - AMS Tables and Views
12.1.1
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,
-
eTRM - IGS Tables and Views
12.1.1
description: Holds applicant whose records are wrongly available . It is recommended that such applicant records are deleted from the system . It synchronizes with UCAS view 'ivStarW'. ,