Search Results pa_agreements_all
Overview
The PA_AGREEMENTS_ALL table is a core transactional entity within Oracle E-Business Suite Projects (PA) module, specifically in releases 12.1.1 and 12.2.2. It serves as the master repository for customer contracts that function as the formal basis for work authorization and project funding. As a multi-organization table, denoted by the "_ALL" suffix, it stores records for all operating units, enabling a shared services deployment model. Its primary role is to establish the contractual and financial link between a customer and one or more projects, governing revenue recognition, billing, and funding controls. The integrity of this data is critical for downstream processes in Project Costing, Project Billing, and Project Management.
Key Information Stored
The table's structure captures comprehensive contract details. The primary key is AGREEMENT_ID, a unique system-generated identifier. Essential foreign key columns define critical relationships: CUSTOMER_ID links to the customer in RA_CUSTOMERS or HZ_CUST_ACCOUNTS; AGREEMENT_TYPE references PA_AGREEMENT_TYPES for classification; and TERM_ID connects to RA_TERMS_B for standard payment terms. Other significant columns typically include AGREEMENT_NUMBER (the user-facing contract identifier), START_DATE, END_DATE, CURRENCY_CODE, and descriptive fields like DESCRIPTION. The table also contains standard Oracle EBS audit columns such as CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, and LAST_UPDATED_BY, alongside the ORG_ID to segregate data by operating unit.
Common Use Cases and Queries
This table is central to financial and contractual reporting. Common operational queries involve listing all active agreements for a specific customer, validating funding against contract ceilings, and reconciling billed amounts to agreement values. For instance, a report to show agreements and their associated projects would join PA_AGREEMENTS_ALL with PA_PROJECT_FUNDINGS. A critical control query checks total funded amounts against the agreement value to prevent over-funding. Sample SQL to retrieve key agreement details for a specific operating unit is:
- SELECT AGREEMENT_NUMBER, CUSTOMER_ID, START_DATE, END_DATE, DESCRIPTION
- FROM PA.PA_AGREEMENTS_ALL
- WHERE ORG_ID = <operating_unit_id>
- AND SYSDATE BETWEEN START_DATE AND NVL(END_DATE, SYSDATE);
This table is also fundamental for the generation of draft invoices and revenues, as the agreement defines the billable items and revenue schedules.
Related Objects
As indicated by the foreign key relationships, PA_AGREEMENTS_ALL is a pivotal hub connected to numerous other entities. It is directly referenced by funding and retention tables (PA_PROJECT_FUNDINGS, PA_SUMMARY_PROJECT_FUNDINGS, PA_PROJECT_RETENTIONS, PA_SUMMARY_PROJECT_RETN) and draft transaction tables (PA_DRAFT_INVOICES_ALL, PA_DRAFT_REVENUES_ALL). It also relates to the budget process via PA_BUDGET_VERSIONS. Externally, it integrates with Oracle Contracts (OKE) through OKE_K_FUNDING_SOURCES, where the AGREEMENT_NUMBER provides the link. Key lookup tables include PA_AGREEMENT_TYPES for agreement classification, RA_CUSTOMERS/HZ_CUST_ACCOUNTS for customer data, and RA_TERMS_B for payment terms.
-
Table: PA_AGREEMENTS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_AGREEMENTS_ALL, object_name:PA_AGREEMENTS_ALL, status:VALID, product: PA - Projects , description: Customer contracts that serve as the basis for work authorization , implementation_dba_data: PA.PA_AGREEMENTS_ALL ,
-
Table: PA_AGREEMENTS_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_AGREEMENTS_ALL, object_name:PA_AGREEMENTS_ALL, status:VALID, product: PA - Projects , description: Customer contracts that serve as the basis for work authorization , implementation_dba_data: PA.PA_AGREEMENTS_ALL ,
-
APPS.PA_INVOICE_ACTIONS dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.OKE_ALLOCATION_PVT dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PA_FP_CONTROL_ITEMS_UTILS dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PA_AGREEMENTS_PKG dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PAP_CMERGE dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PA_AGREEMENT_PUB dependencies on PA_AGREEMENTS_ALL
12.1.1
-
APPS.PA_MCB_INVOICE_PKG dependencies on PA_AGREEMENTS_ALL
12.1.1
-
APPS.PA_OUTPUT_TAX dependencies on PA_AGREEMENTS_ALL
12.1.1
-
APPS.PA_HR_AGREEMENTS dependencies on PA_AGREEMENTS_ALL
12.1.1
-
APPS.OKE_FUNDING_PUB dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PA_RETENTION_PKG dependencies on PA_AGREEMENTS_ALL
12.1.1
-
APPS.PA_FUNDING_CORE dependencies on PA_AGREEMENTS_ALL
12.1.1
-
APPS.OKE_FUNDSOURCE_PVT dependencies on PA_AGREEMENTS_ALL
12.1.1
-
APPS.PA_BILLING_AMOUNT dependencies on PA_AGREEMENTS_ALL
12.1.1
-
APPS.PA_PURGE_VALIDATE_ICIP dependencies on PA_AGREEMENTS_ALL
12.1.1
-
APPS.OKE_ALLOCATION_PVT dependencies on PA_AGREEMENTS_ALL
12.1.1
-
APPS.PA_RETN_BILLING_PKG dependencies on PA_AGREEMENTS_ALL
12.1.1
-
APPS.PA_AGREEMENT_CORE dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.OKE_FUNDSOURCE_PVT dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PA_INVOICE_CURRENCY dependencies on PA_AGREEMENTS_ALL
12.1.1
-
APPS.PA_HR_AGREEMENTS dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PA_AGREEMENT_PUB dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PA_FP_CONTROL_ITEMS_IMPACT_PKG dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PA_PURGE_VALIDATE_ICIP dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PA_FP_CI_MERGE dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PA_BUDGET_PVT dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.FV_FACTS1_GL_PKG dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PA_FIN_PLAN_PUB dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PA_FIN_PLAN_UTILS2 dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PA_AGREEMENT_CORE dependencies on PA_AGREEMENTS_ALL
12.1.1
-
APPS.PA_AGREEMENTS_PKG dependencies on PA_AGREEMENTS_ALL
12.1.1
-
APPS.PA_CUSTOMERS_CONTACTS_UTILS dependencies on PA_AGREEMENTS_ALL
12.1.1
-
APPS.PA_FP_TXN_CURRENCIES_PUB dependencies on PA_AGREEMENTS_ALL
12.1.1
-
APPS.PA_FP_WEBADI_PKG dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PA_PWP_SUMM_PKG dependencies on PA_AGREEMENTS_ALL
12.1.1
-
APPS.PJI_LAUNCH_UPP_MAIN dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PA_EVENT_CORE dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PA_AGREEMENT_PVT dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PA_EVENT_CORE dependencies on PA_AGREEMENTS_ALL
12.1.1
-
APPS.PA_FP_VIEW_PLANS_TXN_PUB dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PA_FIN_PLAN_UTILS2 dependencies on PA_AGREEMENTS_ALL
12.1.1
-
APPS.PA_BILLING dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.OKE_FUNDING_UTIL_PKG dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PA_FP_CONTROL_ITEMS_UTILS dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PA_INVOICE_CURRENCY dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PA_FP_CI_IMPLEMENT_PKG dependencies on PA_AGREEMENTS_ALL
12.2.2
-
APPS.PA_INVOICE_ACTIONS dependencies on PA_AGREEMENTS_ALL
12.1.1
-
APPS.PA_FP_CONTROL_ITEMS_IMPACT_PKG dependencies on PA_AGREEMENTS_ALL
12.1.1