Search Results sales_stage
Overview
AST_LM_OPP_QUICK_RESULTS_V is a reporting view owned by the APPS schema in Oracle E-Business Suite, defined within the AST (TeleSales) product family. It presents a consolidated, denormalized projection of opportunity records drawn from the AS_LEADS_ALL base table, joined to customer, status, sales stage, and channel lookup sources. In ETRM 12.1.1 and 12.2.2 the object carries a status of VALID, indicating it is a supported, functioning dictionary object available for query and reporting use.
The view is designed to support rapid retrieval of opportunity-level summary information for TeleSales agents and administrators. Rather than requiring the caller to assemble joins across multiple base tables, the view exposes human-readable descriptions for coded values — status meaning, sales stage description, and channel meaning — alongside raw codes. This makes it particularly suitable for inquiry screens, ad hoc reporting, and lightweight integrations where opportunity context must be presented without exposing internal code values to the end user. The column name the user searched for, opportunity_name, is exposed directly by this view.
Underlying Base Objects
The view is defined over the following documented base objects:
- AS_LEADS_ALL (SYNONYM) — the primary source of opportunity rows, aliased as OPP.
- HZ_PARTIES (SYNONYM) — supplies customer name and party type, joined on CUSTOMER_ID = PARTY_ID.
- AS_STATUSES_TL (SYNONYM) — translated status meanings, joined on STATUS_CODE with LANGUAGE = USERENV('LANG').
- AS_SALES_STAGES_ALL_TL (SYNONYM) — translated sales stage descriptions, outer-joined on SALES_STAGE_ID.
- OE_LOOKUPS (VIEW) — supplies the SALES_CHANNEL lookup meaning via an outer join on CHANNEL_CODE.
The join structure uses inner joins for the party and status relationships, and outer joins for the sales stage and channel lookups, ensuring opportunity rows are retained even where the stage or channel translation is absent. The language predicates restrict translated columns to the session language of the executing user.
Key Columns
- LEAD_ID — primary identifier of the opportunity record.
- LEAD_NUMBER — the user-facing opportunity number.
- OPPORTUNITY_NAME — sourced from the OPP.DESCRIPTION column of AS_LEADS_ALL; this is the descriptive name of the opportunity.
- CUSTOMER_ID / CUSTOMER_NAME / PARTY_TYPE — customer party identity and classification.
- SALES_STAGE_ID / SALES_STAGE — stage code and its translated description.
- STATUS_CODE / STATUS — status code and translated meaning.
- CHANNEL_CODE / CHANNEL — channel code and lookup meaning from SALES_CHANNEL.
- TOTAL_AMOUNT, WIN_PROBABILITY, FORECAST_AMOUNT — commercial metrics for the opportunity.
- CLOSE_DATE — aliased from DECISION_DATE.
- ORG_ID — operating unit context for multi-org security.
- Standard audit columns: CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY.
Common Use Cases and Queries
The view is typically used to power opportunity quick-search results, pipeline summaries, and channel or stage reporting. Because ORG_ID is exposed, queries should be constrained by the appropriate operating unit in multilanguage environments.
A representative query retrieving opportunity names by customer:
SELECT opportunity_name, lead_number, customer_name, status, sales_stage FROM apps.ast_lm_opp_quick_results_v WHERE customer_name LIKE :p_name;
A pipeline summary query aggregating by stage and channel:
SELECT sales_stage, channel, SUM(total_amount), AVG(win_probability) FROM apps.ast_lm_opp_quick_results_v WHERE org_id = :p_org GROUP BY sales_stage, channel;
Because the view contains no aggregation or filtering logic of its own, it can be joined freely to additional TeleSales or customer tables, and its translated columns adapt automatically to the session language of the querying user.
-
View: AST_LM_OPP_QUICK_RESULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_OPP_QUICK_RESULTS_V, object_name:AST_LM_OPP_QUICK_RESULTS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LM_OPP_QUICK_RESULTS_V ,
-
View: AST_LM_OPP_QUICK_SGRP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_OPP_QUICK_SGRP_V, object_name:AST_LM_OPP_QUICK_SGRP_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LM_OPP_QUICK_SGRP_V ,
-
View: AMS_LEAD_ACCOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LEAD_ACCOUNTS_V, object_name:AMS_LEAD_ACCOUNTS_V, status:VALID, product: AMS - Marketing , description: This view is used by Discoverer Business Area : List Generation Folders to retrieve customers and sites linked to an opportunity. , implementation_dba_data: APPS.AMS_LEAD_ACCOUNTS_V ,
-
View: AST_LM_OPP_QUICK_INTTYPES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_OPP_QUICK_INTTYPES_V, object_name:AST_LM_OPP_QUICK_INTTYPES_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LM_OPP_QUICK_INTTYPES_V ,
-
View: AST_LM_OPP_QUICK_CAMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_OPP_QUICK_CAMP_V, object_name:AST_LM_OPP_QUICK_CAMP_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LM_OPP_QUICK_CAMP_V ,
-
VIEW: APPS.AST_LM_OPP_QUICK_CAMP_V
12.1.1
-
VIEW: APPS.AST_LM_OPP_QUICK_RESULTS_V
12.1.1
-
VIEW: APPS.AST_LM_OPP_QUICK_CAMP_V
12.2.2
-
View: AST_LM_OPP_QUICK_RESULTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_OPP_QUICK_RESULTS_V, object_name:AST_LM_OPP_QUICK_RESULTS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LM_OPP_QUICK_RESULTS_V ,
-
View: AST_LM_OPP_QUICK_SREP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_OPP_QUICK_SREP_V, object_name:AST_LM_OPP_QUICK_SREP_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LM_OPP_QUICK_SREP_V ,
-
View: AST_LM_OPP_QUICK_INTTYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_OPP_QUICK_INTTYPES_V, object_name:AST_LM_OPP_QUICK_INTTYPES_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LM_OPP_QUICK_INTTYPES_V ,
-
VIEW: APPS.BIL_OBI_OPDTL_V
12.1.1
-
VIEW: APPS.AST_LM_OPP_QUICK_RESULTS_V
12.2.2
-
View: AST_LS_OPP_BSC_V
12.1.1
product: AST - TeleSales , implementation_dba_data: Not implemented in this database ,
-
View: AST_LM_OPP_QUICK_SGRP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_OPP_QUICK_SGRP_V, object_name:AST_LM_OPP_QUICK_SGRP_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LM_OPP_QUICK_SGRP_V ,
-
VIEW: APPS.AMS_LEAD_ACCOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LEAD_ACCOUNTS_V, object_name:AMS_LEAD_ACCOUNTS_V, status:VALID,
-
VIEW: APPS.AMS_LEAD_ACCOUNTS_V
12.1.1
-
VIEW: APPS.AST_LM_OPP_QUICK_SREP_V
12.2.2
-
TABLE: APPS.ASF_OPP_TOP_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:ASF.ASF_OPP_TOP_MV, object_name:ASF_OPP_TOP_MV, status:VALID,
-
View: AST_LM_OPP_QUICK_CAMP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_OPP_QUICK_CAMP_V, object_name:AST_LM_OPP_QUICK_CAMP_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LM_OPP_QUICK_CAMP_V ,
-
View: ASF_FORECAST_OPPWS_SUBMIT_V
12.1.1
product: ASF - Sales Online , implementation_dba_data: Not implemented in this database ,
-
View: AST_LS_OPP_BSC_V
12.2.2
product: AST - TeleSales , implementation_dba_data: Not implemented in this database ,
-
View: AST_LM_OPP_QUICK_SREP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_OPP_QUICK_SREP_V, object_name:AST_LM_OPP_QUICK_SREP_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LM_OPP_QUICK_SREP_V ,
-
VIEW: OSM.AS_SALES_CREDITS_DENORM#
12.2.2
-
View: AST_LS_OPPORTUNITIES_V
12.1.1
product: AST - TeleSales , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AMS_LEAD_ACCOUNTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LEAD_ACCOUNTS_V, object_name:AMS_LEAD_ACCOUNTS_V, status:VALID,
-
VIEW: APPS.AMS_LEAD_ACCOUNTS_V
12.2.2
-
TABLE: APPS.ASF_OPP_TOP_FRCST_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:ASF.ASF_OPP_TOP_FRCST_MV, object_name:ASF_OPP_TOP_FRCST_MV, status:VALID,
-
View: AMS_LEAD_ACCOUNTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_LEAD_ACCOUNTS_V, object_name:AMS_LEAD_ACCOUNTS_V, status:VALID, product: AMS - Marketing , description: This view is used by Discoverer Business Area : List Generation Folders to retrieve customers and sites linked to an opportunity. , implementation_dba_data: APPS.AMS_LEAD_ACCOUNTS_V ,
-
View: AST_OPPORTUNITY_LOGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_OPPORTUNITY_LOGS_V, object_name:AST_OPPORTUNITY_LOGS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_OPPORTUNITY_LOGS_V ,
-
View: ASF_OPPORTUNITY_DETAILS_V
12.1.1
product: ASF - Sales Online , implementation_dba_data: Not implemented in this database ,
-
TABLE: APPS.ASF_SC_BIN_MV
12.1.1
owner:APPS, object_type:TABLE, object_name:ASF_SC_BIN_MV, status:VALID,
-
View: AST_LS_OPPORTUNITIES_V
12.2.2
product: AST - TeleSales , implementation_dba_data: Not implemented in this database ,
-
View: ASF_FORECAST_OPPWS_SUBMIT_V
12.2.2
product: ASF - Sales Online , implementation_dba_data: Not implemented in this database ,
-
View: AST_LS_OPP_SREP_ADV_V
12.1.1
product: AST - TeleSales , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AST_LM_OPP_QUICK_SREP_V
12.1.1
-
View: AST_LS_OPP_SREP_ADV_V
12.2.2
product: AST - TeleSales , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.BIL_OBI_OPDTL_V
12.1.1
owner:APPS, object_type:VIEW, object_name:BIL_OBI_OPDTL_V, status:VALID,
-
VIEW: APPS.AST_LM_OPP_QUICK_INTTYPES_V
12.2.2
-
VIEW: APPS.AST_LM_OPP_QUICK_SGRP_V
12.1.1
-
View: ASF_OPPORTUNITY_DETAILS_V
12.2.2
product: ASF - Sales Online , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AST_LM_OPP_QUICK_SGRP_V
12.2.2
-
View: AST_LM_OPP_EXPANDED_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_OPP_EXPANDED_V, object_name:AST_LM_OPP_EXPANDED_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LM_OPP_EXPANDED_V ,
-
View: AST_OPPORTUNITY_LOGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_OPPORTUNITY_LOGS_V, object_name:AST_OPPORTUNITY_LOGS_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_OPPORTUNITY_LOGS_V ,
-
View: AST_LM_OPP_EXPANDED_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_OPP_EXPANDED_V, object_name:AST_LM_OPP_EXPANDED_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LM_OPP_EXPANDED_V ,
-
VIEW: APPS.AS_FRCST_MGR_OPP_LINES_V
12.1.1
owner:APPS, object_type:VIEW, object_name:AS_FRCST_MGR_OPP_LINES_V, status:VALID,
-
VIEW: APPS.AST_OPPORTUNITIES_BALI_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_OPPORTUNITIES_BALI_V, object_name:AST_OPPORTUNITIES_BALI_V, status:VALID,
-
View: AST_LM_OPP_EXP_CR_TYPE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_OPP_EXP_CR_TYPE_V, object_name:AST_LM_OPP_EXP_CR_TYPE_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_LM_OPP_EXP_CR_TYPE_V ,
-
VIEW: APPS.AST_LM_OPP_QUICK_SREP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LM_OPP_QUICK_SREP_V, object_name:AST_LM_OPP_QUICK_SREP_V, status:VALID,
-
View: AS_OPPORTUNITY_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AS.AS_OPPORTUNITY_DETAILS_V, object_name:AS_OPPORTUNITY_DETAILS_V, status:VALID, product: AS - Sales Foundation , implementation_dba_data: APPS.AS_OPPORTUNITY_DETAILS_V ,