Search Results csf_md_om_admins
Overview
The CSF_MD_OM_ADMINS table is a core data object within the Oracle E-Business Suite (EBS) Field Service (CSF) module. It functions as a master table for storing administrative boundary definitions. In the context of field service operations, administrative boundaries are geographical or organizational constructs used to logically segment territories for service management, resource assignment, and operational planning. This table is critical for enabling structured territory management and is typically populated and maintained through the application's administrative setup flows, rather than direct data entry.
Key Information Stored
Based on the provided ETRM metadata, the table's primary purpose is to store unique administrative boundary records. The most significant column is ADMIN_BOUND_ID, which serves as the unique identifier (primary key) for each boundary entry. This ID is the central reference point for all related data. While the full column list is not detailed in the excerpt, tables of this nature in the CSF module commonly contain additional descriptive attributes such as boundary name, type, effective dates, and potentially a hierarchical parent ID to support nested territory structures. The existence of the primary key constraint CSF_MD_OM_ADMINS_PK on the ADMIN_BOUND_ID column confirms its role as the principal access key for data integrity and performance.
Common Use Cases and Queries
This table is primarily accessed to support territory-based configurations and reporting within Field Service. Common operational scenarios include assigning technicians or teams to specific administrative boundaries, generating service reports aggregated by region, and defining dispatch rules based on geographical zones. A fundamental query pattern involves joining this table to resource assignment or task tables using the ADMIN_BOUND_ID. For instance, to list all active boundaries, a query would typically select from this table with appropriate filters on status or date columns. Reporting often involves aggregating service request counts or resource hours by joining on ADMIN_BOUND_ID to fact tables and grouping by a descriptive name column from CSF_MD_OM_ADMINS.
Related Objects
The ADMIN_BOUND_ID column, as the primary key, is designed to be referenced by foreign keys in other CSF tables that need to associate records with a specific administrative boundary. While the specific related tables are not listed in the provided metadata, in a standard EBS Field Service schema, one would expect to find foreign key relationships from operational tables such as those storing technician assignments (e.g., CSF_MD_ASSIGNMENTS), service territories, or dispatch schedules. These child tables would contain an ADMIN_BOUND_ID column to establish the link. The constraint name CSF_MD_OM_ADMINS_PK explicitly defines this table as the parent in these relationships.
-
Table: CSF_MD_OM_ADMINS
12.1.1
owner:CSF, object_type:TABLE, fnd_design_data:CSF.CSF_MD_OM_ADMINS, object_name:CSF_MD_OM_ADMINS, status:VALID, product: CSF - Field Service , implementation_dba_data: CSF.CSF_MD_OM_ADMINS ,
-
Table: CSF_MD_OM_ADMINS
12.2.2
owner:CSF, object_type:TABLE, fnd_design_data:CSF.CSF_MD_OM_ADMINS, object_name:CSF_MD_OM_ADMINS, status:VALID, product: CSF - Field Service , implementation_dba_data: CSF.CSF_MD_OM_ADMINS ,