Search Results zmmc21 transaction file download
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: TRANSACTION REASON
12.2.2
product: PO - Purchasing , meaning: Purchase order/Requisition Transaction Reasons , description: Purchase order/Requisition Transaction Reasons ,
-
Lookup Type: TRANSACTION STATUS
12.2.2
product: PO - Purchasing , meaning: Transaction Status , description: Transaction Status ,
-
Lookup Type: TRANSACTION REASON
12.1.1
product: PO - Purchasing , meaning: Purchase order/Requisition Transaction Reasons , description: Purchase order/Requisition Transaction Reasons ,
-
Lookup Type: TRANSACTION STATUS
12.1.1
product: PO - Purchasing , meaning: Transaction Status , description: Transaction Status ,
-
Lookup Type: RCV TRANSACTION TYPE
12.1.1
product: PO - Purchasing , meaning: Receiving Transaction Types , description: Receiving Transaction Types ,
-
Lookup Type: RCV TRANSACTION TYPE
12.2.2
product: PO - Purchasing , meaning: Receiving Transaction Types , description: Receiving Transaction Types ,
-
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: 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_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_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: 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. ,
-
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: PO122.pdf
12.2.2
product: PO - Purchasing , size: 10.398 KBytes , file_type: PDF Diagram ,
-
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 ,
-
Lookup Type: CONTRACT FILE STATUS
12.2.2
product: PO - Purchasing , meaning: Valid Contract File Statuses , description: Valid Contract File Statuses ,
-
Concurrent Program: POXCCONV
12.1.1
execution_filename: ConverterLoadRequest , product: PO - Purchasing , user_name: Catalog Load - Convert File , description: Catalog Load - Convert File , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: POXCCONV
12.2.2
execution_filename: ConverterLoadRequest , product: PO - Purchasing , user_name: Catalog Load - Convert File , description: Catalog Load - Convert File , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Lookup Type: PROCESSING STATUS
12.2.2
product: PO - Purchasing , meaning: Receiving Transaction Processing Status , description: Receiving Transaction Processing Status ,
-
Lookup Type: TRANSACTION_TYPE
12.2.2
product: PO - Purchasing , meaning: Transaction Type , description: Transaction Type ,
-
Lookup Type: TRANSACTION_TYPE
12.1.1
product: PO - Purchasing , meaning: Transaction Type , description: Transaction Type ,
-
Lookup Type: PROCESSING STATUS
12.1.1
product: PO - Purchasing , meaning: Receiving Transaction Processing Status , description: Receiving Transaction Processing Status ,
-
Lookup Type: LOT/SERIAL TRX TYPE
12.2.2
product: PO - Purchasing , meaning: Type of lot or serial transaction , description: Type of lot or serial transaction ,
-
Lookup Type: LOT/SERIAL TRX TYPE
12.1.1
product: PO - Purchasing , meaning: Type of lot or serial transaction , description: Type of lot or serial transaction ,
-
Lookup Type: ERT TRX INFO
12.1.1
product: PO - Purchasing , meaning: Enter Receiving Transactions Trx Info , description: Enter Receiving Transactions Trx Info ,
-
Lookup Type: ERT TRX INFO
12.2.2
product: PO - Purchasing , meaning: Enter Receiving Transactions Trx Info , description: Enter Receiving Transactions Trx Info ,
-
Lookup Type: ERA MORE INFO
12.1.1
product: PO - Purchasing , meaning: RCVTXERA options , description: RCVTXERA options ,
-
Lookup Type: ERA MORE INFO
12.2.2
product: PO - Purchasing , meaning: RCVTXERA options , description: RCVTXERA options ,
-
Lookup Type: TRANSACTION_CATEGORY
12.2.2
product: PO - Purchasing , meaning: AR Transaction Category , description: AR Transaction Category ,
-
Lookup Type: RCV_TXN_STATUS
12.2.2
product: PO - Purchasing , meaning: Message Status , description: Message Status ,
-
Concurrent Program: POEDAIDXGEN
12.2.2
execution_filename: po_eda_idx_file_gen.gen_eda_idx , product: PO - Purchasing , user_name: Generate Index File for EDA , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: SRS ACCRUAL ORDER BY
12.1.1
product: PO - Purchasing , meaning: Sort Options for Accrual Reconciliation , description: Sort Options for Accrual Reconciliation ,
-
Lookup Type: SRS ACCRUAL ORDER BY
12.2.2
product: PO - Purchasing , meaning: Sort Options for Accrual Reconciliation , description: Sort Options for Accrual Reconciliation ,
-
Lookup Type: VIEW ACCOUNTING
12.2.2
product: PO - Purchasing , meaning: VIEW ACCOUNTING , description: Receiving Transaction ,
-
Lookup Type: VIEW ACCOUNTING
12.1.1
product: PO - Purchasing , meaning: VIEW ACCOUNTING , description: Receiving Transaction ,
-
Lookup Type: RCV_TXN_ACTION_TYPE
12.2.2
product: PO - Purchasing , meaning: Message Action Type , description: Message Action Type ,
-
Concurrent Program: RVCTP
12.1.1
execution_filename: RVCTP , product: PO - Purchasing , user_name: RVCTP , description: Receiving transaction processor , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Concurrent Program: RCVTPO
12.1.1
product: PO - Purchasing , user_name: RCVTPO , description: Receiving Transaction Manager Executable , subroutine_name: rvtbm_ctrl , argument_method: Standard , enabled: Yes , execution_method: Immediate ,
-
Concurrent Program: RVCTP
12.2.2
execution_filename: RVCTP , product: PO - Purchasing , user_name: RVCTP , description: Receiving transaction processor , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Concurrent Program: RCVTPO
12.2.2
product: PO - Purchasing , user_name: RCVTPO , description: Receiving Transaction Manager Executable , subroutine_name: rvtbm_ctrl , argument_method: Standard , enabled: Yes , execution_method: Immediate ,
-
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: ACCRUAL TRX SOURCE
12.1.1
product: PO - Purchasing , meaning: Transaction sources for accrual write offs , description: Transaction sources for accrual write offs ,
-
Lookup Type: ACCRUAL TRX SOURCE
12.2.2
product: PO - Purchasing , meaning: Transaction sources for accrual write offs , description: Transaction sources for accrual write offs ,
-
Lookup Type: NOTE ENTITY
12.1.1
product: PO - Purchasing , meaning: Entities to which notes are attached , description: Entities to which notes are attached ,
-
Lookup Type: NOTE ENTITY
12.2.2
product: PO - Purchasing , meaning: Entities to which notes are attached , description: Entities to which notes are attached ,
-
Table: PO_BC_DISTRIBUTIONS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_BC_DISTRIBUTIONS, object_name:PO_BC_DISTRIBUTIONS, status:VALID, product: PO - Purchasing , description: It contains values for most of the sources used as Transaction Objects in XLA for PO. This is one of the main tables on which those Transaction objects derive values for core PO sources. , implementation_dba_data: PO.PO_BC_DISTRIBUTIONS ,
-
Concurrent Program: RCVOPSMDLV
12.2.2
execution_filename: RcvOpsmReceiptTransactionCp , product: PO - Purchasing , user_name: RCVOPSMDLV , description: Generating XML Output , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,