Search Results requisition_header_id
The POR_ITEM_ATTRIBUTE_VALUES table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical repository for storing item attribute values associated with procurement and purchasing documents. This table plays a pivotal role in the iProcurement module, enabling organizations to define and manage custom attributes for requisition lines, purchase orders, and other procurement-related transactions. Below is a detailed technical breakdown of its structure, functionality, and integration within Oracle EBS.
Table Overview
The POR_ITEM_ATTRIBUTE_VALUES table is part of the Purchasing Open Requisitions (POR) schema and stores extensible attribute values assigned to items in procurement documents. It supports flexible attribute definitions, allowing organizations to capture additional metadata beyond standard Oracle Inventory or Purchasing attributes. This table is primarily used in conjunction with the POR_REQUISITION_LINES_ALL and PO_LINES_ALL tables to enhance procurement workflows.Key Columns and Structure
The table includes the following critical columns:- ATTRIBUTE_VALUE_ID: Primary key, uniquely identifying each attribute value record.
- DOCUMENT_TYPE: Specifies the document type (e.g., "REQUISITION," "PURCHASE ORDER").
- DOCUMENT_HEADER_ID: Foreign key linking to the document header (e.g., PO_HEADERS_ALL or POR_REQ_HEADERS_ALL).
- DOCUMENT_LINE_ID: Foreign key referencing the document line (e.g., PO_LINES_ALL or POR_REQUISITION_LINES_ALL).
- ATTRIBUTE_NAME: Name of the custom attribute (e.g., "Project Code," "Department").
- ATTRIBUTE_VALUE: The actual value assigned to the attribute.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE: Standard Oracle audit columns.
Functional Role in Procurement
The table enables organizations to:- Extend Procurement Data: Capture additional item-level details (e.g., cost center, budget code) not natively supported in standard Oracle tables.
- Support Approval Workflows: Custom attributes can trigger approval rules in Oracle Approvals Management (AME).
- Enhance Reporting: Facilitate granular reporting on procurement activities using custom attributes.
- Integrate with External Systems: Custom attributes can map to fields in third-party systems via Oracle Integration.
Integration with Other Modules
The POR_ITEM_ATTRIBUTE_VALUES table interacts with:- Inventory (INV): Attributes may reference item master data (MTL_SYSTEM_ITEMS_B).
- General Ledger (GL): Custom financial attributes (e.g., account segments) can link to GL tables.
- Projects (PA): Project-related attributes may integrate with PA_PROJECTS_ALL.
Technical Considerations
- Indexing: Optimal performance requires indexes on DOCUMENT_HEADER_ID, DOCUMENT_LINE_ID, and ATTRIBUTE_NAME.
- Data Volume: High-transaction environments may require partitioning.
- Security: Attribute access can be controlled via Oracle Function Security.
Customization and Extensions
Organizations often extend this table by:- Adding application-specific attributes via descriptive flexfields (DFFs).
- Creating APIs to bulk-load attribute values during integrations.
- Developing custom PL/SQL triggers to validate attribute logic.
Conclusion
The POR_ITEM_ATTRIBUTE_VALUES table is a cornerstone of Oracle iProcurement’s extensibility, enabling tailored procurement processes. Its design supports complex attribute management while maintaining integration with core EBS modules. Proper implementation ensures alignment with organizational procurement policies and reporting requirements.-
View: POR_VIEW_REQS_BY_GROUP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_REQS_BY_GROUP_V, object_name:POR_VIEW_REQS_BY_GROUP_V, status:VALID, product: ICX - Oracle iProcurement , description: View Requisition By Group , implementation_dba_data: APPS.POR_VIEW_REQS_BY_GROUP_V ,
-
View: POR_VIEW_REQS_BY_GROUP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_REQS_BY_GROUP_V, object_name:POR_VIEW_REQS_BY_GROUP_V, status:VALID, product: ICX - Oracle iProcurement , description: View Requisition By Group , implementation_dba_data: APPS.POR_VIEW_REQS_BY_GROUP_V ,
-
View: POR_APPROVAL_STATUS_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_APPROVAL_STATUS_HEADER_V, object_name:POR_APPROVAL_STATUS_HEADER_V, status:VALID, product: ICX - Oracle iProcurement , description: This view is obsolete. , implementation_dba_data: APPS.POR_APPROVAL_STATUS_HEADER_V ,
-
View: POR_APPROVAL_STATUS_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_APPROVAL_STATUS_HEADER_V, object_name:POR_APPROVAL_STATUS_HEADER_V, status:VALID, product: ICX - Oracle iProcurement , description: This view is obsolete. , implementation_dba_data: APPS.POR_APPROVAL_STATUS_HEADER_V ,
-
View: ICX_PO_REQ_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQ_HEADERS_V, object_name:ICX_PO_REQ_HEADERS_V, status:VALID, product: ICX - Oracle iProcurement , description: Requistion Headers View , implementation_dba_data: APPS.ICX_PO_REQ_HEADERS_V ,
-
View: ICX_PO_REQ_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQ_HEADERS_V, object_name:ICX_PO_REQ_HEADERS_V, status:VALID, product: ICX - Oracle iProcurement , description: Requistion Headers View , implementation_dba_data: APPS.ICX_PO_REQ_HEADERS_V ,
-
View: POR_RCV_EXPRESS_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_EXPRESS_ITEMS_V, object_name:POR_RCV_EXPRESS_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: View for querying items to be received during express receiving of requisitions. , implementation_dba_data: APPS.POR_RCV_EXPRESS_ITEMS_V ,
-
View: POR_RCV_EXPRESS_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_EXPRESS_ITEMS_V, object_name:POR_RCV_EXPRESS_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: View for querying items to be received during express receiving of requisitions. , implementation_dba_data: APPS.POR_RCV_EXPRESS_ITEMS_V ,
-
View: ICX_PO_REQUISITION_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQUISITION_HEADERS_V, object_name:ICX_PO_REQUISITION_HEADERS_V, status:VALID, product: ICX - Oracle iProcurement , description: Requisition Headers View , implementation_dba_data: APPS.ICX_PO_REQUISITION_HEADERS_V ,
-
View: ICX_PO_REQUISITION_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQUISITION_HEADERS_V, object_name:ICX_PO_REQUISITION_HEADERS_V, status:VALID, product: ICX - Oracle iProcurement , description: Requisition Headers View , implementation_dba_data: APPS.ICX_PO_REQUISITION_HEADERS_V ,
-
Table: POR_ITEM_ATTRIBUTE_VALUES
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.POR_ITEM_ATTRIBUTE_VALUES, object_name:POR_ITEM_ATTRIBUTE_VALUES, status:VALID, product: ICX - Oracle iProcurement , description: Item attribute values , implementation_dba_data: ICX.POR_ITEM_ATTRIBUTE_VALUES ,
-
Table: POR_ITEM_ATTRIBUTE_VALUES
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.POR_ITEM_ATTRIBUTE_VALUES, object_name:POR_ITEM_ATTRIBUTE_VALUES, status:VALID, product: ICX - Oracle iProcurement , description: Item attribute values , implementation_dba_data: ICX.POR_ITEM_ATTRIBUTE_VALUES ,
-
View: POR_VIEW_REQS_BY_APPROVER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_REQS_BY_APPROVER_V, object_name:POR_VIEW_REQS_BY_APPROVER_V, status:VALID, product: ICX - Oracle iProcurement , description: This view is obsolete. , implementation_dba_data: APPS.POR_VIEW_REQS_BY_APPROVER_V ,
-
View: POR_VIEW_REQS_BY_APPROVER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_REQS_BY_APPROVER_V, object_name:POR_VIEW_REQS_BY_APPROVER_V, status:VALID, product: ICX - Oracle iProcurement , description: This view is obsolete. , implementation_dba_data: APPS.POR_VIEW_REQS_BY_APPROVER_V ,
-
View: ICX_CATALOG_ORD_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_CATALOG_ORD_ITEMS_V, object_name:ICX_CATALOG_ORD_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: Ordered Items View , implementation_dba_data: APPS.ICX_CATALOG_ORD_ITEMS_V ,
-
View: ICX_CATALOG_ORD_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_CATALOG_ORD_ITEMS_V, object_name:ICX_CATALOG_ORD_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: Ordered Items View , implementation_dba_data: APPS.ICX_CATALOG_ORD_ITEMS_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_HEADER_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_HEADER_ALL_V, object_name:POR_VIEW_HEADER_ALL_V, status:VALID, product: ICX - Oracle iProcurement , description: View Requsition Header view , implementation_dba_data: APPS.POR_VIEW_HEADER_ALL_V ,
-
View: POR_VIEW_HEADER_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_HEADER_ALL_V, object_name:POR_VIEW_HEADER_ALL_V, status:VALID, product: ICX - Oracle iProcurement , description: View Requsition Header view , implementation_dba_data: APPS.POR_VIEW_HEADER_ALL_V ,
-
View: POR_RCV_HOME_REQS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_HOME_REQS_V, object_name:POR_RCV_HOME_REQS_V, status:VALID, product: ICX - Oracle iProcurement , description: View to query requisitions in receiving home page , implementation_dba_data: APPS.POR_RCV_HOME_REQS_V ,
-
View: POR_RCV_HOME_REQS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_HOME_REQS_V, object_name:POR_RCV_HOME_REQS_V, status:VALID, product: ICX - Oracle iProcurement , description: View to query requisitions in receiving home page , implementation_dba_data: APPS.POR_RCV_HOME_REQS_V ,
-
View: POR_VIEW_REQS_BY_PRIVATE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_REQS_BY_PRIVATE_V, object_name:POR_VIEW_REQS_BY_PRIVATE_V, status:VALID, product: ICX - Oracle iProcurement , description: View restricted to original and subsequent owners of document , implementation_dba_data: APPS.POR_VIEW_REQS_BY_PRIVATE_V ,
-
View: ICX_MTL_SUPPLY_DEMAND_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_MTL_SUPPLY_DEMAND_V, object_name:ICX_MTL_SUPPLY_DEMAND_V, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_MTL_SUPPLY_DEMAND_V ,
-
View: ICX_MTL_SUPPLY_DEMAND_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_MTL_SUPPLY_DEMAND_V, object_name:ICX_MTL_SUPPLY_DEMAND_V, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_MTL_SUPPLY_DEMAND_V ,
-
View: POR_RCV_REQS_VENDOR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQS_VENDOR_V, object_name:POR_RCV_REQS_VENDOR_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_REQS_VENDOR_V ,
-
View: POR_VIEW_REQS_BY_PRIVATE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_REQS_BY_PRIVATE_V, object_name:POR_VIEW_REQS_BY_PRIVATE_V, status:VALID, product: ICX - Oracle iProcurement , description: View restricted to original and subsequent owners of document , implementation_dba_data: APPS.POR_VIEW_REQS_BY_PRIVATE_V ,
-
View: POR_RCV_REQS_VENDOR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQS_VENDOR_V, object_name:POR_RCV_REQS_VENDOR_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_REQS_VENDOR_V ,
-
View: POR_RCV_REQS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQS_ALL_V, object_name:POR_RCV_REQS_ALL_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_REQS_ALL_V ,
-
View: POR_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_HEADER_V, object_name:POR_HEADER_V, status:VALID, product: ICX - Oracle iProcurement , description: Requisition Header View , implementation_dba_data: APPS.POR_HEADER_V ,
-
View: POR_RCV_REQS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQS_ALL_V, object_name:POR_RCV_REQS_ALL_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_REQS_ALL_V ,
-
View: POR_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_HEADER_V, object_name:POR_HEADER_V, status:VALID, product: ICX - Oracle iProcurement , description: Requisition Header View , implementation_dba_data: APPS.POR_HEADER_V ,
-
View: POR_VIEW_REQS_BY_PURCHASING_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_REQS_BY_PURCHASING_V, object_name:POR_VIEW_REQS_BY_PURCHASING_V, status:VALID, product: ICX - Oracle iProcurement , description: This view access is restricted to the document owner, subsequent approvers and those individuals defined as buyers , implementation_dba_data: APPS.POR_VIEW_REQS_BY_PURCHASING_V ,
-
View: ICX_PO_REQ_DIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQ_DIST_V, object_name:ICX_PO_REQ_DIST_V, status:VALID, product: ICX - Oracle iProcurement , description: Requisition Distribution Detail View , implementation_dba_data: APPS.ICX_PO_REQ_DIST_V ,
-
View: POR_RCV_REQS_ORDER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQS_ORDER_V, object_name:POR_RCV_REQS_ORDER_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_REQS_ORDER_V ,
-
View: POR_VIEW_REQS_BY_PURCHASING_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_REQS_BY_PURCHASING_V, object_name:POR_VIEW_REQS_BY_PURCHASING_V, status:VALID, product: ICX - Oracle iProcurement , description: This view access is restricted to the document owner, subsequent approvers and those individuals defined as buyers , implementation_dba_data: APPS.POR_VIEW_REQS_BY_PURCHASING_V ,
-
View: POR_RCV_REQS_ORDER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQS_ORDER_V, object_name:POR_RCV_REQS_ORDER_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_REQS_ORDER_V ,
-
View: ICX_PO_REQ_DIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQ_DIST_V, object_name:ICX_PO_REQ_DIST_V, status:VALID, product: ICX - Oracle iProcurement , description: Requisition Distribution Detail View , implementation_dba_data: APPS.ICX_PO_REQ_DIST_V ,
-
View: POR_VIEW_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_LINES_V, object_name:POR_VIEW_LINES_V, status:VALID, product: ICX - Oracle iProcurement , description: View Requisition Lines , implementation_dba_data: APPS.POR_VIEW_LINES_V ,
-
View: POR_VIEW_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_LINES_V, object_name:POR_VIEW_LINES_V, status:VALID, product: ICX - Oracle iProcurement , description: View Requisition Lines , implementation_dba_data: APPS.POR_VIEW_LINES_V ,
-
View: POR_VIEW_LINES_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_LINES_ALL_V, object_name:POR_VIEW_LINES_ALL_V, status:VALID, product: ICX - Oracle iProcurement , description: View Requisition Lines view , implementation_dba_data: APPS.POR_VIEW_LINES_ALL_V ,
-
View: POR_VIEW_REQS_BY_HIERARCHY_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_REQS_BY_HIERARCHY_V, object_name:POR_VIEW_REQS_BY_HIERARCHY_V, status:VALID, product: ICX - Oracle iProcurement , description: View restricted to document owner and to those in relevant approval and security hierarchy , implementation_dba_data: APPS.POR_VIEW_REQS_BY_HIERARCHY_V ,
-
View: POR_VIEW_LINES_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_LINES_ALL_V, object_name:POR_VIEW_LINES_ALL_V, status:VALID, product: ICX - Oracle iProcurement , description: View Requisition Lines view , implementation_dba_data: APPS.POR_VIEW_LINES_ALL_V ,
-
View: POR_VIEW_REQS_BY_HIERARCHY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_VIEW_REQS_BY_HIERARCHY_V, object_name:POR_VIEW_REQS_BY_HIERARCHY_V, status:VALID, product: ICX - Oracle iProcurement , description: View restricted to document owner and to those in relevant approval and security hierarchy , implementation_dba_data: APPS.POR_VIEW_REQS_BY_HIERARCHY_V ,
-
View: POR_RCV_REQS_NAME_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQS_NAME_V, object_name:POR_RCV_REQS_NAME_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_REQS_NAME_V ,
-
View: POR_RCV_REQS_NAME_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.POR_RCV_REQS_NAME_V, object_name:POR_RCV_REQS_NAME_V, status:VALID, product: ICX - Oracle iProcurement , implementation_dba_data: APPS.POR_RCV_REQS_NAME_V ,
-
View: ICX_EDM_PURCHASE_REQ_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_PURCHASE_REQ_V, object_name:ICX_EDM_PURCHASE_REQ_V, status:VALID, product: ICX - Oracle iProcurement , description: Project Related Purchase Requisitions View , implementation_dba_data: APPS.ICX_EDM_PURCHASE_REQ_V ,
-
View: ICX_EDM_PURCHASE_REQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_EDM_PURCHASE_REQ_V, object_name:ICX_EDM_PURCHASE_REQ_V, status:VALID, product: ICX - Oracle iProcurement , description: Project Related Purchase Requisitions View , implementation_dba_data: APPS.ICX_EDM_PURCHASE_REQ_V ,
-
View: ICX_PO_REQUISITION_OPEN_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQUISITION_OPEN_V, object_name:ICX_PO_REQUISITION_OPEN_V, status:VALID, product: ICX - Oracle iProcurement , description: Open Requisition Lines View , implementation_dba_data: APPS.ICX_PO_REQUISITION_OPEN_V ,
-
View: ICX_PO_REQUISITION_OPEN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQUISITION_OPEN_V, object_name:ICX_PO_REQUISITION_OPEN_V, status:VALID, product: ICX - Oracle iProcurement , description: Open Requisition Lines View , implementation_dba_data: APPS.ICX_PO_REQUISITION_OPEN_V ,