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 ,
-
Table: PA_SUMMARY_PROJECT_FUNDINGS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SUMMARY_PROJECT_FUNDINGS, object_name:PA_SUMMARY_PROJECT_FUNDINGS, status:VALID, product: PA - Projects , description: Summary funding amounts allocated from agreements to projects and tasks , implementation_dba_data: PA.PA_SUMMARY_PROJECT_FUNDINGS ,
-
Table: PA_SUMMARY_PROJECT_FUNDINGS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SUMMARY_PROJECT_FUNDINGS, object_name:PA_SUMMARY_PROJECT_FUNDINGS, status:VALID, product: PA - Projects , description: Summary funding amounts allocated from agreements to projects and tasks , implementation_dba_data: PA.PA_SUMMARY_PROJECT_FUNDINGS ,
-
Table: PA_PROJECT_FUNDINGS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_FUNDINGS, object_name:PA_PROJECT_FUNDINGS, status:VALID, product: PA - Projects , description: Incremental amounts of allocated funds from agreements to projects and tasks , implementation_dba_data: PA.PA_PROJECT_FUNDINGS ,
-
Table: PA_PROJECT_RETENTIONS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_RETENTIONS, object_name:PA_PROJECT_RETENTIONS, status:VALID, product: PA - Projects , description: PA_PROJECT_RETENTIONS stores retention summary balances. , implementation_dba_data: PA.PA_PROJECT_RETENTIONS ,
-
Table: PA_AGREEMENT_TYPES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_AGREEMENT_TYPES, object_name:PA_AGREEMENT_TYPES, status:VALID, product: PA - Projects , description: Implementation-defined classifications of customer agreements , implementation_dba_data: PA.PA_AGREEMENT_TYPES ,
-
Table: PA_AGREEMENT_TYPES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_AGREEMENT_TYPES, object_name:PA_AGREEMENT_TYPES, status:VALID, product: PA - Projects , description: Implementation-defined classifications of customer agreements , implementation_dba_data: PA.PA_AGREEMENT_TYPES ,
-
Table: PA_DRAFT_REVENUES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DRAFT_REVENUES_ALL, object_name:PA_DRAFT_REVENUES_ALL, status:VALID, product: PA - Projects , description: Information about draft revenue generated for projects , implementation_dba_data: PA.PA_DRAFT_REVENUES_ALL ,
-
Table: PA_DRAFT_REVENUES_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DRAFT_REVENUES_ALL, object_name:PA_DRAFT_REVENUES_ALL, status:VALID, product: PA - Projects , description: Information about draft revenue generated for projects , implementation_dba_data: PA.PA_DRAFT_REVENUES_ALL ,
-
Table: PA_PROJECT_FUNDINGS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_FUNDINGS, object_name:PA_PROJECT_FUNDINGS, status:VALID, product: PA - Projects , description: Incremental amounts of allocated funds from agreements to projects and tasks , implementation_dba_data: PA.PA_PROJECT_FUNDINGS ,
-
View: PABV_CUSTOMER_AGREEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_CUSTOMER_AGREEMENTS, object_name:PABV_CUSTOMER_AGREEMENTS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_CUSTOMER_AGREEMENTS ,
-
View: PABV_CUSTOMER_AGREEMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_CUSTOMER_AGREEMENTS, object_name:PABV_CUSTOMER_AGREEMENTS, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_CUSTOMER_AGREEMENTS ,
-
Table: PA_SUMMARY_PROJECT_RETN
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SUMMARY_PROJECT_RETN, object_name:PA_SUMMARY_PROJECT_RETN, status:VALID, product: PA - Projects , description: PA_SUMMARY_PROJECT_RETN stores summary retention amounts calculated based on retention and retention billing setup at the project or top task level. These amounts are the summary amounts of the detailed retention records. These amounts are , implementation_dba_data: PA.PA_SUMMARY_PROJECT_RETN ,
-
Table: PA_PROJECT_RETENTIONS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PROJECT_RETENTIONS, object_name:PA_PROJECT_RETENTIONS, status:VALID, product: PA - Projects , description: PA_PROJECT_RETENTIONS stores retention summary balances. , implementation_dba_data: PA.PA_PROJECT_RETENTIONS ,
-
Table: PA_SUMMARY_PROJECT_RETN
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SUMMARY_PROJECT_RETN, object_name:PA_SUMMARY_PROJECT_RETN, status:VALID, product: PA - Projects , description: PA_SUMMARY_PROJECT_RETN stores summary retention amounts calculated based on retention and retention billing setup at the project or top task level. These amounts are the summary amounts of the detailed retention records. These amounts are , implementation_dba_data: PA.PA_SUMMARY_PROJECT_RETN ,
-
View: PA_XLA_AGREEMENT_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_AGREEMENT_REF_V, object_name:PA_XLA_AGREEMENT_REF_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_AGREEMENT_REF_V ,
-
View: PAFV_FUNDINGS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_FUNDINGS, object_name:PAFV_FUNDINGS, status:VALID, product: PA - Projects , description: Business view to show information about the incremental allocation of agreement funds to projects. , implementation_dba_data: APPS.PAFV_FUNDINGS ,
-
Table: PA_DRAFT_INVOICES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DRAFT_INVOICES_ALL, object_name:PA_DRAFT_INVOICES_ALL, status:VALID, product: PA - Projects , description: Information about draft invoices generated for projects , implementation_dba_data: PA.PA_DRAFT_INVOICES_ALL ,
-
View: PA_AGREEMENTS_AMG_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AGREEMENTS_AMG_V, object_name:PA_AGREEMENTS_AMG_V, status:VALID, product: PA - Projects , description: This Single-Org view based on PA_AGREEMENTS_ALL table, stores information about legally binding documents from customers that serve as the basis of work authorization for projects , implementation_dba_data: APPS.PA_AGREEMENTS_AMG_V ,
-
View: PAFV_FUNDINGS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_FUNDINGS, object_name:PAFV_FUNDINGS, status:VALID, product: PA - Projects , description: Business view to show information about the incremental allocation of agreement funds to projects. , implementation_dba_data: APPS.PAFV_FUNDINGS ,
-
View: PA_XLA_AGREEMENT_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_AGREEMENT_REF_V, object_name:PA_XLA_AGREEMENT_REF_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_AGREEMENT_REF_V ,
-
View: PA_AGREEMENTS
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_AGREEMENTS_AMG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AGREEMENTS_AMG_V, object_name:PA_AGREEMENTS_AMG_V, status:VALID, product: PA - Projects , description: This Single-Org view based on PA_AGREEMENTS_ALL table, stores information about legally binding documents from customers that serve as the basis of work authorization for projects , implementation_dba_data: APPS.PA_AGREEMENTS_AMG_V ,
-
Table: PA_DRAFT_INVOICES_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_DRAFT_INVOICES_ALL, object_name:PA_DRAFT_INVOICES_ALL, status:VALID, product: PA - Projects , description: Information about draft invoices generated for projects , implementation_dba_data: PA.PA_DRAFT_INVOICES_ALL ,
-
View: PAFV_CUSTOMER_AGREEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CUSTOMER_AGREEMENTS, object_name:PAFV_CUSTOMER_AGREEMENTS, status:VALID, product: PA - Projects , description: Business view to show information about the customer agreements. , implementation_dba_data: APPS.PAFV_CUSTOMER_AGREEMENTS ,
-
View: PA_AGREEMENTS_O
12.1.1
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_AGREEMENTS
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PA_AGREEMENTS_O
12.2.2
product: PA - Projects , description: Single-Org , implementation_dba_data: Not implemented in this database ,
-
View: PAFV_CUSTOMER_AGREEMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CUSTOMER_AGREEMENTS, object_name:PAFV_CUSTOMER_AGREEMENTS, status:VALID, product: PA - Projects , description: Business view to show information about the customer agreements. , implementation_dba_data: APPS.PAFV_CUSTOMER_AGREEMENTS ,
-
View: PA_FUND_REVAL_AUDITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FUND_REVAL_AUDITS_V, object_name:PA_FUND_REVAL_AUDITS_V, status:VALID, product: PA - Projects , description: To list the funding revaluation components in the audit report , implementation_dba_data: APPS.PA_FUND_REVAL_AUDITS_V ,
-
View: PA_FUND_REVAL_AUDITS_REP_MRC_V
12.1.1
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJ_RETN_EXP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_RETN_EXP_V, object_name:PA_PROJ_RETN_EXP_V, status:VALID, product: PA - Projects , description: Stores retention expenditure rules , implementation_dba_data: APPS.PA_PROJ_RETN_EXP_V ,
-
View: PA_PROJ_RETN_DEFAULTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_RETN_DEFAULTS_V, object_name:PA_PROJ_RETN_DEFAULTS_V, status:VALID, product: PA - Projects , description: Stores retention defaults rules , implementation_dba_data: APPS.PA_PROJ_RETN_DEFAULTS_V ,
-
View: PA_PROJ_FUND_REVAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_FUND_REVAL_V, object_name:PA_PROJ_FUND_REVAL_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_FUND_REVAL_V ,
-
View: PA_DRAFT_REVENUES_FORM_MRC_V
12.2.2
product: PA - Projects , description: This will select data from pa_draft_revenues, pa_mc_draft_revs_all, pa_draft_revenue_items, pa_agreements_all , implementation_dba_data: Not implemented in this database ,
-
Table: PA_BUDGET_VERSIONS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_VERSIONS, object_name:PA_BUDGET_VERSIONS, status:VALID, product: PA - Projects , description: Versions of project budgets , implementation_dba_data: PA.PA_BUDGET_VERSIONS ,
-
View: PA_FUND_REVAL_AUDITS_REP_MRC_V
12.2.2
product: PA - Projects , implementation_dba_data: Not implemented in this database ,
-
View: PA_PROJ_FUND_REVAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_FUND_REVAL_V, object_name:PA_PROJ_FUND_REVAL_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_PROJ_FUND_REVAL_V ,
-
View: PA_PROJ_RETN_EVENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_RETN_EVENTS_V, object_name:PA_PROJ_RETN_EVENTS_V, status:VALID, product: PA - Projects , description: Stores retention events rules , implementation_dba_data: APPS.PA_PROJ_RETN_EVENTS_V ,
-
View: PA_XLA_INVOICE_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_XLA_INVOICE_REF_V, object_name:PA_XLA_INVOICE_REF_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_XLA_INVOICE_REF_V ,
-
View: PA_PROJ_RETN_EXP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_RETN_EXP_V, object_name:PA_PROJ_RETN_EXP_V, status:VALID, product: PA - Projects , description: Stores retention expenditure rules , implementation_dba_data: APPS.PA_PROJ_RETN_EXP_V ,
-
View: PA_FUND_REVAL_AUDITS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_FUND_REVAL_AUDITS_V, object_name:PA_FUND_REVAL_AUDITS_V, status:VALID, product: PA - Projects , description: To list the funding revaluation components in the audit report , implementation_dba_data: APPS.PA_FUND_REVAL_AUDITS_V ,
-
View: PA_DRAFT_REVENUES_FORM_MRC_V
12.1.1
product: PA - Projects , description: This will select data from pa_draft_revenues, pa_mc_draft_revs_all, pa_draft_revenue_items, pa_agreements_all , implementation_dba_data: Not implemented in this database ,
-
View: PAFV_CUSTOMER_INVOICES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CUSTOMER_INVOICES, object_name:PAFV_CUSTOMER_INVOICES, status:VALID, product: PA - Projects , description: Business view to show information about the draft invoices generated by the projects. , implementation_dba_data: APPS.PAFV_CUSTOMER_INVOICES ,
-
View: PA_SUMMARY_PROJECT_RETNS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_SUMMARY_PROJECT_RETNS_V, object_name:PA_SUMMARY_PROJECT_RETNS_V, status:VALID, product: PA - Projects , description: Stores retention summary amounts , implementation_dba_data: APPS.PA_SUMMARY_PROJECT_RETNS_V ,
-
View: PA_SUMMARY_PROJECT_RETNS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_SUMMARY_PROJECT_RETNS_V, object_name:PA_SUMMARY_PROJECT_RETNS_V, status:VALID, product: PA - Projects , description: Stores retention summary amounts , implementation_dba_data: APPS.PA_SUMMARY_PROJECT_RETNS_V ,
-
Table: PA_BUDGET_VERSIONS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_BUDGET_VERSIONS, object_name:PA_BUDGET_VERSIONS, status:VALID, product: PA - Projects , description: Versions of project budgets , implementation_dba_data: PA.PA_BUDGET_VERSIONS ,
-
View: PA_MULTI_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_MULTI_CUSTOMERS_V, object_name:PA_MULTI_CUSTOMERS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_MULTI_CUSTOMERS_V ,
-
View: PA_MULTI_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_MULTI_CUSTOMERS_V, object_name:PA_MULTI_CUSTOMERS_V, status:VALID, product: PA - Projects , description: 10SC Only , implementation_dba_data: APPS.PA_MULTI_CUSTOMERS_V ,