Search Results pos_po_list_users_v
Overview
POS_PO_LIST_USERS_V is an APPS-owned database view in the Oracle E-Business Suite Purchasing (PO) module, classified with a status of VALID. It exposes the population of employees who have acted as preparers of purchase requisitions, presenting their personal identifiers, names, work telephone numbers, application user names, mailstops, organization, location, and Flexfield attributes. Rather than serving as a transactional view of requisitions, it functions as a lookup and reporting view over the requisition-preparer universe, supplying the descriptive and demographic context required by purchasing reports, value sets, and integration routines. The distinctive column mapping for "WORK_TELEPHONE" — returned by the HR_GENERAL.GET_WORK_PHONE function call — makes the view particularly relevant for contact-oriented reporting. Because membership is derived from the set of preparers present in PO_REQUISITION_HEADERS, the view self-limits to persons with actual requisition activity, avoiding the noise of the complete PER_ALL_PEOPLE_F population.
Underlying Base Objects
The documented 12.2.2 metadata lists the base objects referenced by the view: FND_USER (synonym), HR_GENERAL (package), HR_LOCATIONS_ALL (synonym), HR_ORGANIZATION_UNITS (view), HR_SECURITY (package), PER_ALL_ASSIGNMENTS_F (synonym), PER_ALL_PEOPLE_F (synonym), POS_GET (package), and PO_REQUISITION_HEADERS (synonym). The view joins these objects as follows: current person records are drawn from PER_ALL_PEOPLE_F for the system date, each restricted to primary assignments in PER_ALL_ASSIGNMENTS_F that are likewise effective today. The assignment's ORGANIZATION_ID joins to HR_ORGANIZATION_UNITS for the organization name, while the assignment's LOCATION_ID outer-joins to HR_LOCATIONS_ALL for the location code. FND_USER is outer-joined on EMPLOYEE_ID to supply the application user name. The preparer restriction is enforced by an IN subquery over PO_REQUISITION_HEADERS.PREPARER_ID. The HR_GENERAL.GET_WORK_PHONE function resolves the telephone value, and POS_GET.GET_GL_VALUE derives the cost center description from the default code combination.
Key Columns
PERSON_ID,FIRST_NAME,LAST_NAME,FULL_NAME— employee identity fromPER_ALL_PEOPLE_F.WORK_TELEPHONE— the work phone returned byHR_GENERAL.GET_WORK_PHONE; the object of the user's search.USER_NAME— the FND application login, outer-joined and therefore nullable.MAILSTOP,ORGANIZATION_NAME,LOCATION_CODE— mailstop, organization, and location descriptors.ATTRIBUTE1throughATTRIBUTE20andATTRIBUTE_CATEGORY— the person Flexfield segments for descriptive reporting.DEFAULT_CODE_COMBINATION_IDandCOST_CENTER— the default accounting Flexfield and its derived cost center description.
Common Use Cases and Queries
Typical scenarios include building purchasing contact lists, resolving preparer telephone and user details in requisition reports, populating value sets restricted to active preparers, and validating preparer identity in integrations.
- Retrieve contact details for a preparer:
SELECT full_name, work_telephone, user_name FROM pos_po_list_users_v WHERE person_id = :p_person_id; - List preparers for a department:
SELECT full_name, work_telephone FROM pos_po_list_users_v WHERE organization_name = :p_org ORDER BY full_name; - Resolve cost center reporting:
SELECT full_name, cost_center, location_code FROM pos_po_list_users_v;
Because the view is date-sensitive and restricted to requisition preparers, results reflect only persons with current, primary, effective assignments and prior requisition activity.
-
View: POS_PO_LIST_USERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_LIST_USERS_V POS.POS_PO_LIST_USERS_V, object_name:POS_PO_LIST_USERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_LIST_USERS_V ,
-
View: POS_PO_LIST_USERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_LIST_USERS_V POS.POS_PO_LIST_USERS_V, object_name:POS_PO_LIST_USERS_V, status:VALID, product: POS - iSupplier Portal , description: Not Used , implementation_dba_data: APPS.POS_PO_LIST_USERS_V ,
-
View: POS_PO_LIST_USERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_LIST_USERS_V, object_name:POS_PO_LIST_USERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_LIST_USERS_V ,
-
PACKAGE: APPS.POS_GET
12.1.1
owner:APPS, object_type:PACKAGE, object_name:POS_GET, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.POS_GET
12.2.2
owner:APPS, object_type:PACKAGE, object_name:POS_GET, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.POS_PO_LIST_USERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_LIST_USERS_V, object_name:POS_PO_LIST_USERS_V, status:VALID,
-
VIEW: APPS.POS_PO_LIST_USERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_LIST_USERS_V POS.POS_PO_LIST_USERS_V, object_name:POS_PO_LIST_USERS_V, status:VALID,
-
SYNONYM: APPS.PO_REQUISITION_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_REQUISITION_HEADERS, status:VALID,
-
SYNONYM: APPS.PO_REQUISITION_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_REQUISITION_HEADERS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE: APPS.HR_SECURITY
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
SYNONYM: APPS.HR_LOCATIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_LOCATIONS_ALL, status:VALID,
-
PACKAGE: APPS.HR_SECURITY
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_SECURITY, status:VALID,
-
SYNONYM: APPS.HR_LOCATIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_LOCATIONS_ALL, status:VALID,
-
VIEW: APPS.HR_ORGANIZATION_UNITS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ORGANIZATION_UNITS, object_name:HR_ORGANIZATION_UNITS, status:VALID,
-
VIEW: APPS.HR_ORGANIZATION_UNITS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.HR_ORGANIZATION_UNITS, object_name:HR_ORGANIZATION_UNITS, status:VALID,
-
eTRM - POS Tables and Views
12.2.2
description: This table is used during release 11i to release 12 upgrade. It stores vendor_ids of vendors who are considered in iSupplier Portal TCA Supplier upgrade scripts. ,
-
SYNONYM: APPS.FND_USER
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FND_USER, status:VALID,
-
SYNONYM: APPS.FND_USER
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FND_USER, status:VALID,
-
SYNONYM: APPS.PER_ALL_ASSIGNMENTS_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_ALL_ASSIGNMENTS_F, status:VALID,
-
SYNONYM: APPS.PER_ALL_PEOPLE_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_ALL_PEOPLE_F, status:VALID,
-
SYNONYM: APPS.PER_ALL_ASSIGNMENTS_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_ALL_ASSIGNMENTS_F, status:VALID,
-
SYNONYM: APPS.PER_ALL_PEOPLE_F
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PER_ALL_PEOPLE_F, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
PACKAGE: APPS.HR_GENERAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HR_GENERAL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - PO Tables and Views
12.2.2
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
eTRM - PO Tables and Views
12.1.1
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
eTRM - POS Tables and Views
12.2.2
description: This table is used during release 11i to release 12 upgrade. It stores vendor_ids of vendors who are considered in iSupplier Portal TCA Supplier upgrade scripts. ,
-
eTRM - PER Tables and Views
12.2.2
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,
-
eTRM - PO Tables and Views
12.1.1
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
eTRM - PO Tables and Views
12.2.2
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,
-
eTRM - PER Tables and Views
12.2.2
description: Table to store NQF Training info for a person ,
-
eTRM - PER Tables and Views
12.1.1
description: Table to store NQF Training info for a person ,