Search Results how to adjust foxit text call out font size
The PO_Tables.html file in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 serves as a technical reference document outlining the key tables involved in the Purchasing (PO) module. This file is particularly useful for developers, functional consultants, and database administrators who need to understand the underlying data structure of Oracle Purchasing for customizations, integrations, or troubleshooting. Below is a detailed breakdown of its significance and content.
Purpose and Scope
The PO_Tables.html document provides a structured overview of the primary database tables that store purchasing-related data in Oracle EBS. These tables capture critical information such as purchase orders, requisitions, suppliers, receipts, and approvals. The file typically includes table names, descriptions, key columns, and relationships between tables, enabling users to navigate the PO module's data model efficiently.Key Tables Covered
The document categorizes tables based on their functional relevance. Some of the most important tables include:1. Purchase Order Headers (PO_HEADERS_ALL)
This table stores high-level information about purchase orders, such as PO number, supplier, currency, and status. Key columns includePO_HEADER_ID
(primary key), AGENT_ID
(buyer), and TYPE_LOOKUP_CODE
(PO type). It links to other transactional tables like PO_LINES_ALL
and PO_DISTRIBUTIONS_ALL
.
2. Purchase Order Lines (PO_LINES_ALL)
This table contains line-level details of purchase orders, such as item descriptions, quantities, and unit prices. ThePO_LINE_ID
and PO_HEADER_ID
columns establish relationships with the header and distributions tables.
3. Purchase Order Distributions (PO_DISTRIBUTIONS_ALL)
This table tracks accounting distributions for PO lines, linking to General Ledger (GL) accounts. Key columns includePO_DISTRIBUTION_ID
, DESTINATION_TYPE_CODE
, and CHARGE_ACCOUNT_ID
.
4. Requisitions (REQ_HEADERS_ALL, REQ_LINES_ALL)
These tables store requisition headers and lines, which are often converted into purchase orders. They include fields likeREQUISITION_HEADER_ID
, PREPARER_ID
, and STATUS
.
5. Supplier Tables (PO_VENDORS, PO_VENDOR_SITES_ALL)
These tables store supplier master data, including vendor names, addresses, and payment terms.VENDOR_ID
and VENDOR_SITE_ID
are critical foreign keys in PO transactions.
Technical Relationships
The document highlights foreign key relationships between tables, such as:PO_HEADERS_ALL.PO_HEADER_ID → PO_LINES_ALL.PO_HEADER_ID
PO_LINES_ALL.PO_LINE_ID → PO_DISTRIBUTIONS_ALL.PO_LINE_ID
PO_HEADERS_ALL.VENDOR_ID → PO_VENDORS.VENDOR_ID
Usage in Customizations
Developers leverage this document to:- Write custom reports using SQL queries joining PO tables.
- Debug data issues by tracing transactional flows across tables.
- Extend functionality by creating triggers or views on PO tables.
Version-Specific Considerations
While the core table structures remain consistent between Oracle EBS 12.1.1 and 12.2.2, minor differences may exist in column additions or indexing. The document may also reference Oracle's underlying database views (e.g.,PO_HEADERS_V
) which abstract multi-org structures.
Conclusion
The PO_Tables.html file is an indispensable resource for anyone working with Oracle Purchasing data. By providing a clear map of tables and relationships, it accelerates development, enhances data integrity, and ensures compliance with Oracle EBS best practices. For comprehensive implementation, users should cross-reference this document with Oracle's official data model diagrams and API documentation.-
Lookup Type: ADJUST RECEIPT
12.2.2
product: PO - Purchasing , meaning: Receipt History/New Transactions/Substitute Items , description: Receipt History/New Transactions/Substitute Items ,
-
Lookup Type: ADJUST RECEIPT
12.1.1
product: PO - Purchasing , meaning: Receipt History/New Transactions/Substitute Items , description: Receipt History/New Transactions/Substitute Items ,
-
Lookup Type: NOTIFICATION CONTROLS TEXT
12.2.2
product: PO - Purchasing , meaning: Notification Controls Text for Report , description: Notification Controls Text for Report ,
-
Lookup Type: NOTIFICATION CONTROLS TEXT
12.1.1
product: PO - Purchasing , meaning: Notification Controls Text for Report , description: Notification Controls Text for Report ,
-
Lookup Type: APPROVER ACTIONS
12.2.2
product: PO - Purchasing , meaning: Actions taken during the approval process. , description: Actions taken during the approval process. ,
-
Lookup Type: RCVTXERA ACTIONS
12.2.2
product: PO - Purchasing , meaning: RCVTXERA Actions , description: RCVTXERA Actions ,
-
Lookup Type: RCVTXERA ACTIONS
12.1.1
product: PO - Purchasing , meaning: RCVTXERA Actions , description: RCVTXERA Actions ,
-
Lookup Type: USER TRX TYPE
12.2.2
product: PO - Purchasing , meaning: User Transaction Types , description: User Transaction Types ,
-
Lookup Type: USER TRX TYPE
12.1.1
product: PO - Purchasing , meaning: User Transaction Types , description: User Transaction Types ,
-
Lookup Type: APPROVER ACTIONS
12.1.1
product: PO - Purchasing , meaning: Actions taken during the approval process. , description: Actions taken during the approval process. ,
-
Lookup Type: APPR_HIST_ACTIONS
12.2.2
product: PO - Purchasing , meaning: Approval History Actions , description: Approval History Action Types ,
-
Lookup Type: APPR_HIST_ACTIONS
12.1.1
product: PO - Purchasing , meaning: Approval History Actions , description: Approval History Action Types ,
-
Lookup Type: ERS INVOICE_SUMMARY
12.1.1
product: PO - Purchasing , meaning: ERS code to identify how to consolidate invoices , description: ERS code to identify how to consolidate invoices ,
-
Lookup Type: ERS INVOICE_SUMMARY
12.2.2
product: PO - Purchasing , meaning: ERS code to identify how to consolidate invoices , description: ERS code to identify how to consolidate invoices ,
-
Lookup Type: ERS INVOICE_SUMMARY_CONSIGNED
12.1.1
product: PO - Purchasing , meaning: ERS Invoice Summary Code , description: ERS code to identify how to consolidate invoices - Consigned Inventory ,
-
Lookup Type: ERS INVOICE_SUMMARY_CONSIGNED
12.2.2
product: PO - Purchasing , meaning: ERS Invoice Summary Code , description: ERS code to identify how to consolidate invoices - Consigned Inventory ,
-
Lookup Type: ACCRUAL TYPE
12.1.1
product: PO - Purchasing , meaning: Lookup type for accrual reconciliation report , description: Lookup type for accrual reconciliation report ,
-
Lookup Type: ACCRUAL TYPE
12.2.2
product: PO - Purchasing , meaning: Lookup type for accrual reconciliation report , description: Lookup type for accrual reconciliation report ,
-
File: PO_Dependencies.html
12.1.1
product: PO - Purchasing , size: 731.872 KBytes , file_type: HTML Report , description: PO_Dependencies.html is an html report that documents dependencies to tables and views in the PO product. ,
-
File: PO_Dependencies.html
12.2.2
product: PO - Purchasing , size: 761.386 KBytes , file_type: HTML Report , description: PO_Dependencies.html is an html report that documents dependencies to tables and views in the PO product. ,
-
File: POProduct_Dependencies.html
12.2.2
product: PO - Purchasing , size: 62.932 KBytes , file_type: HTML Report , description: POProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the PO product. ,
-
File: POProduct_Dependencies.html
12.1.1
product: PO - Purchasing , size: 104.583 KBytes , file_type: HTML Report , description: POProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the PO product. ,
-
File: Purchasing ERD.pdf
12.1.1
product: PO - Purchasing , size: 98.103 KBytes , file_type: PDF Diagram ,
-
File: Purchasing ERD.pdf
12.2.2
product: PO - Purchasing , size: 98.103 KBytes , file_type: PDF Diagram ,
-
File: PO122.pdf
12.2.2
product: PO - Purchasing , size: 10.398 KBytes , file_type: PDF Diagram ,
-
Lookup Type: PO_CLM_VENDOR_SIZE
12.2.2
product: PO - Purchasing , meaning: Vendor Size ,
-
File: PO_Tables.html
12.2.2
product: PO - Purchasing , size: 9.379 MBytes , file_type: HTML Report , description: PO_Tables.html is an html report that documents the table and view definitions for the PO product. ,
-
File: PO_Tables.html
12.1.1
product: PO - Purchasing , size: 7.479 MBytes , file_type: HTML Report , description: PO_Tables.html is an html report that documents the table and view definitions for the PO product. ,
-
Lookup Type: PO_CLM_SIZE_STANDARD
12.2.2
product: PO - Purchasing , meaning: Size Standards ,
-
View: POS_RCV_RETURNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_RETURNS_V, object_name:POS_RCV_RETURNS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_RCV_RETURNS_V ,
-
View: POS_RCV_RETURNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RCV_RETURNS_V POS.POS_RCV_RETURNS_V, object_name:POS_RCV_RETURNS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_RCV_RETURNS_V ,
-
View: RCV_UNPROCESSED_LOTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_UNPROCESSED_LOTS_V, object_name:RCV_UNPROCESSED_LOTS_V, status:VALID, product: PO - Purchasing , description: New in version 8.0 , implementation_dba_data: APPS.RCV_UNPROCESSED_LOTS_V ,
-
View: RCV_UNPROCESSED_LOT_ISSUES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_UNPROCESSED_LOT_ISSUES_V, object_name:RCV_UNPROCESSED_LOT_ISSUES_V, status:VALID, product: PO - Purchasing , description: New in version 8.0 , implementation_dba_data: APPS.RCV_UNPROCESSED_LOT_ISSUES_V ,
-
View: RCV_UNPROCESSED_LOTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_UNPROCESSED_LOTS_V, object_name:RCV_UNPROCESSED_LOTS_V, status:VALID, product: PO - Purchasing , description: New in version 8.0 , implementation_dba_data: APPS.RCV_UNPROCESSED_LOTS_V ,
-
View: RCV_UNPROCESSED_LOT_ISSUES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_UNPROCESSED_LOT_ISSUES_V, object_name:RCV_UNPROCESSED_LOT_ISSUES_V, status:VALID, product: PO - Purchasing , description: New in version 8.0 , implementation_dba_data: APPS.RCV_UNPROCESSED_LOT_ISSUES_V ,
-
Table: PO_REQUISITION_SUPPLIERS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITION_SUPPLIERS, object_name:PO_REQUISITION_SUPPLIERS, status:VALID, product: PO - Purchasing , description: This table holds the list of suppliers to which the contractor request is sent out , implementation_dba_data: PO.PO_REQUISITION_SUPPLIERS ,
-
Table: PO_REQUISITION_SUPPLIERS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITION_SUPPLIERS, object_name:PO_REQUISITION_SUPPLIERS, status:VALID, product: PO - Purchasing , description: This table holds the list of suppliers to which the contractor request is sent out , implementation_dba_data: PO.PO_REQUISITION_SUPPLIERS ,
-
View: PO_AP_RETROACTIVE_DIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_AP_RETROACTIVE_DIST_V, object_name:PO_AP_RETROACTIVE_DIST_V, status:VALID, product: PO - Purchasing , description: PO_AP_RETROACTIVE_DIST_V view captures the distributions to be invoice adjusted.. , implementation_dba_data: APPS.PO_AP_RETROACTIVE_DIST_V ,
-
View: PO_AP_RETROACTIVE_DIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_AP_RETROACTIVE_DIST_V, object_name:PO_AP_RETROACTIVE_DIST_V, status:VALID, product: PO - Purchasing , description: PO_AP_RETROACTIVE_DIST_V view captures the distributions to be invoice adjusted.. , implementation_dba_data: APPS.PO_AP_RETROACTIVE_DIST_V ,
-
View: PO_DOCUMENT_VERSIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DOCUMENT_VERSIONS_V, object_name:PO_DOCUMENT_VERSIONS_V, status:VALID, product: PO - Purchasing , description: This view is required to provide version information on documents for contracts. , implementation_dba_data: APPS.PO_DOCUMENT_VERSIONS_V ,
-
View: PO_DOCUMENT_VERSIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_DOCUMENT_VERSIONS_V, object_name:PO_DOCUMENT_VERSIONS_V, status:VALID, product: PO - Purchasing , description: This view is required to provide version information on documents for contracts. , implementation_dba_data: APPS.PO_DOCUMENT_VERSIONS_V ,
-
View: POA_PURCHASE_SALES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_PURCHASE_SALES_V, object_name:POA_PURCHASE_SALES_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POA_PURCHASE_SALES_V ,
-
View: RCV_FTE_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_FTE_TRANSACTIONS_V, object_name:RCV_FTE_TRANSACTIONS_V, status:VALID, product: PO - Purchasing , description: Rolled up transactions for logistics , implementation_dba_data: APPS.RCV_FTE_TRANSACTIONS_V ,
-
View: POA_PURCHASE_SALES_V
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: RCV_FTE_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_FTE_TRANSACTIONS_V, object_name:RCV_FTE_TRANSACTIONS_V, status:VALID, product: PO - Purchasing , description: Rolled up transactions for logistics , implementation_dba_data: APPS.RCV_FTE_TRANSACTIONS_V ,
-
View: POA_BIS_SUPPLIER_PERFORMANCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_BIS_SUPPLIER_PERFORMANCE_V, object_name:POA_BIS_SUPPLIER_PERFORMANCE_V, status:VALID, product: PO - Purchasing , description: This view is based on the POA_BIS_SUPPLIER_PERFORMANCE table. Please refer to the base view for further information. , implementation_dba_data: APPS.POA_BIS_SUPPLIER_PERFORMANCE_V ,
-
View: POA_BIS_SUPPLIER_PERFORMANCE_V
12.2.2
product: PO - Purchasing , description: This view is based on the POA_BIS_SUPPLIER_PERFORMANCE table. Please refer to the base view for further information. , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: PO_CLM_CALL_ORDER_CODES
12.2.2
product: PO - Purchasing , meaning: PO CLM Call Order Codes , description: PO CLM Call Order Codes ,
-
Lookup Type: PO_CLM_FPDS_AWARD_TYPE
12.2.2
product: PO - Purchasing , meaning: PO: CLM Award Type for FPDS System , description: CLM Award Type for FPDS System ,
-
Lookup Type: PRICE DIFFERENTIALS
12.2.2
product: PO - Purchasing , meaning: Price Differentials , description: Types of Price Differentials ,