Search Results pa_agreement_types
Overview
The PA_AGREEMENT_TYPES table is a core reference table within the Oracle E-Business Suite Projects module (PA). It serves as a master repository for implementation-defined classifications used to categorize customer agreements. These classifications are critical for organizing and managing the contractual framework under which projects are executed. The table's role is to provide a controlled, validated list of agreement type codes that can be consistently applied across the system, ensuring data integrity and standardization in project setup, billing, and revenue recognition processes.
Key Information Stored
The primary data stored in this table is the agreement type classification itself. While the full column list is not detailed in the provided metadata, the structure is defined by its primary and foreign key relationships. The central column is AGREEMENT_TYPE, which serves as the primary key. This column holds the unique, user-defined code that identifies each agreement classification (e.g., 'FIXED_PRICE', 'TIME_MATERIALS', 'RETAINER'). The table also contains a column named TERM_ID, which establishes a foreign key relationship to the Receivables module (RA_TERMS_B), linking an agreement type to specific payment terms. Other typical columns in such reference tables would include descriptive fields like NAME or DESCRIPTION, enabled flags, and creation/update audit columns.
Common Use Cases and Queries
The primary use case is to validate and report on the types of agreements governing projects. It is essential during the creation of a project agreement in the PA_AGREEMENTS_ALL table, where the AGREEMENT_TYPE value must exist in PA_AGREEMENT_TYPES. Common reporting requirements include listing all configured agreement types and their associated payment terms, or analyzing the distribution of projects by agreement type. A typical query would join to the main agreements table:
- Listing Active Agreement Types:
SELECT agreement_type, name FROM pa_agreement_types WHERE enabled_flag = 'Y' ORDER BY 1; - Joining to Project Agreements:
SELECT pat.agreement_type, pat.name, paa.agreement_num FROM pa_agreement_types pat, pa_agreements_all paa WHERE pat.agreement_type = paa.agreement_type;
Related Objects
PA_AGREEMENT_TYPES is centrally linked to other key objects in the Projects and Receivables modules, as documented by its foreign key constraints.
- PA_AGREEMENTS_ALL: This is the primary transactional table. Each record in PA_AGREEMENTS_ALL references an agreement type via its
AGREEMENT_TYPEcolumn, which is a foreign key toPA_AGREEMENT_TYPES.AGREEMENT_TYPE. - RA_TERMS_B: A table from Oracle Receivables (AR). The
PA_AGREEMENT_TYPES.TERM_IDcolumn is a foreign key toRA_TERMS_B.TERM_ID, linking the agreement classification to standard invoicing payment terms.
-
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_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 ,
-
APPS.PA_AGREEMENT_CORE dependencies on PA_AGREEMENT_TYPES
12.1.1
-
APPS.OKE_AGREEMENT_PVT dependencies on PA_AGREEMENT_TYPES
12.1.1
-
APPS.PA_AGREEMENT_TYPES_PKG dependencies on PA_AGREEMENT_TYPES
12.1.1
-
APPS.GMS_AWARD_PVT dependencies on PA_AGREEMENT_TYPES
12.2.2
-
APPS.GMS_AWARD_PVT dependencies on PA_AGREEMENT_TYPES
12.1.1
-
APPS.PA_AGREEMENT_TYPES_PKG dependencies on PA_AGREEMENT_TYPES
12.2.2
-
APPS.PA_AGREEMENT_CORE dependencies on PA_AGREEMENT_TYPES
12.2.2
-
APPS.OKE_AGREEMENT_PVT dependencies on PA_AGREEMENT_TYPES
12.2.2
-
VIEW: PA.PA_AGREEMENT_TYPES#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_AGREEMENT_TYPES#, status:VALID,
-
VIEW: APPS.PA_TERMS_LOV_V
12.1.1
-
VIEW: APPS.PA_AGREEMENT_TYPE_LOV_V
12.1.1
-
VIEW: APPS.PA_TERMS_LOV_V
12.2.2
-
SYNONYM: APPS.PA_AGREEMENT_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_AGREEMENT_TYPES, status:VALID,
-
APPS.PA_AGREEMENT_CORE dependencies on RA_TERMS
12.1.1
-
VIEW: APPS.PABV_CUSTOMER_AGREEMENT_TYPES
12.2.2
-
SYNONYM: APPS.PA_AGREEMENT_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_AGREEMENT_TYPES, status:VALID,
-
VIEW: APPS.PA_AGREEMENT_TYPE_LOV_V
12.2.2
-
VIEW: APPS.PABV_CUSTOMER_AGREEMENT_TYPES
12.1.1
-
VIEW: APPS.PAFV_CUSTOMER_AGREEMENT_TYPES
12.1.1
-
VIEW: APPS.PAFV_CUSTOMER_AGREEMENT_TYPES
12.2.2
-
VIEW: PA.PA_AGREEMENT_TYPES#
12.2.2
-
APPS.PA_AGREEMENT_CORE dependencies on RA_TERMS
12.2.2
-
VIEW: APPS.PAFV_CUSTOMER_AGREEMENTS
12.1.1
-
TABLE: PA.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,
-
APPS.PA_AGREEMENT_TYPES_PKG SQL Statements
12.2.2
-
APPS.PA_AGREEMENT_TYPES_PKG SQL Statements
12.1.1
-
TABLE: PA.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,
-
VIEW: APPS.PAFV_CUSTOMER_AGREEMENTS
12.2.2
-
View: PABV_CUSTOMER_AGREEMENT_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_CUSTOMER_AGREEMENT_TYPES, object_name:PABV_CUSTOMER_AGREEMENT_TYPES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_CUSTOMER_AGREEMENT_TYPES ,
-
View: PA_TERMS_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TERMS_LOV_V, object_name:PA_TERMS_LOV_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TERMS_LOV_V ,
-
View: PAFV_CUSTOMER_AGREEMENT_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CUSTOMER_AGREEMENT_TYPES, object_name:PAFV_CUSTOMER_AGREEMENT_TYPES, status:VALID, product: PA - Projects , description: Business view to show information about the various customer agreements possible , implementation_dba_data: APPS.PAFV_CUSTOMER_AGREEMENT_TYPES ,
-
PACKAGE BODY: APPS.PA_AGREEMENT_TYPES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_AGREEMENT_TYPES_PKG, status:VALID,
-
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_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 ,
-
View: PAFV_CUSTOMER_AGREEMENT_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CUSTOMER_AGREEMENT_TYPES, object_name:PAFV_CUSTOMER_AGREEMENT_TYPES, status:VALID, product: PA - Projects , description: Business view to show information about the various customer agreements possible , implementation_dba_data: APPS.PAFV_CUSTOMER_AGREEMENT_TYPES ,
-
View: PA_TERMS_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TERMS_LOV_V, object_name:PA_TERMS_LOV_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_TERMS_LOV_V ,
-
View: PA_AGREEMENT_TYPE_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AGREEMENT_TYPE_LOV_V, object_name:PA_AGREEMENT_TYPE_LOV_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_AGREEMENT_TYPE_LOV_V ,
-
View: PABV_CUSTOMER_AGREEMENT_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_CUSTOMER_AGREEMENT_TYPES, object_name:PABV_CUSTOMER_AGREEMENT_TYPES, status:VALID, product: PA - Projects , description: - Retrofitted , implementation_dba_data: APPS.PABV_CUSTOMER_AGREEMENT_TYPES ,
-
View: PA_AGREEMENT_TYPE_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AGREEMENT_TYPE_LOV_V, object_name:PA_AGREEMENT_TYPE_LOV_V, status:VALID, product: PA - Projects , implementation_dba_data: APPS.PA_AGREEMENT_TYPE_LOV_V ,
-
PACKAGE BODY: APPS.PA_AGREEMENT_CORE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_AGREEMENT_CORE, status:VALID,
-
PACKAGE BODY: APPS.PA_AGREEMENT_TYPES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_AGREEMENT_TYPES_PKG, status:VALID,
-
PACKAGE BODY: APPS.PA_AGREEMENT_CORE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_AGREEMENT_CORE, status:VALID,
-
PACKAGE BODY: APPS.OKE_AGREEMENT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_AGREEMENT_PVT, status:VALID,
-
VIEW: APPS.PABV_CUSTOMER_AGREEMENT_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PABV_CUSTOMER_AGREEMENT_TYPES, object_name:PABV_CUSTOMER_AGREEMENT_TYPES, status:VALID,
-
Table: RA_TERMS_B
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_TERMS_B, object_name:RA_TERMS_B, status:VALID, product: AR - Receivables , description: Payment Term information , implementation_dba_data: AR.RA_TERMS_B ,
-
VIEW: APPS.PA_TERMS_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_TERMS_LOV_V, object_name:PA_TERMS_LOV_V, status:VALID,
-
VIEW: APPS.PA_AGREEMENT_TYPE_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AGREEMENT_TYPE_LOV_V, object_name:PA_AGREEMENT_TYPE_LOV_V, status:VALID,
-
PACKAGE BODY: APPS.OKE_AGREEMENT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_AGREEMENT_PVT, status:VALID,