Search Results pa_project_retentions
Overview
The PA_PROJECT_RETENTIONS table is a core data structure within the Oracle E-Business Suite Projects module (PA). It serves as the central repository for storing summarized retention balances for projects. Retentions are a standard contractual practice in project-based industries, where a percentage of an invoice or payment is withheld by the customer until the project reaches specific milestones or completion criteria. This table enables Oracle Projects to track the cumulative amounts withheld across different currencies and funding sources, providing essential financial data for project accounting, revenue recognition, and customer billing processes. Its role is critical for maintaining accurate project financials and ensuring compliance with contractual terms.
Key Information Stored
The table stores summarized retention balances, typically aggregated by key project dimensions. While the full column list is not detailed in the provided metadata, the foreign key relationships clearly indicate the essential identifiers and currency information it holds. The primary columns include PROJECT_ID, TASK_ID, and AGREEMENT_ID, which link the retention balance to a specific project, task, and funding agreement. Crucially, the table stores amounts in multiple currency contexts, as evidenced by columns like PROJFUNC_CURRENCY_CODE, PROJECT_CURRENCY_CODE, FUNDING_CURRENCY_CODE, and INVPROC_CURRENCY_CODE. These columns, linked to the FND_CURRENCIES table, allow the system to maintain retention balances in the project functional, project, funding, and invoicing currencies, supporting multi-currency operations and reporting.
Common Use Cases and Queries
The primary use case is generating retention reports and inquiries for project managers and accountants. Users can query this table to determine the total amount currently withheld for a project, broken down by funding agreement or task. This data feeds into standard Oracle Projects reports and is essential for reconciling project receivables. A common query pattern involves joining to related master tables to retrieve descriptive information. For example:
- To view retention summaries for a specific project:
SELECT * FROM pa_project_retentions WHERE project_id = <project_id>; - To view retentions with project and agreement details:
SELECT p.segment1 project_number, a.agreement_number, pr.* FROM pa_project_retentions pr, pa_projects_all p, pa_agreements_all a WHERE pr.project_id = p.project_id AND pr.agreement_id = a.agreement_id;
This table is also integral to the retention release process, where balances are updated as retention conditions are met and payments are released.
Related Objects
PA_PROJECT_RETENTIONS has strong dependencies on several key master tables in the Projects and general ledger foundation, as defined by its foreign keys. The primary relationships are:
- PA_PROJECTS_ALL: Provides the master project definition.
- PA_TASKS: Provides the task structure within a project.
- PA_AGREEMENTS_ALL: Provides the funding agreement details against which retentions are tracked.
- FND_CURRENCIES (multiple links): Validates and provides attributes for the various currency codes used for retention amounts.
This table is likely referenced by various project accounting and invoicing views and is updated by the underlying retention calculation and processing logic within the Oracle Projects application.
-
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_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 ,
-
APPS.PA_RETENTION_PKG dependencies on PA_PROJECT_RETENTIONS
12.1.1
-
APPS.PA_RETN_BILLING_PKG dependencies on PA_PROJECT_RETENTIONS
12.1.1
-
APPS.PA_RETN_BILLING_PKG dependencies on PA_PROJECT_RETENTIONS
12.2.2
-
APPS.PA_RETENTION_PKG dependencies on PA_PROJECT_RETENTIONS
12.2.2
-
VIEW: PA.PA_PROJECT_RETENTIONS#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_PROJECT_RETENTIONS#, status:VALID,
-
SYNONYM: APPS.PA_PROJECT_RETENTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECT_RETENTIONS, status:VALID,
-
SYNONYM: APPS.PA_PROJECT_RETENTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECT_RETENTIONS, status:VALID,
-
VIEW: PA.PA_PROJECT_RETENTIONS#
12.2.2
-
TABLE: PA.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,
-
TABLE: PA.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,
-
VIEW: APPS.PA_RETN_INVOICE_DETAILS_V
12.1.1
-
VIEW: APPS.PA_RETN_INVOICE_DETAILS_V
12.2.2
-
VIEW: APPS.PA_PROJ_RETN_EVENTS_V
12.2.2
-
APPS.PA_RETENTION_PKG dependencies on PA_SUMMARY_PROJECT_RETN
12.1.1
-
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 ,
-
VIEW: APPS.PA_PROJ_RETN_EXP_V
12.2.2
-
VIEW: APPS.PA_PROJ_RETN_EXP_V
12.1.1
-
APPS.PA_RETENTION_PKG dependencies on FND_API
12.1.1
-
VIEW: APPS.PA_PROJ_RETN_DEFAULTS_V
12.1.1
-
APPS.PA_RETENTION_PKG dependencies on PA_SUMMARY_PROJECT_RETN
12.2.2
-
VIEW: APPS.PA_PROJ_RETN_EVENTS_V
12.1.1
-
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: APPS.PA_PROJ_RETN_DEFAULTS_V
12.2.2
-
View: PA_RETN_INVOICE_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RETN_INVOICE_DETAILS_V, object_name:PA_RETN_INVOICE_DETAILS_V, status:VALID, product: PA - Projects , description: 11i Retention View , implementation_dba_data: APPS.PA_RETN_INVOICE_DETAILS_V ,
-
PACKAGE BODY: APPS.PA_RETENTION_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_RETENTION_PKG, status:VALID,
-
APPS.PA_RETENTION_PKG dependencies on FND_API
12.2.2
-
Table: FND_CURRENCIES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CURRENCIES, object_name:FND_CURRENCIES, status:VALID, product: FND - Application Object Library , description: Currencies enabled for use at your site , implementation_dba_data: APPLSYS.FND_CURRENCIES ,
-
PACKAGE BODY: APPS.PA_RETN_BILLING_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_RETN_BILLING_PKG, status:VALID,
-
View: PA_RETN_INVOICE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RETN_INVOICE_DETAILS_V, object_name:PA_RETN_INVOICE_DETAILS_V, status:VALID, product: PA - Projects , description: 11i Retention View , implementation_dba_data: APPS.PA_RETN_INVOICE_DETAILS_V ,
-
PACKAGE BODY: APPS.PA_RETENTION_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_RETENTION_PKG, status:VALID,
-
Table: FND_CURRENCIES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CURRENCIES, object_name:FND_CURRENCIES, status:VALID, product: FND - Application Object Library , description: Currencies enabled for use at your site , implementation_dba_data: APPLSYS.FND_CURRENCIES ,
-
PACKAGE BODY: APPS.PA_RETN_BILLING_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_RETN_BILLING_PKG, status:VALID,
-
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_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_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_PROJ_RETN_EVENTS_V
12.1.1
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_PROJ_RETN_DEFAULTS_V
12.1.1
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: APPS.PA_RETN_INVOICE_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_RETN_INVOICE_DETAILS_V, object_name:PA_RETN_INVOICE_DETAILS_V, status:VALID,
-
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 ,
-
APPS.PA_RETENTION_PKG dependencies on PA_PROJ_RETN_RULES
12.2.2
-
APPS.PA_RETENTION_PKG dependencies on PA_PROJ_RETN_RULES
12.1.1
-
VIEW: APPS.PA_PROJ_RETN_DEFAULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_PROJ_RETN_DEFAULTS_V, object_name:PA_PROJ_RETN_DEFAULTS_V, status:VALID,
-
Table: PA_TASKS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TASKS, object_name:PA_TASKS, status:VALID, product: PA - Projects , description: User-defined subdivisions of project work , implementation_dba_data: PA.PA_TASKS ,
-
Table: PA_TASKS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_TASKS, object_name:PA_TASKS, status:VALID, product: PA - Projects , description: User-defined subdivisions of project work , implementation_dba_data: PA.PA_TASKS ,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,