Search Results supplier_part_number
Overview
ICX_POR_REQ_ASLS is an Oracle E-Business Suite view owned by the APPS schema and defined in the ICX (Oracle iProcurement) product. It presents a consolidated, denormalized perspective of the Approved Supplier List (ASL) as it is consumed by the iProcurement requisitioning flow. Its principal purpose is to expose supplier, supplier site, and sourcing attributes—including the value commonly searched as supplier_part_number—in a form that iProcurement can query when building requisitions, sourcing rules, and punchout or catalog pricing lookups.
The view is delivered in a VALID state in both 12.1.1 and 12.2.2 and is designed primarily for internal consumption by iProcurement application logic rather than as an end-user reporting object. Nevertheless, technical consultants frequently query it to reconcile ASL sourcing data with requisition lines and to validate supplier part number maintenance.
Underlying Base Objects
ICX_POR_REQ_ASLS is defined over several base objects, joined to produce a single sourcing row per ASL entry:
- PO_APPROVED_SUPPLIER_LIST (PASL) — the driving table supplying ASL_ID, vendor, item, category, and the PRIMARY_VENDOR_ITEM value.
- PO_ASL_ATTRIBUTES (PAA) — joined via ASL_ID (outer join, +) to supply purchasing unit of measure and related ASL attributes.
- MTL_UNITS_OF_MEASURE_TL (UOMTL) — outer-joined to translate the purchasing UOM into a UOM code.
- PO_VENDORS (PV) and PO_VENDOR_SITES_ALL (PVS) — supply supplier name, supplier ID, and supplier site details; the site join is outer (+).
- FINANCIALS_SYSTEM_PARAMS_ALL (FSPA) and GL_SETS_OF_BOOKS (GSB) — provide the operating unit and functional currency context.
- FND_LANGUAGES — referenced via an EXISTS subquery to enforce the installed-language rule for the UOM translation.
The join to FND_GLOBAL is also documented in the referenced-object list, reflecting that the view operates within the session context (org/operating unit) established by EBS security.
Key Columns
- ASL_ID — primary identifier of the ASL row.
- SUPPLIER_PART_NUMBER — aliased from PASL.PRIMARY_VENDOR_ITEM; this is the supplier part number exposed to iProcurement.
- SUPPLIER, SUPPLIER_ID, SUPPLIER_SITE_ID, SUPPLIER_SITE_CODE — vendor and vendor site identification.
- ITEM_ID, CATEGORY_ID — item or category the ASL applies to.
- UNIT_OF_MEASURE, CURRENCY — purchasing UOM code and functional currency.
- INVENTORY_ORGANIZATION_ID, OPERATING_UNIT_ID — owning inventory organization and operating unit.
- CREATION_DATE, LAST_UPDATE_DATE — audit columns.
Common Use Cases and Queries
Typical scenarios include validating which supplier part numbers are approved for an item, reconciling iProcurement requisitions back to ASL entries, and auditing vendor-site sourcing by operating unit. A representative query retrieving supplier part numbers for an item is:
SELECT asl_id, supplier, supplier_site_code, unit_of_measure, currency, supplier_part_number FROM apps.icx_por_req_asls WHERE item_id = :p_item_id AND inventory_organization_id = :p_org_id;- Filtering by
supplier_part_numbersupports troubleshooting where users search using a manufacturer or vendor part number within iProcurement. - Joining to PO_REQUISITION_LINES_ALL via ITEM_ID and SUPPLIER_ID helps confirm that a requisitioned line traced to a valid approved ASL source.
Because the view is not indexed directly, queries should be constrained by the driving keys (ITEM_ID, SUPPLIER_ID, INVENTORY_ORGANIZATION_ID) and rely on the underlying PO_APPROVED_SUPPLIER_LIST indexes for performance.
-
View: ICX_POR_REQ_ASLS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_ASLS, object_name:ICX_POR_REQ_ASLS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_REQ_ASLS ,
-
View: ICX_POR_REQ_ASLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_ASLS, object_name:ICX_POR_REQ_ASLS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_REQ_ASLS ,
-
View: ICX_POR_REQ_TEMPLATES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_TEMPLATES, object_name:ICX_POR_REQ_TEMPLATES, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_REQ_TEMPLATES ,
-
VIEW: APPS.ICX_POR_REQ_ASLS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_ASLS, object_name:ICX_POR_REQ_ASLS, status:VALID,
-
VIEW: APPS.ICX_POR_REQ_ASLS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_ASLS, object_name:ICX_POR_REQ_ASLS, status:VALID,
-
VIEW: APPS.ICX_POR_REQ_ACTIVE_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_ACTIVE_CONTRACTS, object_name:ICX_POR_REQ_ACTIVE_CONTRACTS, status:VALID,
-
VIEW: APPS.ICX_POR_EXT_INACTIVE_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_INACTIVE_CONTRACTS, object_name:ICX_POR_EXT_INACTIVE_CONTRACTS, status:VALID,
-
View: ICX_POR_EXT_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_CONTRACTS, object_name:ICX_POR_EXT_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_EXT_CONTRACTS ,
-
VIEW: APPS.ICX_POR_REQ_INACTIVE_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_INACTIVE_CONTRACTS, object_name:ICX_POR_REQ_INACTIVE_CONTRACTS, status:VALID,
-
VIEW: APPS.ICX_POR_REQ_ASLS
12.1.1
-
VIEW: APPS.ICX_POR_REQ_ASLS
12.2.2
-
View: ICX_POR_REQ_TEMPLATES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_TEMPLATES, object_name:ICX_POR_REQ_TEMPLATES, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_REQ_TEMPLATES ,
-
VIEW: APPS.ICX_POR_EXT_ACTIVE_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_ACTIVE_CONTRACTS, object_name:ICX_POR_EXT_ACTIVE_CONTRACTS, status:VALID,
-
View: ICX_POR_REQ_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_CONTRACTS, object_name:ICX_POR_REQ_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_REQ_CONTRACTS ,
-
VIEW: APPS.ICX_POR_EXT_INACTIVE_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_INACTIVE_CONTRACTS, object_name:ICX_POR_EXT_INACTIVE_CONTRACTS, status:VALID,
-
Lookup Type: DPP_ONHAND_INV_HIST
12.2.2
product: DPP - Oracle Price Protection , meaning: DPP_ONHAND_INV_HIST ,
-
View: ICX_POR_REQ_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_CONTRACTS, object_name:ICX_POR_REQ_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_REQ_CONTRACTS ,
-
VIEW: APPS.ICX_POR_EXT_ACTIVE_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_ACTIVE_CONTRACTS, object_name:ICX_POR_EXT_ACTIVE_CONTRACTS, status:VALID,
-
VIEW: APPS.ICX_POR_REQ_ACTIVE_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_ACTIVE_CONTRACTS, object_name:ICX_POR_REQ_ACTIVE_CONTRACTS, status:VALID,
-
VIEW: APPS.ICX_POR_REQ_TEMPLATES
12.1.1
-
VIEW: APPS.ICX_POR_REQ_TEMPLATES
12.2.2
-
VIEW: APPS.ICX_POR_REQ_TEMPLATES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_TEMPLATES, object_name:ICX_POR_REQ_TEMPLATES, status:VALID,
-
View: ICX_POR_EXT_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_CONTRACTS, object_name:ICX_POR_EXT_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_EXT_CONTRACTS ,
-
VIEW: APPS.ICX_POR_REQ_TEMPLATES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_TEMPLATES, object_name:ICX_POR_REQ_TEMPLATES, status:VALID,
-
View: CLN_XML_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_XML_ITEMS_V, object_name:CLN_XML_ITEMS_V, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: View for SHIPITEM items section in OAG SHOW_SHIPMENT_005 XML payload , implementation_dba_data: APPS.CLN_XML_ITEMS_V ,
-
VIEW: APPS.ICX_POR_REQ_INACTIVE_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_INACTIVE_CONTRACTS, object_name:ICX_POR_REQ_INACTIVE_CONTRACTS, status:VALID,
-
VIEW: APPS.ICX_POR_EXT_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_CONTRACTS, object_name:ICX_POR_EXT_CONTRACTS, status:VALID,
-
Lookup Type: DPP_ONHAND_INV_HIST
12.1.1
product: DPP - Oracle Price Protection , meaning: DPP_ONHAND_INV_HIST ,
-
View: ICX_POR_EXT_INACTIVE_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_INACTIVE_CONTRACTS, object_name:ICX_POR_EXT_INACTIVE_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_EXT_INACTIVE_CONTRACTS ,
-
View: ICX_POR_EXT_INACTIVE_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_INACTIVE_CONTRACTS, object_name:ICX_POR_EXT_INACTIVE_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_EXT_INACTIVE_CONTRACTS ,
-
View: ICX_POR_REQ_ACTIVE_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_ACTIVE_CONTRACTS, object_name:ICX_POR_REQ_ACTIVE_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_REQ_ACTIVE_CONTRACTS ,
-
View: ICX_POR_REQ_ACTIVE_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_ACTIVE_CONTRACTS, object_name:ICX_POR_REQ_ACTIVE_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_REQ_ACTIVE_CONTRACTS ,
-
View: CLN_XML_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_XML_ITEMS_V, object_name:CLN_XML_ITEMS_V, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: View for SHIPITEM items section in OAG SHOW_SHIPMENT_005 XML payload , implementation_dba_data: APPS.CLN_XML_ITEMS_V ,
-
View: CLN_XML_ITEMS2_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_XML_ITEMS2_V, object_name:CLN_XML_ITEMS2_V, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: View for SHIPITEM items section in OAG SHOW_SHIPMENT_005 XML payload , implementation_dba_data: APPS.CLN_XML_ITEMS2_V ,
-
View: ICX_POR_REQ_INACTIVE_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_INACTIVE_CONTRACTS, object_name:ICX_POR_REQ_INACTIVE_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_REQ_INACTIVE_CONTRACTS ,
-
VIEW: APPS.ICX_POR_REQ_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_CONTRACTS, object_name:ICX_POR_REQ_CONTRACTS, status:VALID,
-
VIEW: APPS.ICX_POR_REQ_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_CONTRACTS, object_name:ICX_POR_REQ_CONTRACTS, status:VALID,
-
VIEW: APPS.ICX_POR_EXT_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_CONTRACTS, object_name:ICX_POR_EXT_CONTRACTS, status:VALID,
-
View: ICX_POR_REQ_INACTIVE_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_REQ_INACTIVE_CONTRACTS, object_name:ICX_POR_REQ_INACTIVE_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_REQ_INACTIVE_CONTRACTS ,
-
VIEW: APPS.ICX_POR_REQ_CONTRACTS
12.2.2
-
VIEW: APPS.ICX_POR_REQ_CONTRACTS
12.1.1
-
View: ICX_POR_EXT_ACTIVE_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_ACTIVE_CONTRACTS, object_name:ICX_POR_EXT_ACTIVE_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_EXT_ACTIVE_CONTRACTS ,
-
View: CLN_XML_ITEMS2_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_XML_ITEMS2_V, object_name:CLN_XML_ITEMS2_V, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: View for SHIPITEM items section in OAG SHOW_SHIPMENT_005 XML payload , implementation_dba_data: APPS.CLN_XML_ITEMS2_V ,
-
VIEW: APPS.WSH_OPSM_ASN_ITEMS_COMM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_OPSM_ASN_ITEMS_COMM_V, object_name:WSH_OPSM_ASN_ITEMS_COMM_V, status:VALID,
-
View: ICX_POR_EXT_ACTIVE_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_POR_EXT_ACTIVE_CONTRACTS, object_name:ICX_POR_EXT_ACTIVE_CONTRACTS, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.ICX_POR_EXT_ACTIVE_CONTRACTS ,
-
VIEW: APPS.ICX_POR_EXT_CONTRACTS
12.1.1
-
VIEW: APPS.ICX_POR_EXT_CONTRACTS
12.2.2
-
VIEW: APPS.CLN_XML_ITEMS2_V
12.1.1
-
VIEW: APPS.CLN_XML_ITEMS_V
12.2.2
-
VIEW: APPS.CLN_XML_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_XML_ITEMS_V, object_name:CLN_XML_ITEMS_V, status:VALID,