Search Results jtf_dsp_sections_b
Overview
The JTF_DSP_SECTIONS_B table is a core data structure within the Oracle E-Business Suite CRM Foundation (JTF) module, specifically supporting the display and content management framework. It serves as the master repository for section definitions, which are fundamental building blocks for organizing and presenting content within various CRM applications. A section acts as a logical container that can hold other content items, deliverables, or even nested child sections, enabling the construction of complex, hierarchical page layouts. Its primary role is to manage the structural metadata for content display, independent of specific language translations, which are stored in the related JTF_DSP_SECTIONS_TL table.
Key Information Stored
While the provided metadata does not list all columns, the primary and foreign key relationships reveal the critical data points. The central identifier is the SECTION_ID (Primary Key), which uniquely identifies each section record. The ACCESS_NAME column serves as a unique alternate key, likely used for programmatic referencing. Two significant foreign keys define a section's context and content: DISPLAY_CONTEXT_ID links the section to a display context in JTF_DSP_CONTEXT_B, controlling where and how the section is rendered, and DELIVERABLE_ID optionally links the section to a specific deliverable object in AMS_DELIVERABLES_ALL_B from the Marketing module. Other typical columns in such base tables include CREATION_DATE, LAST_UPDATE_DATE, CREATED_BY, LAST_UPDATED_BY, and ENABLED_FLAG for lifecycle management.
Common Use Cases and Queries
This table is central to queries that retrieve the layout or navigational structure of CRM application pages, particularly for microsites and content-driven portals. A common use case involves fetching the hierarchical section tree for a given microsite root to render a menu or sitemap. Developers and administrators may query this table to audit content structure or troubleshoot display issues. Sample SQL patterns include retrieving all sections for a specific context or finding the root section of a microsite.
- Find sections by display context: SELECT SECTION_ID, ACCESS_NAME FROM JTF.JTF_DSP_SECTIONS_B WHERE DISPLAY_CONTEXT_ID = <context_id>;
- Find a microsite's root section: SELECT s.* FROM JTF.JTF_DSP_SECTIONS_B s, JTF.JTF_MSITES_B m WHERE m.MSITE_ID = <site_id> AND m.MSITE_ROOT_SECTION_ID = s.SECTION_ID;
- Find child sections for a parent: SELECT child.* FROM JTF.JTF_DSP_SECTIONS_B parent, JTF.JTF_DSP_MSITE_SCT_SECTS rel, JTF.JTF_DSP_SECTIONS_B child WHERE parent.SECTION_ID = <parent_id> AND parent.SECTION_ID = rel.PARENT_SECTION_ID AND rel.CHILD_SECTION_ID = child.SECTION_ID;
Related Objects
The JTF_DSP_SECTIONS_B table is a central hub within the CRM display schema, with extensive relationships to other key objects as documented in the ETRM metadata.
- Referenced Foreign Keys (Outgoing):
- JTF_DSP_CONTEXT_B via DISPLAY_CONTEXT_ID
- AMS_DELIVERABLES_ALL_B via DELIVERABLE_ID
- Referencing Foreign Keys (Incoming):
- JTF_DSP_MSITE_SCT_SECTS (as PARENT_SECTION_ID and CHILD_SECTION_ID) - defines parent-child relationships between sections.
- JTF_DSP_OBJ_LGL_CTNT via OBJECT_ID - associates legal content with the section.
- JTF_DSP_SECTIONS_TL via SECTION_ID - holds translated names/descriptions for the section.
- JTF_DSP_SECTION_ITEMS via SECTION_ID - stores the items (content) contained within the section.
- JTF_MSITES_B via MSITE_ROOT_SECTION_ID - identifies the root section for a microsite.
-
Table: JTF_DSP_SECTIONS_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_DSP_SECTIONS_B, object_name:JTF_DSP_SECTIONS_B, status:VALID, product: JTF - CRM Foundation , description: This table stores information about the sections. , implementation_dba_data: JTF.JTF_DSP_SECTIONS_B ,
-
Table: JTF_DSP_SECTIONS_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_DSP_SECTIONS_B, object_name:JTF_DSP_SECTIONS_B, status:VALID, product: JTF - CRM Foundation , description: This table stores information about the sections. , implementation_dba_data: JTF.JTF_DSP_SECTIONS_B ,
-
APPS.JTF_DSP_MSITE_SCT_SECT_PVT dependencies on JTF_DSP_SECTIONS_B
12.1.1
-
APPS.JTF_DSPMGRVALIDATION_GRP dependencies on JTF_DSP_SECTIONS_B
12.1.1
-
APPS.JTF_DSP_SECTION_ITEM_PVT dependencies on JTF_DSP_SECTIONS_B
12.1.1
-
APPS.JTF_DSPMGRVALIDATION_GRP dependencies on JTF_DSP_SECTIONS_B
12.2.2
-
APPS.JTF_DSP_MSITE_SCT_SECT_PVT dependencies on JTF_DSP_SECTIONS_B
12.2.2
-
APPS.JTF_DSP_SECTION_ITEM_PVT dependencies on JTF_DSP_SECTIONS_B
12.2.2
-
APPS.JTF_DSP_SECTION_GRP dependencies on JTF_DSP_SECTIONS_B
12.1.1
-
APPS.JTF_DSP_SECTION_GRP dependencies on JTF_DSP_SECTIONS_B
12.2.2
-
SYNONYM: APPS.JTF_DSP_SECTIONS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_DSP_SECTIONS_B, status:VALID,
-
VIEW: APPS.JTF_DSP_FEATURED_MEDIA_V
12.2.2
-
Table: JTF_DSP_MSITE_SCT_SECTS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_DSP_MSITE_SCT_SECTS, object_name:JTF_DSP_MSITE_SCT_SECTS, status:VALID, product: JTF - CRM Foundation , description: This table stores the association between mini-site and sections. , implementation_dba_data: JTF.JTF_DSP_MSITE_SCT_SECTS ,
-
SYNONYM: APPS.JTF_DSP_SECTIONS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_DSP_SECTIONS_B, status:VALID,
-
Table: JTF_DSP_MSITE_SCT_SECTS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_DSP_MSITE_SCT_SECTS, object_name:JTF_DSP_MSITE_SCT_SECTS, status:VALID, product: JTF - CRM Foundation , description: This table stores the association between mini-site and sections. , implementation_dba_data: JTF.JTF_DSP_MSITE_SCT_SECTS ,
-
VIEW: APPS.JTF_DSP_FEATURED_MEDIA_V
12.1.1
-
VIEW: JTF.JTF_DSP_SECTIONS_B#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_DSP_SECTIONS_B#, status:VALID,
-
VIEW: APPS.JTF_DSP_SECTIONS_VL
12.1.1
-
VIEW: APPS.JTF_DSP_SECTIONS_VL
12.2.2
-
View: JTF_DSP_FEATURED_MEDIA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_DSP_FEATURED_MEDIA_V, object_name:JTF_DSP_FEATURED_MEDIA_V, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_DSP_FEATURED_MEDIA_V ,
-
VIEW: JTF.JTF_DSP_SECTIONS_B#
12.2.2
-
APPS.JTF_DSP_SECTION_GRP dependencies on DUAL
12.1.1
-
View: JTF_DSP_FEATURED_MEDIA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_DSP_FEATURED_MEDIA_V, object_name:JTF_DSP_FEATURED_MEDIA_V, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_DSP_FEATURED_MEDIA_V ,
-
Table: JTF_DSP_CONTEXT_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_DSP_CONTEXT_B, object_name:JTF_DSP_CONTEXT_B, status:VALID, product: JTF - CRM Foundation , description: Stores the display contexts associated with templates and media attributes for media. , implementation_dba_data: JTF.JTF_DSP_CONTEXT_B ,
-
Table: JTF_DSP_SECTIONS_TL
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_DSP_SECTIONS_TL, object_name:JTF_DSP_SECTIONS_TL, status:VALID, product: JTF - CRM Foundation , description: This table stores the translatable information about the sections. , implementation_dba_data: JTF.JTF_DSP_SECTIONS_TL ,
-
APPS.JTF_DSP_SECTION_GRP dependencies on JTF_LOGICALCONTENT_GRP
12.1.1
-
APPS.JTF_DSP_SECTION_GRP dependencies on JTF_LOGICALCONTENT_GRP
12.2.2
-
APPS.JTF_DSP_SECTION_GRP dependencies on JTF_DSP_SECTIONS_B_S1
12.1.1
-
Table: JTF_MSITES_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITES_B, object_name:JTF_MSITES_B, status:VALID, product: JTF - CRM Foundation , description: Stores Mini Site (Specialty Stores) Information. , implementation_dba_data: JTF.JTF_MSITES_B ,
-
Table: JTF_DSP_OBJ_LGL_CTNT
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_DSP_OBJ_LGL_CTNT, object_name:JTF_DSP_OBJ_LGL_CTNT, status:VALID, product: JTF - CRM Foundation , description: This table Contains the default logical items for selected display context labels and objects , implementation_dba_data: JTF.JTF_DSP_OBJ_LGL_CTNT ,
-
PACKAGE BODY: APPS.JTF_DSP_MSITE_SCT_SECT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_DSP_MSITE_SCT_SECT_PVT, status:VALID,
-
Table: JTF_DSP_SECTION_ITEMS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_DSP_SECTION_ITEMS, object_name:JTF_DSP_SECTION_ITEMS, status:VALID, product: JTF - CRM Foundation , description: This table stores the association between sections and items. , implementation_dba_data: JTF.JTF_DSP_SECTION_ITEMS ,
-
Table: JTF_DSP_SECTIONS_TL
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_DSP_SECTIONS_TL, object_name:JTF_DSP_SECTIONS_TL, status:VALID, product: JTF - CRM Foundation , description: This table stores the translatable information about the sections. , implementation_dba_data: JTF.JTF_DSP_SECTIONS_TL ,
-
Table: JTF_DSP_OBJ_LGL_CTNT
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_DSP_OBJ_LGL_CTNT, object_name:JTF_DSP_OBJ_LGL_CTNT, status:VALID, product: JTF - CRM Foundation , description: This table Contains the default logical items for selected display context labels and objects , implementation_dba_data: JTF.JTF_DSP_OBJ_LGL_CTNT ,
-
APPS.JTF_DSP_SECTION_GRP SQL Statements
12.1.1
-
APPS.JTF_DSP_SECTION_GRP dependencies on JTF_DSP_SECTIONS_B_S1
12.2.2
-
APPS.JTF_DSP_SECTION_GRP dependencies on DUAL
12.2.2
-
PACKAGE BODY: APPS.JTF_DSP_SECTION_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_DSP_SECTION_GRP, status:VALID,
-
PACKAGE BODY: APPS.JTF_DSP_SECTION_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_DSP_SECTION_GRP, status:VALID,
-
Table: JTF_DSP_SECTION_ITEMS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_DSP_SECTION_ITEMS, object_name:JTF_DSP_SECTION_ITEMS, status:VALID, product: JTF - CRM Foundation , description: This table stores the association between sections and items. , implementation_dba_data: JTF.JTF_DSP_SECTION_ITEMS ,
-
Table: JTF_DSP_CONTEXT_B
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_DSP_CONTEXT_B, object_name:JTF_DSP_CONTEXT_B, status:VALID, product: JTF - CRM Foundation , description: Stores the display contexts associated with templates and media attributes for media. , implementation_dba_data: JTF.JTF_DSP_CONTEXT_B ,
-
Table: JTF_MSITES_B
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_MSITES_B, object_name:JTF_MSITES_B, status:VALID, product: JTF - CRM Foundation , description: Stores Mini Site (Specialty Stores) Information. , implementation_dba_data: JTF.JTF_MSITES_B ,
-
APPS.JTF_DSP_SECTION_GRP SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JTF_DSP_MSITE_SCT_SECT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_DSP_MSITE_SCT_SECT_PVT, status:VALID,
-
VIEW: APPS.JTF_DSP_FEATURED_MEDIA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_DSP_FEATURED_MEDIA_V, object_name:JTF_DSP_FEATURED_MEDIA_V, status:VALID,
-
PACKAGE BODY: APPS.JTF_DSPMGRVALIDATION_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_DSPMGRVALIDATION_GRP, status:VALID,
-
PACKAGE BODY: APPS.JTF_DSP_SECTION_ITEM_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_DSP_SECTION_ITEM_PVT, status:VALID,
-
PACKAGE BODY: APPS.JTF_DSP_SECTION_ITEM_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_DSP_SECTION_ITEM_PVT, status:VALID,
-
View: JTF_DSP_SECTIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_DSP_SECTIONS_VL, object_name:JTF_DSP_SECTIONS_VL, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_DSP_SECTIONS_VL ,
-
PACKAGE BODY: APPS.JTF_DSPMGRVALIDATION_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_DSPMGRVALIDATION_GRP, status:VALID,