Search Results close_competitor_code
Overview
AST_PLIST_OPP_UWQ_V is a TeleSales (AST) view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It presents opportunity and lead data structured for the Universal Work Queue (UWQ) and the interaction/object framework used by the TeleSales and iSupport agent interfaces. The view's internal naming (IEU_OBJECT_FUNCTION, IEU_MEDIA_TYPE_UUID, IEU_PARAM_PK_COL, IEU_PARAM_PK_VALUE) confirms its role as a provider of object-instance definitions back to the Interaction and Object framework; the fixed literal values 'OPPORTUNITY' OBJECT_CODE and 'LEAD_ID' IEU_PARAM_PK_COL identify each row as an opportunity keyed by LEAD_ID.
Rather than simply listing lead columns, the view pre-joins reference data — sales stages, statuses, win-probability meanings, sales channels, decision timeframes, currency, and the full set of contact and phone attributes — so that agents viewing a work-queue item obtain a denormalized, immediately displayable record. This makes the view both a reporting source and a runtime feeder for UWQ-driven screens.
The user's search term, close_competitor_code, targets a competitive-win/loss attribute commonly stored on the opportunity record. In this view the exposed opportunity attributes are drawn from OPP (AS_LEADS_ALL); competitive and close-reason fields are not documented as explicit projected columns in the supplied view text, though competitive data is normally recorded against the opportunity at close time in the base lead table. Analysts should therefore treat the view as a source for opportunity identity and status, and query the underlying AS_LEADS_ALL table directly when close-competitor detail is required.
Underlying Base Objects
The view is defined over a broad set of APPS synonyms and views, joined to enrich the core opportunity row:
- AS_LEADS_ALL — the principal opportunity/lead record (aliased OPP), supplying LEAD_ID, DESCRIPTION, TOTAL_AMOUNT, CUSTOMER_ID, ORG_ID, SALES_STAGE_ID, LEAD_NUMBER, STATUS, WIN_PROBABILITY, CUSTOMER_BUDGET, DECISION_DATE, CHANNEL_CODE, CURRENCY_CODE, PARENT_PROJECT, and audit columns.
- HZ_PARTIES — provides PARTY_NAME for the customer.
- AS_SALES_STAGES_ALL_TL / AS_STATUSES_TL / AS_LOOKUPS / OE_LOOKUPS / AS_FORECAST_PROB_ALL_TL — resolve stage, status, channel, decision-timeframe, and probability meanings.
- FND_USER / JTF_RS_RESOURCE_EXTNS — resolve the resource (V1.OWNER_USER_ID) and the name of the last updater.
- AS_LEAD_CONTACTS_ALL, HZ_RELATIONSHIPS, HZ_CONTACT_POINTS, HZ_LOCATIONS, HZ_PARTY_SITES, HZ_ORG_CONTACTS — assemble contact name, salutation, job title, e-mail address, and formatted phone number.
- AMS_LIST_ENTRIES / AMS_LIST_HEADERS_ALL, AMS_P_SOURCE_CODES_V, AS_SALES_METHODOLOGY_TL, JTF_OBJECTS_B — supply list membership and the object-function parameters used by the UWQ/IEU integration.
Key Columns
- IEU_PARAM_PK_VALUE / LEAD_ID — the primary key value passed to the object framework.
- OBJECT_CODE / IEU_OBJECT_FUNCTION — literals identifying the row as an opportunity.
- PARTY_ID / CUSTOMER_ID / PARTY_NAME — customer identity.
- SALES_STAGE_ID / SALES_STAGE_NAME / STATUS_CODE / STATUS_MEANING / WIN_PROBABILITY / PROBABILITY_MEANING — pipeline qualification.
- RESOURCE_ID / LIST_HEADER_ID / LAST_UPDATED_BYNAME — ownership and list context.
- CONTACT_FULL_NAME, CONTACT_EMAIL_ADDRESS, CONTACT_JOB_TITLE, PHONE_ID — contact detail assembled from multiple HZ tables.
Common Use Cases and Queries
Typical uses include UWQ queue population, agent opportunity dashboards, and pipeline extracts. A basic query:
SELECT lead_id, lead_number, party_name, sales_stage_name, status_meaning, win_probability, resource_id FROM apps.ast_plist_opp_uwq_v WHERE org_id = :org_id;- Filtering by owner for workload analysis:
... WHERE resource_id = :user_id ORDER BY decision_date; - Joining back to
AS_LEADS_ALLon LEAD_ID to retrieve competitive or close-reason fields such as close_competitor_code when those columns are not projected by the view.
-
View: AST_PLIST_OPP_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_PLIST_OPP_UWQ_V, object_name:AST_PLIST_OPP_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_PLIST_OPP_UWQ_V ,
-
View: AST_SALESOPP_CODE_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALESOPP_CODE_UWQ_V, object_name:AST_SALESOPP_CODE_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALESOPP_CODE_UWQ_V ,
-
View: AST_SALESOPP_NAME_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALESOPP_NAME_UWQ_V, object_name:AST_SALESOPP_NAME_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALESOPP_NAME_UWQ_V ,
-
View: AST_PLIST_OPP_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_PLIST_OPP_UWQ_V, object_name:AST_PLIST_OPP_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_PLIST_OPP_UWQ_V ,
-
View: AST_SALESOPP_CODE_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALESOPP_CODE_UWQ_V, object_name:AST_SALESOPP_CODE_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALESOPP_CODE_UWQ_V ,
-
View: AST_SALESOPP_NAME_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALESOPP_NAME_UWQ_V, object_name:AST_SALESOPP_NAME_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALESOPP_NAME_UWQ_V ,
-
View: AST_OPPORTUNITY_DET_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_OPPORTUNITY_DET_V, object_name:AST_OPPORTUNITY_DET_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_OPPORTUNITY_DET_V ,
-
View: AST_OPPORTUNITY_DET_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_OPPORTUNITY_DET_V, object_name:AST_OPPORTUNITY_DET_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_OPPORTUNITY_DET_V ,
-
View: AST_OPPORTUNITY_CONTACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_OPPORTUNITY_CONTACT_V, object_name:AST_OPPORTUNITY_CONTACT_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_OPPORTUNITY_CONTACT_V ,
-
View: AST_OPPORTUNITY_CONTACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_OPPORTUNITY_CONTACT_V, object_name:AST_OPPORTUNITY_CONTACT_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_OPPORTUNITY_CONTACT_V ,
-
View: AST_MYTEAM_SALESOPP_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MYTEAM_SALESOPP_UWQ_V, object_name:AST_MYTEAM_SALESOPP_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MYTEAM_SALESOPP_UWQ_V ,
-
View: AST_MYTEAM_SALESOPP_NAME_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MYTEAM_SALESOPP_NAME_UWQ_V, object_name:AST_MYTEAM_SALESOPP_NAME_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MYTEAM_SALESOPP_NAME_UWQ_V ,
-
View: AST_MYTEAM_SALESOPP_CODE_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MYTEAM_SALESOPP_CODE_UWQ_V, object_name:AST_MYTEAM_SALESOPP_CODE_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MYTEAM_SALESOPP_CODE_UWQ_V ,
-
View: AST_MYTEAM_SALESOPP_CODE_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MYTEAM_SALESOPP_CODE_UWQ_V, object_name:AST_MYTEAM_SALESOPP_CODE_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MYTEAM_SALESOPP_CODE_UWQ_V ,
-
View: AST_MYTEAM_SALESOPP_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MYTEAM_SALESOPP_UWQ_V, object_name:AST_MYTEAM_SALESOPP_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MYTEAM_SALESOPP_UWQ_V ,
-
View: AST_SALESOPP_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALESOPP_UWQ_V, object_name:AST_SALESOPP_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALESOPP_UWQ_V ,
-
View: AST_MYTEAM_SALESOPP_NAME_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_MYTEAM_SALESOPP_NAME_UWQ_V, object_name:AST_MYTEAM_SALESOPP_NAME_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_MYTEAM_SALESOPP_NAME_UWQ_V ,
-
View: AST_SALESOPP_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALESOPP_UWQ_V, object_name:AST_SALESOPP_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALESOPP_UWQ_V ,