Search Results aml_lead_processing_stages_v
Overview
AML_LEAD_PROCESSING_STAGES_V is a read-only database view owned by the APPS schema in Oracle E-Business Suite, delivered as part of the AMS (Marketing) product family. The view exposes the descriptive meaning of the evaluation stages applied to sales leads within Oracle Marketing and Oracle Sales. Rather than storing data of its own, it consolidates lookup values from three distinct reference sources into a single, unified result set, allowing lead-processing stages to be presented consistently across forms, reports, and integration interfaces.
The object carries a status of VALID and is available in both Oracle EBS 12.1.1 and 12.2.2. Its documentation is explicitly framed around the PROCESS_TYPE discriminator, which is the column users most commonly search for when building lead-qualification reports or troubleshooting stage display behavior.
Underlying Base Objects
The view is defined over a UNION ALL of three SELECT statements, each pulling a specific class of stage values. The documented referenced base objects are:
- OE_LOOKUPS — supplies channel-selection lookup values where LOOKUP_TYPE = 'SALES_CHANNEL'.
- FND_LOOKUPS — supplies lead-qualification status values where LOOKUP_TYPE = 'PV_QUALIFIED_STATUS'.
- AS_SALES_LEAD_RANKS_VL — supplies lead-rating ranks, with RANK_ID converted to character form via TO_CHAR and paired with its MEANING.
- FND_GLOBAL — referenced by the view metadata for session and user context resolution.
Because these sources are views and lookup tables rather than transactional tables, AML_LEAD_PROCESSING_STAGES_V presents reference data only. It therefore requires no write privileges and is safe to query in high-volume reporting environments.
Key Columns
- PROCESS_TYPE — the discriminator identifying which evaluation stage the row belongs to. Documented literal values are 'CHANNEL_SELECTION', 'LEAD_QUALIFICATION', and 'LEAD_RATING'.
- LOOKUP_CODE — the coded identifier for the stage value. For channel selection and qualification this is the lookup code; for lead rating it is the character representation of the rank identifier.
- MEANING — the translated, user-facing description of the code, sourced from each underlying reference object.
Note that LOOKUP_CODE is heterogeneous in origin: it maps to a lookup code in two branches and to a numeric rank identifier in the third. Consumers should treat it as a display key rather than a single consistent domain.
Common Use Cases and Queries
Typical scenarios include populating LOVs for lead evaluation stages, joining stage meanings onto lead records for reporting, and validating configuration of the underlying lookups and ranks.
To retrieve all stages grouped by process type:
SELECT process_type, lookup_code, meaning FROM aml_lead_processing_stages_v ORDER BY process_type, lookup_code;
To isolate a single evaluation stage, for example lead qualification:
SELECT lookup_code, meaning FROM aml_lead_processing_stages_v WHERE process_type = 'LEAD_QUALIFICATION';
To drive a form LOV or integration picklist filtered to rating values:
SELECT meaning FROM aml_lead_processing_stages_v WHERE process_type = 'LEAD_RATING';
Because the view performs no aggregation and no joins beyond its UNION ALL definition, queries execute efficiently and can be embedded in custom concurrent programs or Oracle BI Publisher templates. When joining to lead data, always constrain on PROCESS_TYPE to avoid mixing stage categories within a single result set.
-
View: AML_LEAD_PROCESSING_STAGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AML_LEAD_PROCESSING_STAGES_V, object_name:AML_LEAD_PROCESSING_STAGES_V, status:VALID, product: AMS - Marketing , description: This view returns meaning of the evaluation stage , implementation_dba_data: APPS.AML_LEAD_PROCESSING_STAGES_V ,
-
View: AML_LEAD_PROCESSING_STAGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AML_LEAD_PROCESSING_STAGES_V, object_name:AML_LEAD_PROCESSING_STAGES_V, status:VALID, product: AMS - Marketing , description: This view returns meaning of the evaluation stage , implementation_dba_data: APPS.AML_LEAD_PROCESSING_STAGES_V ,
-
VIEW: APPS.AML_LEAD_PROCESS_REPT_V
12.2.2
-
VIEW: APPS.AML_LEAD_PROCESS_REPT_V
12.1.1
-
View: AML_LEAD_PROCESS_REPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AML_LEAD_PROCESS_REPT_V, object_name:AML_LEAD_PROCESS_REPT_V, status:VALID, product: AMS - Marketing , description: This view returns lead and its processing rules , implementation_dba_data: APPS.AML_LEAD_PROCESS_REPT_V ,
-
View: AML_LEAD_PROCESS_REPT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AML_LEAD_PROCESS_REPT_V, object_name:AML_LEAD_PROCESS_REPT_V, status:VALID, product: AMS - Marketing , description: This view returns lead and its processing rules , implementation_dba_data: APPS.AML_LEAD_PROCESS_REPT_V ,
-
VIEW: APPS.AML_LEAD_PROCESSING_STAGES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AML_LEAD_PROCESSING_STAGES_V, object_name:AML_LEAD_PROCESSING_STAGES_V, status:VALID,
-
VIEW: APPS.AML_LEAD_PROCESSING_STAGES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AML_LEAD_PROCESSING_STAGES_V, object_name:AML_LEAD_PROCESSING_STAGES_V, status:VALID,
-
VIEW: APPS.AS_SALES_LEAD_RANKS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SALES_LEAD_RANKS_VL, object_name:AS_SALES_LEAD_RANKS_VL, status:VALID,
-
VIEW: APPS.AS_SALES_LEAD_RANKS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_SALES_LEAD_RANKS_VL, object_name:AS_SALES_LEAD_RANKS_VL, status:VALID,
-
VIEW: APPS.AML_LEAD_PROCESS_REPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AML_LEAD_PROCESS_REPT_V, object_name:AML_LEAD_PROCESS_REPT_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.AML_LEAD_PROCESS_REPT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AML_LEAD_PROCESS_REPT_V, object_name:AML_LEAD_PROCESS_REPT_V, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.OE_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_LOOKUPS, object_name:OE_LOOKUPS, status:VALID,
-
VIEW: APPS.OE_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_LOOKUPS, object_name:OE_LOOKUPS, status:VALID,
-
VIEW: APPS.FND_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_LOOKUPS, object_name:FND_LOOKUPS, status:VALID,
-
VIEW: APPS.FND_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_LOOKUPS, object_name:FND_LOOKUPS, status:VALID,
-
eTRM - AMS Tables and Views
12.2.2
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - AS Tables and Views
12.1.1
description: - Retrofitted ,
-
eTRM - AMS Tables and Views
12.1.1
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - ONT Tables and Views
12.1.1
description: OM WorkFlow Activity Skip Log. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,
-
eTRM - AS Tables and Views
12.1.1
description: - Retrofitted ,
-
eTRM - AMS Tables and Views
12.2.2
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - AMS Tables and Views
12.1.1
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - ONT Tables and Views
12.1.1
description: OM WorkFlow Activity Skip Log. ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,