Search Results zmmc21 transaction file download
The PA_Tables.html
file in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical reference document that outlines the database tables associated with the Projects Accounting (PA) module. This module is a core component of Oracle EBS, designed to manage project costs, revenue, billing, and financial reporting. The PA_Tables.html
file serves as a technical guide for developers, functional consultants, and database administrators, providing insights into the schema structure, table relationships, and key columns within the PA module. Below is a detailed breakdown of its significance and contents.
1. Purpose and Scope
The PA_Tables.html
file documents the underlying database tables that support the PA module's functionality. It includes tables for project setup (e.g., project types, classifications), cost accumulation (e.g., expenditure items, cost distributions), revenue recognition (e.g., revenue accruals, invoice adjustments), and reporting (e.g., PA period summaries). This file is essential for troubleshooting, custom reporting, data migration, and integration with other EBS modules like General Ledger (GL), Accounts Payable (AP), and Accounts Receivable (AR).
2. Key Tables and Relationships
The file typically categorizes tables into logical groups:
- Project Foundation Tables:
PA_PROJECTS_ALL
: Stores project headers, including project name, dates, and status.PA_TASKS
: Contains task-level details linked to projects.
- Cost and Expenditure Tables:
PA_EXPENDITURES_ALL
: Tracks labor, non-labor, and miscellaneous costs.PA_EXPENDITURE_ITEMS_ALL
: Breaks down expenditures into line items with cost rates.
- Revenue and Billing Tables:
PA_DRAFT_REVENUES_ALL
: Holds revenue accruals before posting to GL.PA_CUSTOMER_TRX_ALL
: Links project invoices to AR.
- Integration Tables:
PA_PROJECT_STATUSES
: Maps project statuses to workflow rules.PA_BUDGET_LINES
: Tracks budget amounts for GL integration.
3. Technical Details
The file provides metadata such as column names, data types, constraints (e.g., foreign keys to GL_CODE_COMBINATIONS
), and indexes. For example:
PA_PROJECTS_ALL
- PROJECT_ID (PK): Unique project identifier.
- SEGMENT1: Project number segment.
- PROJECT_TYPE_CODE: Links to PA_PROJECT_TYPES.
- ORG_ID: Operating unit.
It also highlights views (PA_PROJECTS_V
) and APIs (PA_PROJECT_PUB
) that abstract table access.
4. Version-Specific Considerations
In EBS 12.2.2, the file may include tables introduced for newer features like Advanced Project Billing or enhancements to multi-org access control (MOAC). Differences between 12.1.1 and 12.2.2 could involve:
- New columns in
PA_PROJECTS_ALL
for cloud integrations. - Additional indexes in
PA_EXPENDITURE_ITEMS_ALL
for performance.
5. Practical Applications
Consultants use this file to:
- Debug data issues (e.g., missing cost distributions).
- Develop custom reports using SQL joins.
- Validate data flows during upgrades or patches.
6. Conclusion
The PA_Tables.html
file is an indispensable resource for anyone working with Oracle EBS Projects Accounting. Its detailed documentation of table structures and relationships ensures accurate configuration, reporting, and system maintenance across versions 12.1.1 and 12.2.2. Mastery of this file accelerates troubleshooting and customization efforts in the PA module.
-
Lookup Type: TRANSACTION STATUS
12.2.2
product: PA - Projects , meaning: Transaction Status , description: Transaction Status ,
-
Lookup Type: TRANSACTION STATUS
12.1.1
product: PA - Projects , meaning: Transaction Status , description: Transaction Status ,
-
Lookup Type: TRANSACTION CONTROL STATUS
12.2.2
product: PA - Projects , meaning: Transaction Control Status , description: Transaction Control Status ,
-
Lookup Type: TRANSACTION CONTROL STATUS
12.1.1
product: PA - Projects , meaning: Transaction Control Status , description: Transaction Control Status ,
-
Lookup Type: TRANSACTION REJECTION REASON
12.1.1
product: PA - Projects , meaning: Transaction Rejection Reason , description: The reason why a transaction was rejected during import into PA from an external system via Transaction Import ,
-
Lookup Type: TRANSACTION REJECTION REASON
12.2.2
product: PA - Projects , meaning: Transaction Rejection Reason , description: The reason why a transaction was rejected during import into PA from an external system via Transaction Import ,
-
Lookup Type: AR TRANSACTION TYPE MISSING
12.2.2
product: PA - Projects , meaning: Ar Transaction Type Missing , description: AR transaction type or credit memo type not defined for this organization ,
-
Lookup Type: TRANSACTION USER REJ REASON
12.1.1
product: PA - Projects , meaning: Transaction User Rejection Reason , description: The user defined reasons why a transaction was rejected. ,
-
Lookup Type: AR TRANSACTION TYPE MISSING
12.1.1
product: PA - Projects , meaning: Ar Transaction Type Missing , description: AR transaction type or credit memo type not defined for this organization ,
-
Lookup Type: TRANSACTION USER REJ REASON
12.2.2
product: PA - Projects , meaning: Transaction User Rejection Reason , description: The user defined reasons why a transaction was rejected. ,
-
File: Deliverables.pdf
12.2.2
product: PA - Projects , size: 17.255 KBytes , file_type: PDF Diagram ,
-
File: Allocations.pdf
12.2.2
product: PA - Projects , size: 152.973 KBytes , file_type: PDF Diagram ,
-
File: ProjectandTaskDefinition.pdf
12.2.2
product: PA - Projects , size: 217.085 KBytes , file_type: PDF Diagram ,
-
File: Staffing.pdf
12.1.1
product: PA - Projects , size: 124.698 KBytes , file_type: PDF Diagram ,
-
File: PA_Tables.html
12.1.1
product: PA - Projects , size: 12.461 MBytes , file_type: HTML Report , description: PA_Tables.html is an html report that documents the table and view definitions for the PA product. ,
-
File: ProjectandTaskDefinition.pdf
12.1.1
product: PA - Projects , size: 217.085 KBytes , file_type: PDF Diagram ,
-
File: PA_PAY.pdf
12.2.2
product: PA - Projects , size: 10.212 KBytes , file_type: PDF Diagram ,
-
File: Deliverables.pdf
12.1.1
product: PA - Projects , size: 17.255 KBytes , file_type: PDF Diagram ,
-
File: Allocations.pdf
12.1.1
product: PA - Projects , size: 152.973 KBytes , file_type: PDF Diagram ,
-
File: PA_Dependencies.html
12.1.1
product: PA - Projects , size: 1.869 MBytes , file_type: HTML Report , description: PA_Dependencies.html is an html report that documents dependencies to tables and views in the PA product. ,
-
File: ArchivePurge.pdf
12.1.1
product: PA - Projects , size: 34.038 KBytes , file_type: PDF Diagram ,
-
File: PA_Tables.html
12.2.2
product: PA - Projects , size: 13.217 MBytes , file_type: HTML Report , description: PA_Tables.html is an html report that documents the table and view definitions for the PA product. ,
-
File: PAProduct_Dependencies.html
12.2.2
product: PA - Projects , size: 36.875 KBytes , file_type: HTML Report , description: PAProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the PA product. ,
-
File: PA_Dependencies.html
12.2.2
product: PA - Projects , size: 1.885 MBytes , file_type: HTML Report , description: PA_Dependencies.html is an html report that documents dependencies to tables and views in the PA product. ,
-
File: PA_Payroll_OTL_Integration.pdf
12.2.2
product: PA - Projects , size: 10.3 KBytes , file_type: PDF Diagram ,
-
File: ArchivePurge.pdf
12.2.2
product: PA - Projects , size: 34.038 KBytes , file_type: PDF Diagram ,
-
File: Staffing.pdf
12.2.2
product: PA - Projects , size: 124.698 KBytes , file_type: PDF Diagram ,
-
File: PAProduct_Dependencies.html
12.1.1
product: PA - Projects , size: 76.431 KBytes , file_type: HTML Report , description: PAProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the PA product. ,
-
File: Resource Foundation.pdf
12.1.1
product: PA - Projects , size: 68.876 KBytes , file_type: PDF Diagram ,
-
File: Exceptions Reporting.pdf
12.1.1
product: PA - Projects , size: 62.655 KBytes , file_type: PDF Diagram ,
-
File: Burden Implementation.pdf
12.2.2
product: PA - Projects , size: 92.063 KBytes , file_type: PDF Diagram ,
-
File: Capital Projects.pdf
12.2.2
product: PA - Projects , size: 76.87 KBytes , file_type: PDF Diagram ,
-
File: Budgetary Controls.pdf
12.2.2
product: PA - Projects , size: 97.418 KBytes , file_type: PDF Diagram ,
-
File: Auto Accounting.pdf
12.2.2
product: PA - Projects , size: 143.116 KBytes , file_type: PDF Diagram ,
-
File: Burden Transaction.pdf
12.1.1
product: PA - Projects , size: 60.848 KBytes , file_type: PDF Diagram ,
-
File: Exceptions Reporting.pdf
12.2.2
product: PA - Projects , size: 62.655 KBytes , file_type: PDF Diagram ,
-
File: Resource Foundation.pdf
12.2.2
product: PA - Projects , size: 68.876 KBytes , file_type: PDF Diagram ,
-
File: PA Rates.pdf
12.2.2
product: PA - Projects , size: 188.015 KBytes , file_type: PDF Diagram ,
-
File: PA Funding.pdf
12.1.1
product: PA - Projects , size: 58.349 KBytes , file_type: PDF Diagram ,
-
File: Budgetary Controls.pdf
12.1.1
product: PA - Projects , size: 97.418 KBytes , file_type: PDF Diagram ,
-
File: Capital Projects.pdf
12.1.1
product: PA - Projects , size: 76.87 KBytes , file_type: PDF Diagram ,
-
File: Capitalized Interest.pdf
12.1.1
product: PA - Projects , size: 0 bytes , file_type: PDF Diagram ,
-
File: PA Rates.pdf
12.1.1
product: PA - Projects , size: 188.015 KBytes , file_type: PDF Diagram ,
-
File: Project Management.pdf
12.1.1
product: PA - Projects , size: 162.687 KBytes , file_type: PDF Diagram ,
-
File: Schedulable Resources.pdf
12.1.1
product: PA - Projects , size: 83.133 KBytes , file_type: PDF Diagram ,
-
File: Expenditure Implementation.pdf
12.1.1
product: PA - Projects , size: 154.856 KBytes , file_type: PDF Diagram ,
-
File: Burden Transaction.pdf
12.2.2
product: PA - Projects , size: 60.848 KBytes , file_type: PDF Diagram ,
-
File: Auto Accounting.pdf
12.1.1
product: PA - Projects , size: 143.116 KBytes , file_type: PDF Diagram ,
-
File: Burden Implementation.pdf
12.1.1
product: PA - Projects , size: 92.063 KBytes , file_type: PDF Diagram ,
-
File: PA Funding.pdf
12.2.2
product: PA - Projects , size: 58.349 KBytes , file_type: PDF Diagram ,