Search Results ahl_yes_no_type
Overview
The view APPS.AHL_MR_HEADERS_V is a reporting and integration layer exposed by Oracle E-Business Suite for the Maintenance Management (Enterprise Asset Management) product family. It presents maintenance requirement headers — the top-level definition of a planned maintenance, service, or overhaul work specification — together with their translated descriptive text and a large set of decoded lookup meanings. The view is owned by the APPS schema and is intended to be consumed directly by reports, concurrent programs, OAF pages, and external integrations rather than queried at the base table level.
Its principal value is that it resolves raw code columns (status, category, service type, proposal type, UOM, and similar) into human-readable meanings by joining to the appropriate lookup and value-set sources in a single access path. This shelters reporting code from the underlying normalization of the AHL_MR_HEADERS_B / AHL_MR_HEADERS_TL pair and removes the need for report authors to write repeated lookup subqueries.
Underlying Base Objects
The view is defined over a join of the base table AHL_MR_HEADERS_B (aliased MR) and its translation table AHL_MR_HEADERS_TL (aliased MR_TL), which together hold the language-independent and language-dependent maintenance requirement header attributes. Additional documented base objects referenced in the view text are:
AHL_WARRANTY_TEMPLATES_B— supplies the warranty template name for the header.FND_LOOKUP_VALUESandFND_LOOKUP_VALUES_VL— supply decoded meanings for many coded columns, including theAHL_YES_NO_TYPElookups.FND_PROFILE— the profile option package, referenced for session or context values.MTL_SYSTEM_ITEMS_KFV— the key flexfield view used to resolve the billing item's concatenated segments.QA_CHAR_VALUE_LOOKUPS— source for quality inspection type descriptions.
In the ETRM 12.2.2 metadata these appear as synonyms owned by APPS, with FND_LOOKUP_VALUES_VL itself being a view and FND_PROFILE a package. The precedence maintenance requirement (PMR) rows are also joined to expose the preceding header's title and revision.
Key Columns
The view exposes the full identity and descriptive set of the maintenance requirement header. Significant columns include:
MR_HEADER_ID— primary key of the maintenance requirement header.TITLE,VERSION_NUMBER,REVISION, andDESCRIPTION/COMMENTSfromMR_TL— user-facing definition text.MR_STATUS_CODE,IMPLEMENT_STATUS_CODE,CATEGORY_CODE,SERVICE_TYPE_CODE,PROGRAM_TYPE_CODE,PROGRAM_SUBTYPE_CODE, andTYPE_CODE— each accompanied by a decodedMEANINGcolumn.COPY_INIT_ACCOMPL_FLAGandCOPY_DEFERRALS_FLAG— yes/no indicators decoded against theAHL_YES_NO_TYPElookup intoCOPY_INIT_ACCOMPLSMNTSandCOPY_DEFERRALS. These are the columns most closely associated with the user's search term.REPETITIVE_FLAG,SHOW_REPETITIVE_CODE,WHICHEVER_FIRST_CODE,COPY_ACCOMPLISHMENT_FLAG, andAUTO_SIGNOFF_FLAG— scheduling and signoff behaviour flags.EFFECTIVE_FROM/EFFECTIVE_TO— validity window of the header.BILLING_ITEMandBILLING_ITEM_ID,BILLING_ORG_ID— the billable item resolved throughMTL_SYSTEM_ITEMS_KFV.WARRANTY_TEMPLATE_IDandWARRANTY_TEMPLATE_NAME— warranty coverage associated with the header.ATTRIBUTE1throughATTRIBUTE15andATTRIBUTE_CATEGORY— the standard descriptive flexfield columns.
Common Use Cases and Queries
Typical usage includes maintenance program listings, status dashboards, integration extracts that must map coded values to meanings, and ad-hoc lookups of yes/no flag behaviour. Because the view already supplies decoded meanings, queries are concise:
- List active headers with their status and category meanings, filtered on
EFFECTIVE_TO IS NULL OR EFFECTIVE_TO > SYSDATE. - Report on copy behaviour flags, for example
SELECT MR_HEADER_ID, TITLE, COPY_INIT_ACCOMPLSMNTS, COPY_DEFERRALS FROM APPS.AHL_MR_HEADERS_V. - Join to
MTL_SYSTEM_ITEMS_KFVor billing tables usingBILLING_ITEM_IDandBILLING_ORG_ID. - Filter by
SERVICE_TYPE_CODEorMR_STATUS_CODEfor workload and scheduling reporting.
Always qualify the view as APPS.AHL_MR_HEADERS_V and restrict rows on indexed base columns where possible, since the view performs numerous correlated lookups that can affect performance on large data sets.
-
Lookup Type: AHL_YES_NO_TYPE
12.1.1
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Yes Or No Type , description: Yes Or No Type ,
-
Lookup Type: AHL_YES_NO_TYPE
12.2.2
product: AHL - Complex Maintenance Repair and Overhaul , meaning: Yes Or No Type , description: Yes Or No Type ,
-
VIEW: APPS.AHL_MR_HEADERS_V
12.2.2
-
VIEW: APPS.AHL_ROUTE_OPERATIONS_V
12.2.2
-
VIEW: APPS.AHL_ROUTE_OPERATIONS_V
12.1.1
-
VIEW: APPS.AHL_MR_HEADERS_V
12.1.1
-
VIEW: APPS.AHL_ITEM_GROUPS_V
12.2.2
-
VIEW: APPS.AHL_UNIT_EFFECTIVITIES_V
12.1.1
-
VIEW: APPS.AHL_ITEM_CLASS_UOM_V
12.1.1
-
VIEW: APPS.AHL_ITEM_CLASS_UOM_V
12.2.2
-
VIEW: APPS.AHL_MR_EFFECTIVITY_DTLS_V
12.1.1
-
VIEW: APPS.AHL_MR_EFFECTIVITY_DTLS_V
12.2.2
-
VIEW: APPS.AHL_MR_EFFECTIVITIES_V
12.2.2
-
View: AHL_ROUTE_OPERATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ROUTE_OPERATIONS_V, object_name:AHL_ROUTE_OPERATIONS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the table AHL_ROUTE_OPERATIONS and the view AHL_OPERATIONS_VL to include some attributes of the operations. , implementation_dba_data: APPS.AHL_ROUTE_OPERATIONS_V ,
-
View: AHL_ROUTE_OPERATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ROUTE_OPERATIONS_V, object_name:AHL_ROUTE_OPERATIONS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the table AHL_ROUTE_OPERATIONS and the view AHL_OPERATIONS_VL to include some attributes of the operations. , implementation_dba_data: APPS.AHL_ROUTE_OPERATIONS_V ,
-
VIEW: APPS.AHL_MR_RELATIONSHIPS_V
12.2.2
-
VIEW: APPS.AHL_MR_EFFECTIVITIES_V
12.1.1
-
VIEW: APPS.AHL_PC_HEADERS_V
12.2.2
-
VIEW: APPS.AHL_DOCUMENT_ASSOS_V
12.2.2
-
VIEW: APPS.AHL_OPERATIONS_V
12.1.1
-
VIEW: APPS.AHL_PC_HEADERS_V
12.1.1
-
VIEW: APPS.AHL_ITEM_COMP_V
12.2.2
-
VIEW: APPS.AHL_UNIT_EFFECTIVITIES_V
12.2.2
-
VIEW: APPS.AHL_MC_HEADERS_V
12.2.2
-
View: AHL_MR_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MR_HEADERS_V, object_name:AHL_MR_HEADERS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the views AHL_MR_HEADERS_VL with FND_LOOKUP_VALUES_VL to include all the corresponding descriptions of the codes and with AHL_MR_HEADERS_B to get the Preceding MR Title & Revision. , implementation_dba_data: APPS.AHL_MR_HEADERS_V ,
-
VIEW: APPS.AHL_OPERATIONS_V
12.2.2
-
View: AHL_MR_EFFECTIVITIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MR_EFFECTIVITIES_V, object_name:AHL_MR_EFFECTIVITIES_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the views AHL_MR_EFFECTIVITIES,AHL_MASTER_CONFIG_DETAILS_V,MTL_SYSTEM_ITEMS_KFV,AHL_PC_NODES_B and AHL_POSITION_ALTERNATES_V , implementation_dba_data: APPS.AHL_MR_EFFECTIVITIES_V ,
-
View: AHL_ITEM_CLASS_UOM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ITEM_CLASS_UOM_V, object_name:AHL_ITEM_CLASS_UOM_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view retrieves items and all the UOMs which are in the same UOM class as the base UOM of the item. , implementation_dba_data: APPS.AHL_ITEM_CLASS_UOM_V ,
-
VIEW: APPS.AHL_VISIT_DETAILS_V
12.1.1
-
View: AHL_MR_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MR_HEADERS_V, object_name:AHL_MR_HEADERS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the views AHL_MR_HEADERS_VL with FND_LOOKUP_VALUES_VL to include all the corresponding descriptions of the codes and with AHL_MR_HEADERS_B to get the Preceding MR Title & Revision. , implementation_dba_data: APPS.AHL_MR_HEADERS_V ,
-
VIEW: APPS.AHL_OSP_ORDERS_V
12.2.2
-
View: AHL_OSP_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_OSP_ORDERS_V, object_name:AHL_OSP_ORDERS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View to retrieve all OSP order information about an OSP order including values for keys by joining AHL_OSP_ORDERS_VL, PO_HEADERS_V, OE_ORDER_HEADERS_ALL and FND_LOOKUPS_VALUES_VL. , implementation_dba_data: APPS.AHL_OSP_ORDERS_V ,
-
View: AHL_ITEM_CLASS_UOM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ITEM_CLASS_UOM_V, object_name:AHL_ITEM_CLASS_UOM_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view retrieves items and all the UOMs which are in the same UOM class as the base UOM of the item. , implementation_dba_data: APPS.AHL_ITEM_CLASS_UOM_V ,
-
VIEW: APPS.AHL_OSP_ORDERS_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_VISIT_DETAILS_V
12.2.2
-
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_OPERATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_OPERATIONS_V, object_name:AHL_OPERATIONS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the views AHL_OPERATIONS_VL and FND_LOOKUP_VALUES_VL to include all the codes and their corresponding descriptions. , implementation_dba_data: APPS.AHL_OPERATIONS_V ,
-
View: AHL_OSP_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_OSP_ORDERS_V, object_name:AHL_OSP_ORDERS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View to retrieve all OSP order information about an OSP order including values for keys by joining AHL_OSP_ORDERS_VL, PO_HEADERS_V, OE_ORDER_HEADERS_ALL and FND_LOOKUPS_VALUES_VL. , implementation_dba_data: APPS.AHL_OSP_ORDERS_V ,
-
VIEW: APPS.AHL_ROUTES_V
12.1.1
-
View: AHL_PC_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_PC_HEADERS_V, object_name:AHL_PC_HEADERS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on AHL_PC_HEADERS_VL and FND_LOOKUPS , implementation_dba_data: APPS.AHL_PC_HEADERS_V ,
-
APPS.AHL_PRD_VISITS_PVT SQL Statements
12.2.2
-
APPS.AHL_PRD_VISITS_PVT SQL Statements
12.1.1
-
View: AHL_VISIT_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISIT_DETAILS_V, object_name:AHL_VISIT_DETAILS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve Visit details (ITEM,INSTANCE, ORGANIZATION, DEPARTMENT, UNIT information) , implementation_dba_data: APPS.AHL_VISIT_DETAILS_V ,
-
View: AHL_MR_EFFECTIVITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_MR_EFFECTIVITIES_V, object_name:AHL_MR_EFFECTIVITIES_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the views AHL_MR_EFFECTIVITIES,AHL_MASTER_CONFIG_DETAILS_V,MTL_SYSTEM_ITEMS_KFV,AHL_PC_NODES_B and AHL_POSITION_ALTERNATES_V , implementation_dba_data: APPS.AHL_MR_EFFECTIVITIES_V ,
-
12.1.1 FND Design Data
12.1.1
-
View: AHL_PC_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_PC_HEADERS_V, object_name:AHL_PC_HEADERS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on AHL_PC_HEADERS_VL and FND_LOOKUPS , implementation_dba_data: APPS.AHL_PC_HEADERS_V ,
-
View: AHL_OPERATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_OPERATIONS_V, object_name:AHL_OPERATIONS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the views AHL_OPERATIONS_VL and FND_LOOKUP_VALUES_VL to include all the codes and their corresponding descriptions. , implementation_dba_data: APPS.AHL_OPERATIONS_V ,
-
View: AHL_VISIT_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_VISIT_DETAILS_V, object_name:AHL_VISIT_DETAILS_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view stores the query to retrieve Visit details (ITEM,INSTANCE, ORGANIZATION, DEPARTMENT, UNIT information) , implementation_dba_data: APPS.AHL_VISIT_DETAILS_V ,
-
VIEW: APPS.AHL_WORKORDER_TASKS_V
12.2.2