Search Results jtf_amv_items_b
Overview
The JTF_AMV_ITEMS_B table is a core data repository within the Oracle E-Business Suite CRM Foundation (JTF) module, specifically designed to store document metadata. Its primary role is to serve as the master transactional table for the Oracle Application Management (AMV) component, which manages documents, articles, and other content deliverables across the application. This table acts as the central hub for content identification and storage, enabling features such as knowledge management, content personalization, and document delivery within the CRM and related EBS functionalities. Its integrity is maintained through a primary key on ITEM_ID and enforced relationships with numerous other application tables.
Key Information Stored
While the provided metadata does not list specific columns, the structure and foreign key relationships indicate the table stores essential identifiers and attributes for a document entity. The primary column is ITEM_ID, which serves as the unique identifier for each document record. Critical foreign key columns include APPLICATION_ID, linking the document to a specific EBS application via FND_APPLICATION, and LANGUAGE_CODE, referencing the document's base language in FND_LANGUAGES. Other stored data likely encompasses document status, creation and last update dates, version information, and type classifications, forming the foundational record for all associated content details stored in related tables like JTF_AMV_ITEMS_TL for translated descriptions.
Common Use Cases and Queries
This table is central to queries that retrieve document master records for reporting, integration, and data validation. Common scenarios include generating a list of all documents for a specific application, auditing document creation, or troubleshooting content delivery issues. A typical query would join to its translation table to fetch language-specific descriptions. For example, to retrieve active documents for a given application, one might use:
- SELECT b.ITEM_ID, tl.NAME, b.CREATION_DATE FROM JTF.JTF_AMV_ITEMS_B b, JTF.JTF_AMV_ITEMS_TL tl WHERE b.ITEM_ID = tl.ITEM_ID AND b.APPLICATION_ID = 275 AND tl.LANGUAGE = USERENV('LANG');
Data fixes often target this table's ITEM_ID when resolving orphaned records in dependent tables like JTF_AMV_ITEM_KEYWORDS or AMV_D_SIMPLE_RULE_ITEMS.
Related Objects
As evidenced by the extensive foreign key metadata, JTF_AMV_ITEMS_B is a highly referenced parent table. Key related objects include:
- JTF_AMV_ITEMS_TL: The translation table storing language-specific names and descriptions for the document.
- JTF_AMV_ITEM_AUTHORS & JTF_AMV_ITEM_KEYWORDS: Tables storing supplemental document metadata.
- AMV_D_SIMPLE_RULE_ITEMS & AMV_D_COMPL_RULE_ITEMS: Tables linking documents to business rules for content targeting and personalization.
- IBE_DSP_* and JTF_DSP_* tables (e.g., IBE_DSP_SECTIONS_B): Indicate integration with the iStore and Dispatcher modules for web content and template management.
- FND_APPLICATION & FND_LANGUAGES: Referenced foundational tables for application and language validation.
This network of relationships underscores the table's critical position in the EBS content management architecture.
-
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 ,
-
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 ,
-
APPS.IBE_DELIVERABLE_EXPIMP_PVT dependencies on JTF_AMV_ITEMS_B
12.2.2
-
APPS.IBE_DSP_HIERARCHY_SETUP_PVT dependencies on JTF_AMV_ITEMS_B
12.2.2
-
APPS.JTF_DSPMGRVALIDATION_GRP dependencies on JTF_AMV_ITEMS_B
12.1.1
-
APPS.OKL_CURE_REQUEST_PVT dependencies on JTF_AMV_ITEMS_B
12.2.2
-
APPS.AMV_CONTENT_TYPE_PVT dependencies on JTF_AMV_ITEMS_B
12.2.2
-
APPS.OKL_CO_WF dependencies on JTF_AMV_ITEMS_B
12.2.2
-
APPS.JTF_AMV_ATTACHMENT_PUB dependencies on JTF_AMV_ITEMS_B
12.2.2
-
APPS.JTF_AMV_ITEM_PUB dependencies on JTF_AMV_ITEMS_B
12.1.1
-
APPS.OKL_PTM_PVT dependencies on JTF_AMV_ITEMS_B
12.1.1
-
APPS.OKL_STRY_CALL_CO_PUB dependencies on JTF_AMV_ITEMS_B
12.2.2
-
APPS.JTF_AMV_ITEM_PUB dependencies on JTF_AMV_ITEMS_B
12.2.2
-
APPS.IBE_DSP_SECTION_GRP dependencies on JTF_AMV_ITEMS_B
12.1.1
-
APPS.JTF_AMV_ITEMS_PKG dependencies on JTF_AMV_ITEMS_B
12.1.1
-
APPS.IEX_OPI_PVT dependencies on JTF_AMV_ITEMS_B
12.2.2
-
APPS.AMV_MATCH_PVT dependencies on JTF_AMV_ITEMS_B
12.2.2
-
APPS.JTF_DSPMGRVALIDATION_GRP dependencies on JTF_AMV_ITEMS_B
12.2.2
-
APPS.JTF_FM_MD_MIGRATION_PVT dependencies on JTF_AMV_ITEMS_B
12.2.2
-
APPS.IBE_DSP_SECTION_GRP dependencies on JTF_AMV_ITEMS_B
12.2.2
-
APPS.IEX_OPI_PVT dependencies on JTF_AMV_ITEMS_B
12.1.1
-
APPS.AMV_CONTENT_TYPE_PVT dependencies on JTF_AMV_ITEMS_B
12.1.1
-
APPS.IEX_OPEN_INTERFACE_PUB dependencies on JTF_AMV_ITEMS_B
12.1.1
-
APPS.OKL_CO_WF dependencies on JTF_AMV_ITEMS_B
12.1.1
-
APPS.JTF_DSP_SECTION_GRP dependencies on JTF_AMV_ITEMS_B
12.2.2
-
APPS.OKL_STRY_CALL_CO_PUB dependencies on JTF_AMV_ITEMS_B
12.1.1
-
APPS.IBE_DELIVERABLE_EXPIMP_PVT dependencies on JTF_AMV_ITEMS_B
12.1.1
-
APPS.OKL_CURE_REQUEST_PVT dependencies on JTF_AMV_ITEMS_B
12.1.1
-
APPS.IBE_DSP_HIERARCHY_SETUP_PVT dependencies on JTF_AMV_ITEMS_B
12.1.1
-
APPS.JTF_DSP_SECTION_GRP dependencies on JTF_AMV_ITEMS_B
12.1.1
-
APPS.AMV_MATCH_PVT dependencies on JTF_AMV_ITEMS_B
12.1.1
-
APPS.IBE_M_MIGRATION_PVT dependencies on JTF_AMV_ITEMS_B
12.1.1
-
APPS.JTF_FM_MD_MIGRATION_PVT dependencies on JTF_AMV_ITEMS_B
12.1.1
-
APPS.JTF_AMV_ATTACHMENT_PUB dependencies on JTF_AMV_ITEMS_B
12.1.1
-
APPS.IBE_DSPMGRVALIDATION_GRP dependencies on JTF_AMV_ITEMS_B
12.1.1
-
APPS.IBE_DSPMGRVALIDATION_GRP dependencies on JTF_AMV_ITEMS_B
12.2.2
-
APPS.OKL_PTM_PVT dependencies on JTF_AMV_ITEMS_B
12.2.2
-
APPS.JTF_AMV_ITEMS_PKG dependencies on JTF_AMV_ITEMS_B
12.2.2
-
APPS.IBE_M_MIGRATION_PVT dependencies on JTF_AMV_ITEMS_B
12.2.2
-
APPS.IEX_OPEN_INTERFACE_PUB dependencies on JTF_AMV_ITEMS_B
12.2.2
-
VIEW: JTF.JTF_AMV_ITEMS_B#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_AMV_ITEMS_B#, status:VALID,
-
APPS.IBE_DSPMGRVALIDATION_GRP SQL Statements
12.2.2
-
Table: OKL_PROCESS_TMPLTS_ALL_B
12.1.1
owner:OKL, object_type:TABLE, fnd_design_data:OKL.OKL_PROCESS_TMPLTS_ALL_B, object_name:OKL_PROCESS_TMPLTS_ALL_B, status:VALID, product: OKL - Leasing and Finance Management , description: Intersection table between JTF_AMV_ITEMS_B (stores Fulfillment Master Documents) and FND_LOOKUPS (stores OKL Process codes). , implementation_dba_data: OKL.OKL_PROCESS_TMPLTS_ALL_B ,
-
APPS.JTF_AMV_ATTACHMENT_PUB dependencies on FND_GLOBAL
12.1.1
-
APPS.IBE_DSPMGRVALIDATION_GRP SQL Statements
12.1.1
-
TRIGGER: APPS.JTF_AMV_ITEMS_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:JTF_AMV_ITEMS_B+, status:VALID,
-
APPS.AMV_MATCH_PVT dependencies on AMV_C_CHANNELS_B
12.2.2
-
APPS.AMV_MATCH_PVT dependencies on AMV_C_CHANNELS_B
12.1.1
-
APPS.IBE_M_MIGRATION_PVT dependencies on IBE_DSP_LGL_PHYS_MAP
12.2.2
-
APPS.JTF_DSPMGRVALIDATION_GRP SQL Statements
12.1.1