Search Results salesrep_first_name
Overview
APPS.AST_SALESREP_LOV_UWQ_V is a VALID database view owned by the APPS schema in Oracle E-Business Suite, present in both release 12.1.1 and 12.2.2. It is registered in FND Design Data under the identifier AST.AST_SALESREP_LOV_UWQ_V and is classified internally as an "Internal" view type. The name suffix "UWQ" identifies it as a Universal Work Queue (UWQ) list-of-values source, and the object is intended to supply sales representative selection lists to Oracle Sales Territory Management and related modules rather than to serve as a general-purpose reporting object.
The view presents a flat, denormalized result set combining salesrep identity attributes (full name, last name, first name), organizational sales group membership, employee person identifiers, salesforce identifiers, and contact information. Oracle's standard disclaimer applies: the object is designated Oracle Internal Use Only, and Oracle does not support direct access to application data through it except from standard Oracle Applications programs. The metadata carries the Oracle Proprietary, Confidential Information marking, so consumers should treat the view as an unsupported interface subject to change without notice between patch levels and releases.
Underlying Base Objects
The documented dependency chain is deliberately shallow. APPS.AST_SALESREP_LOV_UWQ_V references exactly one base object: the view APPS.AST_SALESREP_LOV_V. In turn, APPS.AST_SALESREP_LOV_UWQ_V is not referenced by any database object, confirming that it sits at the top of its dependency graph and is not embedded inside other packaged views or materialized objects. This single-level indirection means that the substantive join logic, filtering, and any security predicates are inherited from AST_SALESREP_LOV_V, and that changes to that parent view propagate directly to this one. The columns IEU_LOV_COL1 through IEU_LOV_COL4 are the standard IEU/LOV positional slots used by the Universal Work Queue and Interaction Center list-of-values framework, mapped here to salesrep-oriented display values rather than carrying independent business meaning.
Key Columns
- SALESREP_FIRST_NAME (VARCHAR2 360) — the given name of the sales representative; this is the column most commonly targeted when users search for "salesrep_first_name".
- SALESREP_LAST_NAME (VARCHAR2 360) — the representative's family name.
- SALESREP_FULL_NAME (VARCHAR2 360) — the concatenated display name, typically the value rendered in LOV and picker interfaces.
- SALES_GROUP_ID (NUMBER) and SALES_GROUP_NAME (VARCHAR2 60) — the sales group (territory or organization unit) to which the representative is assigned.
- EMPLOYEE_PERSON_ID (NUMBER) — the HR person identifier linking the representative to the PER employee model.
- SALESFORCE_ID (NUMBER) — the salesforce (resource group) identifier used by territory and quota logic.
- WORK_TELEPHONE (VARCHAR2 2000) and EMAIL_ADDRESS (VARCHAR2 2000) — contact attributes for the representative.
- IEU_LOV_COL1–IEU_LOV_COL4 — framework-defined display slots consumed by the UWQ LOV mechanism.
Common Use Cases and Queries
Typical usage is limited to diagnostics, data reconciliation, and controlled extensions that must mirror the values presented in the Universal Work Queue salesrep picker. Because the view enforces no additional predicates of its own, any filtering (active status, territory, organization) must be applied by the consumer or is already embedded in AST_SALESREP_LOV_V.
A representative query retrieving names and contact details:
SELECT SALESREP_FULL_NAME, SALESREP_FIRST_NAME, SALESREP_LAST_NAME, EMAIL_ADDRESS, WORK_TELEPHONE FROM APPS.AST_SALESREP_LOV_UWQ_V ORDER BY SALESREP_FULL_NAME;SELECT SALES_GROUP_NAME, SALESREP_FIRST_NAME, SALESREP_LAST_NAME, EMPLOYEE_PERSON_ID FROM APPS.AST_SALESREP_LOV_UWQ_V WHERE SALES_GROUP_ID = :p_group_id;SELECT SALESFORCE_ID, COUNT(*) FROM APPS.AST_SALESREP_LOV_UWQ_V GROUP BY SALESFORCE_ID;SELECT * FROM APPS.AST_SALESREP_LOV_UWQ_V WHERE UPPER(SALESREP_FIRST_NAME) LIKE UPPER(:p_search || '%');
Because the object is unsupported for direct access, production integrations should use supported Oracle APIs or the parent AST_SALESREP_LOV_V contract where an equivalent supported interface exists, and should validate behavior after each application of patches or upgrades.
-
VIEW: APPS.AST_SALESREP_LOV_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALESREP_LOV_UWQ_V, object_name:AST_SALESREP_LOV_UWQ_V, status:VALID,
-
VIEW: APPS.AST_SALESREP_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALESREP_LOV_V, object_name:AST_SALESREP_LOV_V, status:VALID,
-
VIEW: OSM.AS_OPP_WORKSHEET_LINES_BACKUP#
12.2.2
-
VIEW: OSM.AS_OPP_WORKSHEET_LINES#
12.2.2
-
View: AST_LS_QUOTES_V
12.1.1
product: AST - TeleSales , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AST_SALESREP_LOV_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALESREP_LOV_UWQ_V, object_name:AST_SALESREP_LOV_UWQ_V, status:VALID,
-
View: AST_SALESREP_LOV_UWQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALESREP_LOV_UWQ_V, object_name:AST_SALESREP_LOV_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALESREP_LOV_UWQ_V ,
-
View: AST_LS_QUOTES_V
12.2.2
product: AST - TeleSales , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AST_SALESREP_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALESREP_LOV_V, object_name:AST_SALESREP_LOV_V, status:VALID,
-
View: ASO_APR_QUOTE_HEADERS_V
12.1.1
product: ASO - Order Capture , implementation_dba_data: Not implemented in this database ,
-
VIEW: OSM.AS_OPP_WORKSHEET_LINES_BACKUP#
12.2.2
owner:OSM, object_type:VIEW, object_name:AS_OPP_WORKSHEET_LINES_BACKUP#, status:VALID,
-
View: AST_SALESREP_LOV_UWQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALESREP_LOV_UWQ_V, object_name:AST_SALESREP_LOV_UWQ_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALESREP_LOV_UWQ_V ,
-
View: ASO_QUOTE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_QUOTE_HEADERS_V, object_name:ASO_QUOTE_HEADERS_V, status:VALID, product: ASO - Order Capture , description: quotations , implementation_dba_data: APPS.ASO_QUOTE_HEADERS_V ,
-
TABLE: OSM.AS_OPP_WORKSHEET_LINES_BACKUP
12.1.1
owner:OSM, object_type:TABLE, object_name:AS_OPP_WORKSHEET_LINES_BACKUP, status:VALID,
-
View: ASO_APR_QUOTE_HEADERS_V
12.2.2
product: ASO - Order Capture , implementation_dba_data: Not implemented in this database ,
-
TABLE: OSM.AS_OPP_WORKSHEET_LINES_BACKUP
12.2.2
owner:OSM, object_type:TABLE, object_name:AS_OPP_WORKSHEET_LINES_BACKUP, status:VALID,
-
VIEW: OSM.AS_OPP_WORKSHEET_LINES#
12.2.2
owner:OSM, object_type:VIEW, object_name:AS_OPP_WORKSHEET_LINES#, status:VALID,
-
View: AST_SALESREP_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALESREP_LOV_V, object_name:AST_SALESREP_LOV_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALESREP_LOV_V ,
-
View: AS_QUOTES_V
12.1.1
product: AS - Sales Foundation , description: Quotations view , implementation_dba_data: Not implemented in this database ,
-
View: AST_SALESREP_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_SALESREP_LOV_V, object_name:AST_SALESREP_LOV_V, status:VALID, product: AST - TeleSales , implementation_dba_data: APPS.AST_SALESREP_LOV_V ,
-
View: ASO_QUOTE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_QUOTE_HEADERS_V, object_name:ASO_QUOTE_HEADERS_V, status:VALID, product: ASO - Order Capture , description: quotations , implementation_dba_data: APPS.ASO_QUOTE_HEADERS_V ,
-
View: AS_QUOTES_V
12.2.2
product: AS - Sales Foundation , description: Quotations view , implementation_dba_data: Not implemented in this database ,
-
View: XNC_QUOTE_HEADERS_V
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: XNC_QUOTE_HEADERS_V retrieves all quote header detail. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ASO_PVT_QUOTE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_PVT_QUOTE_HEADERS_V, object_name:ASO_PVT_QUOTE_HEADERS_V, status:VALID,
-
View: XNC_QUOTE_HEADERS_V
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: XNC_QUOTE_HEADERS_V retrieves all quote header detail. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ASO_PVT_QUOTE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_PVT_QUOTE_HEADERS_V, object_name:ASO_PVT_QUOTE_HEADERS_V, status:VALID,
-
VIEW: APPS.ASO_QUOTE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_QUOTE_HEADERS_V, object_name:ASO_QUOTE_HEADERS_V, status:VALID,
-
TYPE: APPS.ASO_QUOTE_PUB_QTE_HEADER_REC_
12.2.2
owner:APPS, object_type:TYPE, object_name:ASO_QUOTE_PUB_QTE_HEADER_REC_, status:VALID,
-
VIEW: APPS.ASO_QUOTE_HEADERS_V
12.1.1
-
VIEW: APPS.ASO_QUOTE_HEADERS_V
12.2.2
-
VIEW: APPS.ASO_QUOTE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_QUOTE_HEADERS_V, object_name:ASO_QUOTE_HEADERS_V, status:VALID,
-
TABLE: OSM.AS_OPP_WORKSHEET_LINES
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_OPP_WORKSHEET_LINES, object_name:AS_OPP_WORKSHEET_LINES, status:VALID,
-
View: ASO_PVT_QUOTE_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_PVT_QUOTE_HEADERS_V, object_name:ASO_PVT_QUOTE_HEADERS_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_PVT_QUOTE_HEADERS_V ,
-
TABLE: OSM.AS_OPP_WORKSHEET_LINES
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_OPP_WORKSHEET_LINES, object_name:AS_OPP_WORKSHEET_LINES, status:VALID,
-
View: ASO_PVT_QUOTE_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_PVT_QUOTE_HEADERS_V, object_name:ASO_PVT_QUOTE_HEADERS_V, status:VALID, product: ASO - Order Capture , implementation_dba_data: APPS.ASO_PVT_QUOTE_HEADERS_V ,
-
PACKAGE: APPS.ASO_QUOTE_PUB
12.1.1
-
PACKAGE: APPS.ASO_QUOTE_PUB
12.2.2
-
eTRM - ASO Tables and Views
12.2.2
description: This tables is used to log messages during the migration in Order Capture. ,
-
eTRM - ASO Tables and Views
12.1.1
description: This tables is used to log messages during the migration in Order Capture. ,
-
eTRM - AST Tables and Views
12.1.1
description: All available web searches ,
-
eTRM - AST Tables and Views
12.2.2
description: All available web searches ,
-
APPS.ASO_QUOTE_PUB dependencies on FND_API
12.2.2
-
APPS.ASO_QUOTE_PUB dependencies on FND_API
12.1.1
-
PACKAGE BODY: APPS.ASO_QUOTE_UTIL_PVT
12.1.1
-
PACKAGE BODY: APPS.ASO_QUOTE_UTIL_PVT
12.2.2
-
eTRM - AS Tables and Views
12.2.2
description: - Retrofitted ,
-
eTRM - AS Tables and Views
12.1.1
description: - Retrofitted ,