Search Results po_agents
Overview
The PO_AGENTS table is a core master data table within the Oracle E-Business Suite Purchasing (PO) module. It serves as the central repository for defining and storing information about purchasing agents, commonly referred to as buyers. Every purchasing document, such as a requisition, purchase order, or release, is associated with a buyer, and this relationship is established via the AGENT_ID column linking to this table. The table's integrity is enforced by the primary key constraint PO_AGENTS_PK on the AGENT_ID column, ensuring each buyer record is uniquely identifiable. Its role is fundamental to procurement workflows, security, and reporting, as the buyer is a key organizational entity responsible for managing supplier relationships and executing purchases.
Key Information Stored
The table's primary column is AGENT_ID, a unique system-generated identifier for each buyer. While the provided ETRM excerpt does not list all columns, standard implementation of this table in Oracle EBS 12.1 and 12.2 typically includes columns such as AGENT_NAME (the name of the buyer), START_DATE_ACTIVE, END_DATE_ACTIVE (for enabling and disabling buyer records), EMAIL_ADDRESS, and EMPLOYEE_ID (linking to the HR module to associate a buyer with a person). The documented foreign key relationship to MTL_CATEGORIES_B via CATEGORY_ID indicates the table can store a default item category assignment for a buyer, which is used for automatic sourcing and requisition import.
Common Use Cases and Queries
A primary use case is validating and reporting on buyer assignments across purchasing documents. For instance, identifying all purchase orders created by a specific buyer or finding requisitions that have a suggested buyer assigned for approval routing. Common SQL queries involve joining PO_AGENTS to transaction tables like PO_HEADERS_ALL. A typical pattern is to retrieve a list of active buyers and their associated documents:
- SELECT pa.AGENT_NAME, poh.SEGMENT1 PO_NUM FROM PO_AGENTS pa, PO_HEADERS_ALL poh WHERE pa.AGENT_ID = poh.AGENT_ID AND SYSDATE BETWEEN pa.START_DATE_ACTIVE AND NVL(pa.END_DATE_ACTIVE, SYSDATE+1);
Another critical use case is in custom workflows or integrations where the AGENT_ID is used to determine the responsible party for approval or notification.
Related Objects
As documented by the foreign key relationships, PO_AGENTS is a central reference point for numerous transactional and setup tables across multiple modules. Key relationships include:
- PO_HEADERS_ALL / PO_HEADERS_ARCHIVE_ALL: Linked via AGENT_ID, identifying the buyer responsible for the purchase order.
- PO_RELEASES_ALL: Linked via AGENT_ID (responsible buyer) and HOLD_BY (agent who placed a hold).
- PO_REQUISITION_LINES_ALL / PO_REQUISITIONS_INTERFACE_ALL / PO_REQEXPRESS_LINES_ALL: Linked via SUGGESTED_BUYER_ID for routing and approval.
- MRP_SYSTEM_ITEMS: Linked via BUYER_ID to assign a default buyer at the item level.
- PO_VENDORS: Linked via HOLD_BY to track which agent placed a supplier on hold.
- AHL_OSP_ORDERS_B (Service Procurement) and MTL_CATEGORIES_B (Inventory): Demonstrate integration beyond core Purchasing.
-
Table: PO_AGENTS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_AGENTS, object_name:PO_AGENTS, status:VALID, product: PO - Purchasing , description: Buyers table , implementation_dba_data: PO.PO_AGENTS ,
-
Table: PO_AGENTS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_AGENTS, object_name:PO_AGENTS, status:VALID, product: PO - Purchasing , description: Buyers table , implementation_dba_data: PO.PO_AGENTS ,
-
Table: PO_RELEASES_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_RELEASES_ALL, object_name:PO_RELEASES_ALL, status:VALID, product: PO - Purchasing , description: Purchase order releases , implementation_dba_data: PO.PO_RELEASES_ALL ,
-
Table: PO_RELEASES_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_RELEASES_ALL, object_name:PO_RELEASES_ALL, status:VALID, product: PO - Purchasing , description: Purchase order releases , implementation_dba_data: PO.PO_RELEASES_ALL ,
-
View: POA_BIS_SAVINGS_BUYER_LOV_V
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: POA_BIS_SAVINGS_BUYER_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_BIS_SAVINGS_BUYER_LOV_V, object_name:POA_BIS_SAVINGS_BUYER_LOV_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POA_BIS_SAVINGS_BUYER_LOV_V ,
-
View: PO_BUYER_NAME_NUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_BUYER_NAME_NUM_V, object_name:PO_BUYER_NAME_NUM_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_BUYER_NAME_NUM_V ,
-
View: PO_BUYER_NAME_NUM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_BUYER_NAME_NUM_V, object_name:PO_BUYER_NAME_NUM_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_BUYER_NAME_NUM_V ,
-
View: PO_BUYERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_BUYERS_ALL_V, object_name:PO_BUYERS_ALL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_BUYERS_ALL_V ,
-
View: PO_BUYERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_BUYERS_ALL_V, object_name:PO_BUYERS_ALL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_BUYERS_ALL_V ,
-
Table: PO_REQEXPRESS_LINES_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQEXPRESS_LINES_ALL, object_name:PO_REQEXPRESS_LINES_ALL, status:VALID, product: PO - Purchasing , description: Template lines for express requisitions , implementation_dba_data: PO.PO_REQEXPRESS_LINES_ALL ,
-
Table: PO_HEADERS_ARCHIVE_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_ARCHIVE_ALL, object_name:PO_HEADERS_ARCHIVE_ALL, status:VALID, product: PO - Purchasing , description: Archived purchase orders , implementation_dba_data: PO.PO_HEADERS_ARCHIVE_ALL ,
-
View: POBV_BUYERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_BUYERS, object_name:POBV_BUYERS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_BUYERS ,
-
Table: PO_HEADERS_ARCHIVE_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_ARCHIVE_ALL, object_name:PO_HEADERS_ARCHIVE_ALL, status:VALID, product: PO - Purchasing , description: Archived purchase orders , implementation_dba_data: PO.PO_HEADERS_ARCHIVE_ALL ,
-
Table: PO_REQEXPRESS_LINES_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQEXPRESS_LINES_ALL, object_name:PO_REQEXPRESS_LINES_ALL, status:VALID, product: PO - Purchasing , description: Template lines for express requisitions , implementation_dba_data: PO.PO_REQEXPRESS_LINES_ALL ,
-
View: PO_AGENTS_NAME_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_AGENTS_NAME_V, object_name:PO_AGENTS_NAME_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_AGENTS_NAME_V ,
-
View: PO_BUYERS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_BUYERS_VAL_V, object_name:PO_BUYERS_VAL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_BUYERS_VAL_V ,
-
Table: PO_HEADERS_DRAFT_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_DRAFT_ALL, object_name:PO_HEADERS_DRAFT_ALL, status:VALID, product: PO - Purchasing , description: Draft Document headers (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_HEADERS_DRAFT_ALL ,
-
View: POBV_BUYERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_BUYERS, object_name:POBV_BUYERS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_BUYERS ,
-
View: POFV_BUYERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_BUYERS, object_name:POFV_BUYERS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_BUYERS ,
-
View: POFV_BUYERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_BUYERS, object_name:POFV_BUYERS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_BUYERS ,
-
View: PO_AGENTS_NAME_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_AGENTS_NAME_V, object_name:PO_AGENTS_NAME_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_AGENTS_NAME_V ,
-
View: PO_BUYERS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_BUYERS_VAL_V, object_name:PO_BUYERS_VAL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_BUYERS_VAL_V ,
-
View: PO_AGENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_AGENTS_V, object_name:PO_AGENTS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_AGENTS_V ,
-
View: PO_AGENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_AGENTS_V, object_name:PO_AGENTS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_AGENTS_V ,
-
Table: PO_REQUISITION_LINES_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITION_LINES_ALL, object_name:PO_REQUISITION_LINES_ALL, status:VALID, product: PO - Purchasing , description: Requisition lines , implementation_dba_data: PO.PO_REQUISITION_LINES_ALL ,
-
Table: PO_REQUISITIONS_INTERFACE_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITIONS_INTERFACE_ALL, object_name:PO_REQUISITIONS_INTERFACE_ALL, status:VALID, product: PO - Purchasing , description: Requisition Import interface table , implementation_dba_data: PO.PO_REQUISITIONS_INTERFACE_ALL ,
-
Table: PO_REQUISITION_LINES_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITION_LINES_ALL, object_name:PO_REQUISITION_LINES_ALL, status:VALID, product: PO - Purchasing , description: Requisition lines , implementation_dba_data: PO.PO_REQUISITION_LINES_ALL ,
-
Table: PO_REQUISITIONS_INTERFACE_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITIONS_INTERFACE_ALL, object_name:PO_REQUISITIONS_INTERFACE_ALL, status:VALID, product: PO - Purchasing , description: Requisition Import interface table , implementation_dba_data: PO.PO_REQUISITIONS_INTERFACE_ALL ,
-
View: PO_ACCEPTANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ACCEPTANCES_V, object_name:PO_ACCEPTANCES_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_ACCEPTANCES_V ,
-
View: PO_ACCEPTANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_ACCEPTANCES_V, object_name:PO_ACCEPTANCES_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY , implementation_dba_data: APPS.PO_ACCEPTANCES_V ,
-
Table: PO_HEADERS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_ALL, object_name:PO_HEADERS_ALL, status:VALID, product: PO - Purchasing , description: Document headers (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_HEADERS_ALL ,
-
Table: PO_HEADERS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_ALL, object_name:PO_HEADERS_ALL, status:VALID, product: PO - Purchasing , description: Document headers (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_HEADERS_ALL ,
-
Table: PO_VENDORS
12.1.1
product: PO - Purchasing , description: Suppliers , implementation_dba_data: Not implemented in this database ,
-
Table: PO_VENDORS
12.2.2
product: PO - Purchasing , description: Suppliers , implementation_dba_data: Not implemented in this database ,
-
View: PO_HEADERS_ARCHIVE_XML
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_HEADERS_ARCHIVE_XML, object_name:PO_HEADERS_ARCHIVE_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_HEADERS_ARCHIVE_XML ,
-
View: PO_HEADERS_XML
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_HEADERS_XML, object_name:PO_HEADERS_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_HEADERS_XML ,
-
View: PO_HEADERS_ARCHIVE_XML
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_HEADERS_ARCHIVE_XML, object_name:PO_HEADERS_ARCHIVE_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_HEADERS_ARCHIVE_XML ,
-
View: PO_HEADERS_XML
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_HEADERS_XML, object_name:PO_HEADERS_XML, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_HEADERS_XML ,