Search Results ahl_mr_effectivity_dtls
Overview
The AHL_MR_EFFECTIVITY_DTLS table is a core data object within the Oracle E-Business Suite module for Complex Maintenance, Repair, and Overhaul (AHL). It functions as a detail table that stores granular, item instance-level specifications for a maintenance requirement's effectivity. Its primary role is to define precisely which physical units or configurations a specific maintenance task applies to, based on criteria such as serial numbers, manufacturer details, and geographical location. This table is essential for ensuring maintenance plans are accurately targeted and executed on the correct assets within the CMRO framework.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the documented foreign key relationships and description indicate the table holds critical identifiers and attributes. The primary key, MR_EFFECTIVITY_DETAIL_ID, uniquely identifies each detail record. The MR_EFFECTIVITY_ID column links the detail to its parent definition in the AHL_MR_EFFECTIVITIES table. Key descriptive columns include MANUFACTURER_ID, which references the MTL_MANUFACTURERS table to specify the asset's maker, and COUNTRY_CODE, which references FND_TERRITORIES to potentially define a geographical constraint for the effectivity. Other typical columns in such a structure would include serial number ranges, lot numbers, or specific item instance identifiers to pinpoint the applicable assets.
Common Use Cases and Queries
This table is central to queries that determine the exact scope of a maintenance requirement. A common use case is generating a work order for a specific asset; the system queries this table to verify if the asset's serial number, manufacturer, and location match any effectivity details tied to an active maintenance requirement. For reporting, analysts join this table to asset and maintenance header tables to list all assets subject to a particular maintenance task. A typical SQL pattern involves filtering on the parent MR_EFFECTIVITY_ID and joining to manufacturer and territory tables for descriptive information:
- SELECT amed.*, mm.manufacturer_name, ft.territory_short_name FROM ahl_mr_effectivity_dtls amed, mtl_manufacturers mm, fnd_territories ft WHERE amed.mr_effectivity_id = :p_mr_effectivity_id AND amed.manufacturer_id = mm.manufacturer_id(+) AND amed.country_code = ft.territory_code(+);
Related Objects
The table maintains defined relationships with several key EBS objects, primarily through foreign key constraints. The central relationship is with the AHL_MR_EFFECTIVITIES table via the MR_EFFECTIVITY_ID column, linking details to their parent effectivity rule. For descriptive data, it references the inventory master table MTL_MANUFACTURERS via the MANUFACTURER_ID column and the foundational FND_TERRITORIES table via the COUNTRY_CODE column. As a detail table, it is likely referenced by various CMRO transactional and reporting interfaces to resolve asset-specific maintenance applicability.
-
Table: AHL_MR_EFFECTIVITY_DTLS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MR_EFFECTIVITY_DTLS, object_name:AHL_MR_EFFECTIVITY_DTLS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the item instance level details of the maintenance requirement. , implementation_dba_data: AHL.AHL_MR_EFFECTIVITY_DTLS ,
-
Table: AHL_MR_EFFECTIVITY_DTLS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MR_EFFECTIVITY_DTLS, object_name:AHL_MR_EFFECTIVITY_DTLS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the item instance level details of the maintenance requirement. , implementation_dba_data: AHL.AHL_MR_EFFECTIVITY_DTLS ,
-
APPS.AHL_FMP_MR_REVISION_PVT dependencies on AHL_MR_EFFECTIVITY_DTLS
12.1.1
-
APPS.AHL_FMP_MR_EFFECTIVITY_PVT dependencies on AHL_MR_EFFECTIVITY_DTLS
12.2.2
-
APPS.AHL_FMP_PVT dependencies on AHL_MR_EFFECTIVITY_DTLS
12.2.2
-
APPS.AHL_FMP_EFFECTIVITY_DTL_PVT dependencies on AHL_MR_EFFECTIVITY_DTLS
12.2.2
-
APPS.AHL_FMP_MR_EFFECTIVITY_PVT dependencies on AHL_MR_EFFECTIVITY_DTLS
12.1.1
-
APPS.AHL_FMP_EFFECTIVITY_DTL_PVT dependencies on AHL_MR_EFFECTIVITY_DTLS
12.1.1
-
APPS.AHL_FMP_MR_HEADER_PVT dependencies on AHL_MR_EFFECTIVITY_DTLS
12.1.1
-
APPS.AHL_FMP_MR_REVISION_PVT dependencies on AHL_MR_EFFECTIVITY_DTLS
12.2.2
-
APPS.AHL_FMP_MR_HEADER_PVT dependencies on AHL_MR_EFFECTIVITY_DTLS
12.2.2
-
APPS.AHL_FMP_PVT dependencies on AHL_MR_EFFECTIVITY_DTLS
12.1.1
-
APPS.AHL_FMP_EFFECTIVITY_DTL_PVT dependencies on AHL_MR_EFFECTIVITY_DTLS_S
12.1.1
-
APPS.AHL_FMP_EFFECTIVITY_DTL_PVT dependencies on AHL_MR_EFFECTIVITY_DTLS_S
12.2.2
-
SYNONYM: APPS.AHL_MR_EFFECTIVITY_DTLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AHL_MR_EFFECTIVITY_DTLS, status:VALID,
-
SYNONYM: APPS.AHL_MR_EFFECTIVITY_DTLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AHL_MR_EFFECTIVITY_DTLS, status:VALID,
-
APPS.AHL_FMP_PVT dependencies on CSI_INST_EXTEND_ATTRIB_V
12.1.1
-
View: AHL_MR_EFFECTIVITY_DTLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MR_EFFECTIVITY_DTLS_V, object_name:AHL_MR_EFFECTIVITY_DTLS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the views AHL_MR_EFFECTIVITY_DTLS,FND_TERRITORIES_VL,FND_LOOKUP_VALUES_VL,MTL_MANUFACTURERS , implementation_dba_data: APPS.AHL_MR_EFFECTIVITY_DTLS_V ,
-
VIEW: AHL.AHL_MR_EFFECTIVITY_DTLS#
12.2.2
owner:AHL, object_type:VIEW, object_name:AHL_MR_EFFECTIVITY_DTLS#, status:VALID,
-
VIEW: APPS.AHL_MR_EFFECTIVITY_DTLS_APP_V
12.2.2
-
VIEW: APPS.AHL_MR_EFFECTIVITY_DTLS_V
12.1.1
-
View: AHL_MR_EFFECTIVITY_DTLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MR_EFFECTIVITY_DTLS_V, object_name:AHL_MR_EFFECTIVITY_DTLS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the views AHL_MR_EFFECTIVITY_DTLS,FND_TERRITORIES_VL,FND_LOOKUP_VALUES_VL,MTL_MANUFACTURERS , implementation_dba_data: APPS.AHL_MR_EFFECTIVITY_DTLS_V ,
-
VIEW: APPS.AHL_MR_EFFECTIVITY_DTLS_V
12.2.2
-
VIEW: APPS.AHL_MR_EFFECTIVITY_DTLS_APP_V
12.1.1
-
APPS.AHL_FMP_PVT dependencies on CSI_INST_EXTEND_ATTRIB_V
12.2.2
-
VIEW: AHL.AHL_MR_EFFECTIVITY_DTLS#
12.2.2
-
Table: MTL_MANUFACTURERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_MANUFACTURERS, object_name:MTL_MANUFACTURERS, status:VALID, product: INV - Inventory , description: Define manufacturers , implementation_dba_data: INV.MTL_MANUFACTURERS ,
-
Table: MTL_MANUFACTURERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_MANUFACTURERS, object_name:MTL_MANUFACTURERS, status:VALID, product: INV - Inventory , description: Define manufacturers , implementation_dba_data: INV.MTL_MANUFACTURERS ,
-
APPS.AHL_FMP_EFFECTIVITY_DTL_PVT SQL Statements
12.1.1
-
Table: AHL_MR_EFFECTIVITIES
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MR_EFFECTIVITIES, object_name:AHL_MR_EFFECTIVITIES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the effectivity of maintenance requirement. , implementation_dba_data: AHL.AHL_MR_EFFECTIVITIES ,
-
Table: AHL_MR_EFFECTIVITIES
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MR_EFFECTIVITIES, object_name:AHL_MR_EFFECTIVITIES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the effectivity of maintenance requirement. , implementation_dba_data: AHL.AHL_MR_EFFECTIVITIES ,
-
PACKAGE BODY: APPS.AHL_FMP_MR_EFFECTIVITY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_FMP_MR_EFFECTIVITY_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_FMP_MR_EFFECTIVITY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_FMP_MR_EFFECTIVITY_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_FMP_EFFECTIVITY_DTL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_FMP_EFFECTIVITY_DTL_PVT, status:VALID,
-
View: AHL_MR_EFFECTIVITY_DTLS_APP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MR_EFFECTIVITY_DTLS_APP_V, object_name:AHL_MR_EFFECTIVITY_DTLS_APP_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , implementation_dba_data: APPS.AHL_MR_EFFECTIVITY_DTLS_APP_V ,
-
APPS.AHL_FMP_MR_HEADER_PVT dependencies on AHL_MR_INTERVALS
12.1.1
-
View: AHL_MR_EFFECTIVITY_DTLS_APP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MR_EFFECTIVITY_DTLS_APP_V, object_name:AHL_MR_EFFECTIVITY_DTLS_APP_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , implementation_dba_data: APPS.AHL_MR_EFFECTIVITY_DTLS_APP_V ,
-
PACKAGE BODY: APPS.AHL_FMP_EFFECTIVITY_DTL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_FMP_EFFECTIVITY_DTL_PVT, status:VALID,
-
TABLE: AHL.AHL_MR_EFFECTIVITY_DTLS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MR_EFFECTIVITY_DTLS, object_name:AHL_MR_EFFECTIVITY_DTLS, status:VALID,
-
TABLE: AHL.AHL_MR_EFFECTIVITY_DTLS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_MR_EFFECTIVITY_DTLS, object_name:AHL_MR_EFFECTIVITY_DTLS, status:VALID,
-
APPS.AHL_FMP_PVT dependencies on AHL_MR_EFFECTIVITIES
12.1.1
-
APPS.AHL_FMP_MR_HEADER_PVT dependencies on AHL_MR_INTERVALS
12.2.2
-
APPS.AHL_FMP_PVT dependencies on AHL_MR_EFFECTIVITIES
12.2.2
-
PACKAGE BODY: APPS.AHL_FMP_MR_HEADER_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_FMP_MR_HEADER_PVT, status:VALID,
-
Table: FND_TERRITORIES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_TERRITORIES, object_name:FND_TERRITORIES, status:VALID, product: FND - Application Object Library , description: Territories, also known as countries , implementation_dba_data: APPLSYS.FND_TERRITORIES ,
-
PACKAGE BODY: APPS.AHL_FMP_MR_HEADER_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_FMP_MR_HEADER_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_FMP_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_FMP_PVT, status:VALID,
-
APPS.AHL_FMP_PVT dependencies on AHL_MR_VISIT_TYPES
12.1.1
-
Table: FND_TERRITORIES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_TERRITORIES, object_name:FND_TERRITORIES, status:VALID, product: FND - Application Object Library , description: Territories, also known as countries , implementation_dba_data: APPLSYS.FND_TERRITORIES ,
-
PACKAGE BODY: APPS.AHL_FMP_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_FMP_PVT, status:VALID,