Search Results csf_md_theme_metadata
Overview
The CSF_MD_THEME_METADATA table is a core data dictionary object within the Oracle E-Business Suite (EBS) Field Service (CSF) module. It functions as the master repository for defining and managing the version information of a complete theme. In the context of EBS Field Service, a theme represents a logical grouping of map layers and their associated display rules, which are used to configure the visual presentation of service-related geographic data within the application's mapping interface. This table is critical for the administration and deployment of mapping configurations across releases 12.1.1 and 12.2.2, ensuring that the correct set of cartographic rules and layer definitions is maintained and referenced by the system.
Key Information Stored
The primary purpose of the table is to store high-level metadata for a theme. While the specific column list is not detailed in the provided excerpt, the documented primary key and foreign key relationships define its essential structure. The THEME_ID column serves as the unique identifier (Primary Key) for each theme record. The table logically stores version control attributes for the theme as a whole, which may include fields such as a version number, creation date, last update date, status (e.g., 'Active', 'Draft'), and a descriptive name. This metadata allows the Field Service application to identify, validate, and load the correct thematic configuration for mapping operations.
Common Use Cases and Queries
This table is primarily accessed for system configuration and administrative reporting. Common operational scenarios include verifying the active theme version deployed in a production environment, auditing theme changes over time, and identifying which themes are available for assignment to different service territories or user profiles. A typical administrative query would retrieve a list of all themes with their version details:
- SELECT theme_id, theme_name, version, status, creation_date FROM csf_md_theme_metadata ORDER BY creation_date DESC;
Another critical use case involves joining this table to its child layer tables to generate a comprehensive report of all layers belonging to a specific theme, which is essential for troubleshooting map display issues or performing impact analysis before a theme update.
Related Objects
The CSF_MD_THEME_METADATA table sits at the top of a hierarchy of mapping metadata tables. As documented in the foreign key relationship, it has a direct parent-child link with the CSF_MD_LYR_METADATA table. The relationship is defined as:
- Foreign Key Table: CSF_MD_LYR_METADATA
- Foreign Key Column: CSF_MD_LYR_METADATA.THEME_METADATA_ID
- References: CSF_MD_THEME_METADATA (Primary Key: THEME_ID)
This relationship signifies that individual map layer metadata records stored in CSF_MD_LYR_METADATA are associated with a specific parent theme via the THEME_METADATA_ID foreign key. Therefore, this table is the central point for querying the complete composition of any configured mapping theme within Oracle Field Service.
-
Table: CSF_MD_THEME_METADATA
12.2.2
owner:CSF, object_type:TABLE, fnd_design_data:CSF.CSF_MD_THEME_METADATA, object_name:CSF_MD_THEME_METADATA, status:VALID, product: CSF - Field Service , description: Defines the version information of an entire theme. , implementation_dba_data: CSF.CSF_MD_THEME_METADATA ,
-
Table: CSF_MD_THEME_METADATA
12.1.1
owner:CSF, object_type:TABLE, fnd_design_data:CSF.CSF_MD_THEME_METADATA, object_name:CSF_MD_THEME_METADATA, status:VALID, product: CSF - Field Service , description: Defines the version information of an entire theme. , implementation_dba_data: CSF.CSF_MD_THEME_METADATA ,
-
APPS.CSF_RMDUP dependencies on CSF_MD_THEME_METADATA
12.1.1
-
APPS.CSF_RMDUP dependencies on CSF_MD_THEME_METADATA
12.2.2
-
VIEW: CSF.CSF_MD_THEME_METADATA#
12.2.2
owner:CSF, object_type:VIEW, object_name:CSF_MD_THEME_METADATA#, status:VALID,
-
SYNONYM: APPS.CSF_MD_THEME_METADATA
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSF_MD_THEME_METADATA, status:VALID,
-
SYNONYM: APPS.CSF_MD_THEME_METADATA
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSF_MD_THEME_METADATA, status:VALID,
-
VIEW: CSF.CSF_MD_THEME_METADATA#
12.2.2
-
TABLE: CSF.CSF_MD_THEME_METADATA
12.1.1
owner:CSF, object_type:TABLE, fnd_design_data:CSF.CSF_MD_THEME_METADATA, object_name:CSF_MD_THEME_METADATA, status:VALID,
-
TABLE: CSF.CSF_MD_THEME_METADATA
12.2.2
owner:CSF, object_type:TABLE, fnd_design_data:CSF.CSF_MD_THEME_METADATA, object_name:CSF_MD_THEME_METADATA, status:VALID,
-
Table: CSF_MD_LYR_METADATA
12.2.2
owner:CSF, object_type:TABLE, fnd_design_data:CSF.CSF_MD_LYR_METADATA, object_name:CSF_MD_LYR_METADATA, status:VALID, product: CSF - Field Service , description: Defines map display layer metadata , implementation_dba_data: CSF.CSF_MD_LYR_METADATA ,
-
APPS.CSF_RMDUP SQL Statements
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
Table: CSF_MD_LYR_METADATA
12.1.1
owner:CSF, object_type:TABLE, fnd_design_data:CSF.CSF_MD_LYR_METADATA, object_name:CSF_MD_LYR_METADATA, status:VALID, product: CSF - Field Service , description: Defines map display layer metadata , implementation_dba_data: CSF.CSF_MD_LYR_METADATA ,
-
APPS.CSF_RMDUP SQL Statements
12.2.2
-
PACKAGE BODY: APPS.CSF_RMDUP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSF_RMDUP, status:VALID,
-
PACKAGE BODY: APPS.CSF_RMDUP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSF_RMDUP, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.CSF_RMDUP
12.2.2
-
PACKAGE BODY: APPS.CSF_RMDUP
12.1.1
-
eTRM - CSF Tables and Views
12.1.1
description: Defines the result of spatial index creation (tiling). ,
-
eTRM - CSF Tables and Views
12.2.2
description: Defines the result of spatial index creation (tiling). ,
-
eTRM - CSF Tables and Views
12.1.1
description: Defines the result of spatial index creation (tiling). ,
-
eTRM - CSF Tables and Views
12.2.2
description: Defines the result of spatial index creation (tiling). ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1