Search Results destination_customer_id
Overview
APPS.ICX_PO_REQUISITION_LINES_INQ_V is an Oracle E-Business Suite internal inquiry view owned by the APPS schema. It exposes requisition line information in a denormalized, display-ready form designed for the Oracle iProcurement and iSupplier style self-service inquiry flows maintained by the ICX (Oracle iProcurement) product. The view carries FND Design Data reference ICX.ICX_PO_REQUISITION_LINES_INQ_V and is documented with the Oracle Internal Use Only warning, meaning Oracle Corporation does not support direct customer access to the underlying data except through standard Oracle Applications programs. Its companion inquiry packages are PO_INQ_SV and PO_REQS_INQ_SV, which the view depends on for derived and translated values.
The view is read-only by construction. It presents one row per requisition line, keyed by ROW_ID (ROWID), REQUISITION_HEADER_ID, and REQUISITION_LINE_ID, and augments core purchasing columns with human-readable descriptions such as DEST_ORGANIZATION, DELIVER_TO_LOCATION, ITEM_DESCRIPTION, and DISPLAY_UNIT_PRICE. This makes it well suited to line-level inquiry, approval notification rendering, and lightweight reporting that must not traverse the transactional tables directly.
Underlying Base Objects
The documented base objects are broad and span purchasing, inventory, HR, and financials:
- Purchasing: PO_REQUISITION_HEADERS, PO_REQUISITION_LINES, PO_LINES, PO_LINE_TYPES, PO_DOCUMENT_TYPES, PO_LOOKUP_CODES, PO_HAZARD_CLASSES, PO_UN_NUMBERS, PO_LOCATION_ASSOCIATIONS, PO_VENDORS, and the PO_INQ_SV / PO_REQS_INQ_SV packages.
- Inventory: MTL_SYSTEM_ITEMS_KFV, MTL_CATEGORIES_KFV.
- HR and organization: HR_ORGANIZATION_UNITS, HR_LOCATIONS, HR_GENERAL, and HR_SECURITY, which enforce organization-level access.
- Financials and setup: FINANCIALS_SYSTEM_PARAMETERS, FND_CURRENCY, FND_GLOBAL, FND_LOOKUPS, GL_DAILY_CONVERSION_TYPES, GL_SETS_OF_BOOKS, and ORG_ORGANIZATION_DEFINITIONS.
The view joins PO_REQUISITION_LINES to its header, resolves item, category, and vendor key flexfields through the _KFV synonyms, converts currency via the GL and FND packages, and applies HR_SECURITY so users see only authorized organizations and locations.
Key Columns
Identity and classification columns include ROW_ID, REQUISITION_HEADER_ID, REQUISITION_LINE_ID, LINE_NUM, LINE_TYPE, LINE_TYPE_ID, ITEM_ID, ITEM_REVISION, CATEGORY_ID, and ITEM_DESCRIPTION. Quantity and price columns include QUANTITY, QUANTITY_RECEIVED, QUANTITY_DELIVERED, QUANTITY_CANCELLED, UNIT_PRICE, and DISPLAY_UNIT_PRICE. Status and workflow indicators include CANCEL_FLAG, ON_RFQ_FLAG, RFQ_REQUIRED_FLAG, MODIFIED_BY_AGENT_FLAG, ENCUMBERED_FLAG, and URGENT.
Destination and sourcing columns include DESTINATION_TYPE_CODE, SOURCE_TYPE_CODE, DEST_ORGANIZATION, DELIVER_TO_LOCATION, DEST_SUBINVENTORY, SOURCE_ORGANIZATION, and SOURCE_SUBINVENTORY. Procurement detail columns include SUGGESTED_VENDOR_NAME, SUGGESTED_VENDOR_LOCATION, SUGGESTED_VENDOR_CONTACT, SUGGESTED_VENDOR_PHONE, NEED_BY_DATE, REFERENCE_NUM, UN_NUMBER, HAZARD_CLASS, and TRANSACTION_REASON. Note columns include NOTE_TO_AGENT, NOTE_TO_RECEIVER, and JUSTIFICATION. Forty-plus ATTRIBUTEn columns carry descriptive flexfield content.
On the searched term destination_customer_id: the documented column list for this view does not include a DESTINATION_CUSTOMER_ID column. Customer destination context in requisition lines is typically carried through the destination type code, the ATTRIBUTEn descriptive flexfield segments, or the underlying PO_REQUISITION_LINES row rather than a named view column. Users who need customer-level destination identification should inspect the DFF attributes exposed here or query the base table or a customer-specific view.
Common Use Cases and Queries
Typical uses are line-detail inquiry screens, approval notification content, and read-only extracts for downstream reporting. A basic line listing filtered by header:
SELECT requisition_line_id, line_num, item_description, quantity, unit_price, need_by_date
FROM apps.icx_po_requisition_lines_inq_v
WHERE requisition_header_id = :p_header_id
ORDER BY line_num;
Destination and sourcing review:
SELECT requisition_line_id, destination_type_code, dest_organization, deliver_to_location, dest_subinventory
FROM apps.icx_po_requisition_lines_inq_v
WHERE destination_type_code IS NOT NULL;
Because the view performs HR security and lookup resolution, it is preferable to the base synonym for user-facing queries, while bulk batch interfaces should use PO_REQUISITION_LINES directly to avoid the additional join cost.
-
VIEW: APPS.ICX_PO_REQUISITION_LINES_INQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQUISITION_LINES_INQ_V, object_name:ICX_PO_REQUISITION_LINES_INQ_V, status:VALID,
-
VIEW: APPS.ICX_PO_REQ_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQ_LINES_V, object_name:ICX_PO_REQ_LINES_V, status:VALID,
-
VIEW: APPS.ICX_PO_REQ_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQ_LINES_V, object_name:ICX_PO_REQ_LINES_V, status:VALID,
-
View: WSH_DSNO_DELIVERY_ATTRIBS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_DELIVERY_ATTRIBS_V, object_name:WSH_DSNO_DELIVERY_ATTRIBS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_DELIVERY_ATTRIBS_V ,
-
VIEW: APPS.ICX_PO_REQUISITION_LINES_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQUISITION_LINES_INQ_V, object_name:ICX_PO_REQUISITION_LINES_INQ_V, status:VALID,
-
VIEW: APPS.WSH_DSNO_DELIVERY_ATTRIBS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_DELIVERY_ATTRIBS_V, object_name:WSH_DSNO_DELIVERY_ATTRIBS_V, status:VALID,
-
View: ECE_DSNO_DELIVERIES_V
12.2.2
product: EC - e-Commerce Gateway , description: No longer used , implementation_dba_data: Not implemented in this database ,
-
View: WSH_DSNO_DELIVERY_ATTRIBS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_DELIVERY_ATTRIBS_V, object_name:WSH_DSNO_DELIVERY_ATTRIBS_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_DELIVERY_ATTRIBS_V ,
-
View: ECE_DSNO_DELIVERIES_V
12.1.1
product: EC - e-Commerce Gateway , description: No longer used , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.WSH_DSNO_DELIVERIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_DELIVERIES_V, object_name:WSH_DSNO_DELIVERIES_V, status:VALID,
-
View: WSH_DSNO_DELIVERIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_DELIVERIES_V, object_name:WSH_DSNO_DELIVERIES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_DELIVERIES_V ,
-
View: WSH_DSNO_DELIVERIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_DELIVERIES_V, object_name:WSH_DSNO_DELIVERIES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_DELIVERIES_V ,
-
VIEW: APPS.WSH_DSNO_DELIVERY_ATTRIBS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_DELIVERY_ATTRIBS_V, object_name:WSH_DSNO_DELIVERY_ATTRIBS_V, status:VALID,
-
VIEW: APPS.WSH_DSNO_DELIVERIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_DELIVERIES_V, object_name:WSH_DSNO_DELIVERIES_V, status:VALID,
-
VIEW: APPS.PO_REQUISITION_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQUISITION_LINES_V, object_name:PO_REQUISITION_LINES_V, status:VALID,
-
View: ECE_DSNO_DELIVERY_ATTRIBS_V
12.1.1
product: EC - e-Commerce Gateway , description: No longer used , implementation_dba_data: Not implemented in this database ,
-
View: ECE_DSNO_DELIVERY_ATTRIBS_V
12.2.2
product: EC - e-Commerce Gateway , description: No longer used , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PO_REQUISITION_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQUISITION_LINES_V, object_name:PO_REQUISITION_LINES_V, status:VALID,
-
VIEW: APPS.PO_REQ_LINES_AUTOCREATE_V
12.2.2
owner:APPS, object_type:VIEW, object_name:PO_REQ_LINES_AUTOCREATE_V, status:VALID,
-
VIEW: APPS.PO_REQ_LINES_AUTOCREATE_V
12.1.1
owner:APPS, object_type:VIEW, object_name:PO_REQ_LINES_AUTOCREATE_V, status:VALID,
-
VIEW: APPS.PO_REQUISITION_LINES_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQUISITION_LINES_INQ_V, object_name:PO_REQUISITION_LINES_INQ_V, status:VALID,
-
VIEW: APPS.WSH_DSNO_DELIVERY_ATTRIBS_V
12.2.2
-
VIEW: APPS.WSH_DSNO_DELIVERY_ATTRIBS_V
12.1.1
-
VIEW: APPS.PO_REQUISITION_LINES_INQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQUISITION_LINES_INQ_V, object_name:PO_REQUISITION_LINES_INQ_V, status:VALID,
-
VIEW: APPS.WSH_DSNO_DELIVERIES_V
12.1.1
-
VIEW: APPS.WSH_DSNO_DELIVERIES_V
12.2.2
-
View: PO_REQUISITION_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQUISITION_LINES_V, object_name:PO_REQUISITION_LINES_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_REQUISITION_LINES_V ,
-
View: PO_REQUISITION_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQUISITION_LINES_V, object_name:PO_REQUISITION_LINES_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_REQUISITION_LINES_V ,
-
View: ICX_PO_REQ_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQ_LINES_V, object_name:ICX_PO_REQ_LINES_V, status:VALID, product: ICX - Oracle iProcurement , description: Requisition Lines View , implementation_dba_data: APPS.ICX_PO_REQ_LINES_V ,
-
View: ICX_PO_REQ_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQ_LINES_V, object_name:ICX_PO_REQ_LINES_V, status:VALID, product: ICX - Oracle iProcurement , description: Requisition Lines View , implementation_dba_data: APPS.ICX_PO_REQ_LINES_V ,
-
View: PO_REQUISITION_LINES_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQUISITION_LINES_INQ_V, object_name:PO_REQUISITION_LINES_INQ_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_REQUISITION_LINES_INQ_V ,
-
View: PO_REQUISITION_LINES_INQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQUISITION_LINES_INQ_V, object_name:PO_REQUISITION_LINES_INQ_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_REQUISITION_LINES_INQ_V ,
-
View: ICX_PO_REQUISITION_LINES_INQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQUISITION_LINES_INQ_V, object_name:ICX_PO_REQUISITION_LINES_INQ_V, status:VALID, product: ICX - Oracle iProcurement , description: Requistion Lines Inquiry View , implementation_dba_data: APPS.ICX_PO_REQUISITION_LINES_INQ_V ,
-
View: ICX_PO_REQUISITION_LINES_INQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQUISITION_LINES_INQ_V, object_name:ICX_PO_REQUISITION_LINES_INQ_V, status:VALID, product: ICX - Oracle iProcurement , description: Requistion Lines Inquiry View , implementation_dba_data: APPS.ICX_PO_REQUISITION_LINES_INQ_V ,
-
eTRM - WSH Tables and Views
12.2.2
description: Stores hierarchy for zones. Each region component of a zone has a record in this table. ,
-
eTRM - WSH Tables and Views
12.1.1
description: Stores hierarchy for zones. Each region component of a zone has a record in this table. ,
-
eTRM - ICX Tables and Views
12.2.2
-
eTRM - ICX Tables and Views
12.1.1
-
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 ,