Search Results financials_system_parameters
Overview
APPS.POR_REQUESTER_LOV_V is a seeded Oracle E-Business Suite view owned by the APPS schema and shipped as part of the ICX (Oracle iProcurement) product. Its stated purpose in the ETRM repository is to serve as a "List of Values for Requesters." In practice, the view supplies the row source behind requester selection fields in the iProcurement and Purchasing requisition flows, returning the set of employees who may be designated as requesters together with the descriptive and organizational attributes those pages need to render the LOV and default downstream values.
Because it is a view rather than a table, POR_REQUESTER_LOV_V holds no data of its own. It projects live information from HR and FND at query time, and its result set is deliberately scoped to the currently connected user. The view is relevant to reporting and integration work chiefly as a convenience access point to requester attributes — particularly the deliver-to organization — without requiring custom joins across HR_EMPLOYEES_CURRENT_V, FND_USER, and the financials system parameters.
Underlying Base Objects
The documented base objects underlying the view are:
HR_EMPLOYEES_CURRENT_V(VIEW) — the primary source of requester name, email, employee number, employee ID, default code combination, location, organization, and business group.FND_USER(SYNONYM) — joined onEMPLOYEE_IDto link the application user to the HR person record.FINANCIALS_SYSTEM_PARAMETERS(SYNONYM) — source ofINVENTORY_ORGANIZATION_ID, aliased in the view asDELIVER_TO_ORG_ID.FND_GLOBALandFND_PROFILE(PACKAGEs) — supply the current user ID and evaluate theICX_REQ_OVERRIDE_REQUESTOR_CODEprofile option, which drives the UNION ALL branches that determine which requesters are visible.HR_GENERAL,HR_PERSON_NAME, andHR_SECURITY(PACKAGEs) — invoked by the HR employee view to apply name formatting and security restrictions.HR_LOCATIONS_ALL,HR_LOCATIONS_ALL_TL(SYNONYMs) — location lookups referenced by the HR view.
The view text is built as a UNION ALL across multiple branches; each branch shares the same projection list but applies a different predicate against ICX_REQ_OVERRIDE_REQUESTOR_CODE (NO, ORG, and ALL), governing whether the requester is restricted to the signed-on user or expanded to an organization or the entire population.
Key Columns
USER_ID— FND_USER identifier of the requester; the typical join key back to requisition data.FULL_NAME,EMAIL_ADDRESS,EMPLOYEE_NUM,EMPLOYEE_ID— descriptive requester attributes.DEFAULT_CODE_COMBINATION_ID— default charge account associated with the employee.LOCATION_ID,ORGANIZATION_ID,BUSINESS_GROUP_ID— HR location and organization context; the view restricts rows whereLOCATION_ID IS NULL.EXPENSE_CHECK_ADDRESS_FLAG— expense destination handling indicator.DELIVER_TO_ORG_ID— exposed fromFINANCIALS_SYSTEM_PARAMETERS.INVENTORY_ORGANIZATION_ID; this is the column most commonly searched by users querying this view.
Common Use Cases and Queries
Typical uses include validating requester LOV contents, resolving the default deliver-to inventory organization for a requester, and joining requisition headers to requester names for reporting. Because the view is filtered by FND_GLOBAL.USER_ID, query results outside a session context may be restricted; testing in a specific user session or removing the security predicate in a custom query is often necessary.
Sample query to list requesters and their deliver-to organization:
SELECT user_id, full_name, employee_num, organization_id, deliver_to_org_idFROM apps.por_requester_lov_vORDER BY full_name;
Join to requisition headers for requester reporting:
SELECT prh.segment1, prh.preparer_id, l.full_name, l.deliver_to_org_idFROM po_requisition_headers_all prh, apps.por_requester_lov_v lWHERE prh.preparer_id = l.user_id;
Always reference the view with the APPS schema prefix and confirm the effective profile setting, since ICX_REQ_OVERRIDE_REQUESTOR_CODE materially changes which requesters are returned.
-
View: POR_REQUESTER_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_REQUESTER_LOV_V, object_name:POR_REQUESTER_LOV_V, status:VALID, product: ICX - Oracle iProcurement , description: List of Values for Requesters , implementation_dba_data: APPS.POR_REQUESTER_LOV_V ,
-
View: POR_REQUESTER_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_REQUESTER_LOV_V, object_name:POR_REQUESTER_LOV_V, status:VALID, product: ICX - Oracle iProcurement , description: List of Values for Requesters , implementation_dba_data: APPS.POR_REQUESTER_LOV_V ,
-
View: POR_RCV_REQ_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQ_LOV_V, object_name:POR_RCV_REQ_LOV_V, status:VALID, product: ICX - Oracle iProcurement , description: The List of Value of Requester in Receive Expanded Search , implementation_dba_data: APPS.POR_RCV_REQ_LOV_V ,
-
View: POR_RCV_REQ_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQ_LOV_V, object_name:POR_RCV_REQ_LOV_V, status:VALID, product: ICX - Oracle iProcurement , description: The List of Value of Requester in Receive Expanded Search , implementation_dba_data: APPS.POR_RCV_REQ_LOV_V ,
-
View: ICX_REQS_LOCATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_REQS_LOCATION_V, object_name:ICX_REQS_LOCATION_V, status:VALID, product: ICX - Oracle iProcurement , description: Web Requisitions Location View , implementation_dba_data: APPS.ICX_REQS_LOCATION_V ,
-
View: POR_VIEW_REQS_TO_APPR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_REQS_TO_APPR_V, object_name:POR_VIEW_REQS_TO_APPR_V, status:VALID, product: ICX - Oracle iProcurement , description: Orders to Approve View , implementation_dba_data: APPS.POR_VIEW_REQS_TO_APPR_V ,
-
View: POR_VIEW_REQS_TO_APPR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_REQS_TO_APPR_V, object_name:POR_VIEW_REQS_TO_APPR_V, status:VALID, product: ICX - Oracle iProcurement , description: Orders to Approve View , implementation_dba_data: APPS.POR_VIEW_REQS_TO_APPR_V ,
-
View: POR_LOCATION_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_LOCATION_LOV_V, object_name:POR_LOCATION_LOV_V, status:VALID, product: ICX - Oracle iProcurement , description: List of Values for Locations , implementation_dba_data: APPS.POR_LOCATION_LOV_V ,
-
View: POR_LOCATION_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_LOCATION_LOV_V, object_name:POR_LOCATION_LOV_V, status:VALID, product: ICX - Oracle iProcurement , description: List of Values for Locations , implementation_dba_data: APPS.POR_LOCATION_LOV_V ,
-
View: ICX_REQS_LOCATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_REQS_LOCATION_V, object_name:ICX_REQS_LOCATION_V, status:VALID, product: ICX - Oracle iProcurement , description: Web Requisitions Location View , implementation_dba_data: APPS.ICX_REQS_LOCATION_V ,
-
View: ICX_REQS_LOCATION_LOV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_REQS_LOCATION_LOV, object_name:ICX_REQS_LOCATION_LOV, status:VALID, product: ICX - Oracle iProcurement , description: Web Requisitions Location LOV View , implementation_dba_data: APPS.ICX_REQS_LOCATION_LOV ,
-
View: ICX_REQS_LOCATION_LOV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_REQS_LOCATION_LOV, object_name:ICX_REQS_LOCATION_LOV, status:VALID, product: ICX - Oracle iProcurement , description: Web Requisitions Location LOV View , implementation_dba_data: APPS.ICX_REQS_LOCATION_LOV ,
-
View: POR_USSGL_TC_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_USSGL_TC_LOV_V, object_name:POR_USSGL_TC_LOV_V, status:VALID, product: ICX - Oracle iProcurement , description: View on which List of Values for United States Standard General Ledger is based , implementation_dba_data: APPS.POR_USSGL_TC_LOV_V ,
-
View: POR_VIEW_DIST_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_DIST_LINES_V, object_name:POR_VIEW_DIST_LINES_V, status:VALID, product: ICX - Oracle iProcurement , description: This view is obsolete. , implementation_dba_data: APPS.POR_VIEW_DIST_LINES_V ,
-
View: POR_VIEW_DIST_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_DIST_LINES_V, object_name:POR_VIEW_DIST_LINES_V, status:VALID, product: ICX - Oracle iProcurement , description: This view is obsolete. , implementation_dba_data: APPS.POR_VIEW_DIST_LINES_V ,
-
View: POR_USSGL_TC_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_USSGL_TC_LOV_V, object_name:POR_USSGL_TC_LOV_V, status:VALID, product: ICX - Oracle iProcurement , description: View on which List of Values for United States Standard General Ledger is based , implementation_dba_data: APPS.POR_USSGL_TC_LOV_V ,
-
View: POR_INVOICES_SUMMARY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_INVOICES_SUMMARY_V, object_name:POR_INVOICES_SUMMARY_V, status:VALID, product: ICX - Oracle iProcurement , description: This view is obsolete. , implementation_dba_data: APPS.POR_INVOICES_SUMMARY_V ,
-
View: POR_VIEW_DIST_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_DIST_HEADER_V, object_name:POR_VIEW_DIST_HEADER_V, status:VALID, product: ICX - Oracle iProcurement , description: This view is obsolete. , implementation_dba_data: APPS.POR_VIEW_DIST_HEADER_V ,
-
View: POR_INVOICES_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_INVOICES_SUMMARY_V, object_name:POR_INVOICES_SUMMARY_V, status:VALID, product: ICX - Oracle iProcurement , description: This view is obsolete. , implementation_dba_data: APPS.POR_INVOICES_SUMMARY_V ,
-
View: POR_VIEW_DIST_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_DIST_HEADER_V, object_name:POR_VIEW_DIST_HEADER_V, status:VALID, product: ICX - Oracle iProcurement , description: This view is obsolete. , implementation_dba_data: APPS.POR_VIEW_DIST_HEADER_V ,
-
View: ICX_PO_REQUESTOR_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQUESTOR_VAL_V, object_name:ICX_PO_REQUESTOR_VAL_V, status:VALID, product: ICX - Oracle iProcurement , description: Requester LOV View , implementation_dba_data: APPS.ICX_PO_REQUESTOR_VAL_V ,
-
View: ICX_PO_REQUESTOR_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQUESTOR_VAL_V, object_name:ICX_PO_REQUESTOR_VAL_V, status:VALID, product: ICX - Oracle iProcurement , description: Requester LOV View , implementation_dba_data: APPS.ICX_PO_REQUESTOR_VAL_V ,
-
View: ICX_PO_SUPPLIER_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_SUPPLIER_ITEMS_V, object_name:ICX_PO_SUPPLIER_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: Supplier Items View , implementation_dba_data: APPS.ICX_PO_SUPPLIER_ITEMS_V ,
-
View: ICX_PO_REVISIONS_TEMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REVISIONS_TEMP_V, object_name:ICX_PO_REVISIONS_TEMP_V, status:VALID, product: ICX - Oracle iProcurement , description: Purchase Order Revisions View , implementation_dba_data: APPS.ICX_PO_REVISIONS_TEMP_V ,
-
View: ICX_PO_REVISIONS_TEMP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REVISIONS_TEMP_V, object_name:ICX_PO_REVISIONS_TEMP_V, status:VALID, product: ICX - Oracle iProcurement , description: Purchase Order Revisions View , implementation_dba_data: APPS.ICX_PO_REVISIONS_TEMP_V ,
-
View: ICX_PO_SUPPLIER_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_SUPPLIER_ITEMS_V, object_name:ICX_PO_SUPPLIER_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: Supplier Items View , implementation_dba_data: APPS.ICX_PO_SUPPLIER_ITEMS_V ,
-
View: ICX_PO_OSP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_OSP_V, object_name:ICX_PO_OSP_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_PO_OSP_V ,
-
View: ICX_PO_OSP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_OSP_V, object_name:ICX_PO_OSP_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_PO_OSP_V ,
-
View: POR_VIEW_REQS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_REQS_V, object_name:POR_VIEW_REQS_V, status:VALID, product: ICX - Oracle iProcurement , description: View Requisition , implementation_dba_data: APPS.POR_VIEW_REQS_V ,
-
View: POR_VIEW_REQS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_REQS_V, object_name:POR_VIEW_REQS_V, status:VALID, product: ICX - Oracle iProcurement , description: View Requisition , implementation_dba_data: APPS.POR_VIEW_REQS_V ,
-
View: POR_VIEW_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_HEADER_V, object_name:POR_VIEW_HEADER_V, status:VALID, product: ICX - Oracle iProcurement , description: View Requisition Header , implementation_dba_data: APPS.POR_VIEW_HEADER_V ,
-
View: POR_VIEW_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_HEADER_V, object_name:POR_VIEW_HEADER_V, status:VALID, product: ICX - Oracle iProcurement , description: View Requisition Header , implementation_dba_data: APPS.POR_VIEW_HEADER_V ,
-
View: POR_VIEW_LINE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_LINE_DETAILS_V, object_name:POR_VIEW_LINE_DETAILS_V, status:VALID, product: ICX - Oracle iProcurement , description: This view is obsolete , implementation_dba_data: APPS.POR_VIEW_LINE_DETAILS_V ,
-
View: POR_VIEW_LINE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_LINE_DETAILS_V, object_name:POR_VIEW_LINE_DETAILS_V, status:VALID, product: ICX - Oracle iProcurement , description: This view is obsolete , implementation_dba_data: APPS.POR_VIEW_LINE_DETAILS_V ,
-
View: ICX_PO_LINES_V
12.1.1
product: ICX - Oracle iProcurement , description: Purchase Order Shipments View , implementation_dba_data: Not implemented in this database ,
-
View: ICX_PO_REQUISITION_TEMPLATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQUISITION_TEMPLATES_V, object_name:ICX_PO_REQUISITION_TEMPLATES_V, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_PO_REQUISITION_TEMPLATES_V ,
-
View: ICX_PO_REQUISITION_TEMPLATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQUISITION_TEMPLATES_V, object_name:ICX_PO_REQUISITION_TEMPLATES_V, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_PO_REQUISITION_TEMPLATES_V ,
-
View: ICX_PO_LINES_V
12.2.2
product: ICX - Oracle iProcurement , description: Purchase Order Shipments View , implementation_dba_data: Not implemented in this database ,
-
View: POR_VIEW_REQS_BY_APPR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_REQS_BY_APPR_V, object_name:POR_VIEW_REQS_BY_APPR_V, status:VALID, product: ICX - Oracle iProcurement , description: Orders That I Approved View , implementation_dba_data: APPS.POR_VIEW_REQS_BY_APPR_V ,
-
View: POR_VIEW_REQS_BY_APPR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_REQS_BY_APPR_V, object_name:POR_VIEW_REQS_BY_APPR_V, status:VALID, product: ICX - Oracle iProcurement , description: Orders That I Approved View , implementation_dba_data: APPS.POR_VIEW_REQS_BY_APPR_V ,
-
View: ICX_PANEL_INVOICE_SUM_V
12.1.1
product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: ICX_PO_REQS_BY_USERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQS_BY_USERS_V, object_name:ICX_PO_REQS_BY_USERS_V, status:VALID, product: ICX - Oracle iProcurement , description: Requisitions by Users View , implementation_dba_data: APPS.ICX_PO_REQS_BY_USERS_V ,
-
View: ICX_PO_REQS_BY_USERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQS_BY_USERS_V, object_name:ICX_PO_REQS_BY_USERS_V, status:VALID, product: ICX - Oracle iProcurement , description: Requisitions by Users View , implementation_dba_data: APPS.ICX_PO_REQS_BY_USERS_V ,
-
View: ICX_PO_RFQ_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_RFQ_LINES_V, object_name:ICX_PO_RFQ_LINES_V, status:VALID, product: ICX - Oracle iProcurement , description: Request for Quotations Details View , implementation_dba_data: APPS.ICX_PO_RFQ_LINES_V ,
-
View: ICX_PO_OPEN_REQS_BY_USERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_OPEN_REQS_BY_USERS_V, object_name:ICX_PO_OPEN_REQS_BY_USERS_V, status:VALID, product: ICX - Oracle iProcurement , description: Open Requisitions by Users view , implementation_dba_data: APPS.ICX_PO_OPEN_REQS_BY_USERS_V ,
-
View: ICX_PANEL_INVOICE_SUM_V
12.2.2
product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: ICX_PO_OPEN_REQS_BY_USERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_OPEN_REQS_BY_USERS_V, object_name:ICX_PO_OPEN_REQS_BY_USERS_V, status:VALID, product: ICX - Oracle iProcurement , description: Open Requisitions by Users view , implementation_dba_data: APPS.ICX_PO_OPEN_REQS_BY_USERS_V ,
-
View: ICX_PO_REQ_TEMPLATE_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQ_TEMPLATE_ITEMS_V, object_name:ICX_PO_REQ_TEMPLATE_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: Web Requisitions Template Items View , implementation_dba_data: APPS.ICX_PO_REQ_TEMPLATE_ITEMS_V ,
-
View: ICX_PO_REQ_TEMPLATE_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQ_TEMPLATE_ITEMS_V, object_name:ICX_PO_REQ_TEMPLATE_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: Web Requisitions Template Items View , implementation_dba_data: APPS.ICX_PO_REQ_TEMPLATE_ITEMS_V ,
-
View: ICX_PO_RFQ_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_RFQ_LINES_V, object_name:ICX_PO_RFQ_LINES_V, status:VALID, product: ICX - Oracle iProcurement , description: Request for Quotations Details View , implementation_dba_data: APPS.ICX_PO_RFQ_LINES_V ,