Search Results batch
The PA_PURGE_PRJ_DETAILS table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical data structure within the Project Accounting (PA) module. It serves as a repository for storing detailed information related to project data purging activities. Purging in Oracle Projects is an essential administrative task that allows organizations to archive or remove obsolete project data, thereby optimizing database performance and ensuring compliance with data retention policies. This table plays a pivotal role in maintaining transactional integrity during the purge process by recording metadata about purged projects, their associated entities, and the purge execution details.
Purpose and Functionality
The primary purpose of PA_PURGE_PRJ_DETAILS is to log granular details of purged project data, ensuring traceability and auditability. When a purge process is initiated via the Purge Projects concurrent program, this table captures information such as project IDs, purge batch identifiers, timestamps, and status flags. It acts as a reference for administrators to verify which data has been purged and when, preventing accidental data loss and facilitating recovery if needed.Key Columns and Their Significance
The table comprises several important columns, including:- PURGE_BATCH_ID: A unique identifier linking all records purged in a single execution.
- PROJECT_ID: References the purged project from the PA_PROJECTS_ALL table.
- PURGE_STATUS: Indicates success, failure, or partial completion of the purge for the project.
- PURGE_DATE: Timestamp of the purge operation.
- REQUEST_ID: Ties the purge record to the concurrent request that executed it.
Integration with Other Modules
PA_PURGE_PRJ_DETAILS interacts with other Oracle EBS tables like PA_PROJECTS_ALL, PA_TRANSACTIONS_INTERFACE, and PA_EXPENDITURE_ITEMS. The purge process cascades to dependent entities (e.g., expenditures, commitments), and this table helps maintain referential integrity by documenting which child records were purged alongside their parent projects.Technical Considerations
In EBS 12.1.1 and 12.2.2, the table is part of the PA schema and is typically accessed via Oracle's standard APIs or purge concurrent programs. Administrators must ensure proper indexing on PURGE_BATCH_ID and PROJECT_ID to optimize query performance during audits or reconciliations. The table's data is retained post-purge for historical tracking but may be archived periodically to control growth.Best Practices
To leverage PA_PURGE_PRJ_DETAILS effectively:- Run the Purge Projects program in test mode first, validating entries in this table before production execution.
- Monitor table size to avoid storage issues; implement archival strategies if necessary.
- Use the data for compliance audits, correlating purge records with backup logs.
-
Lookup Type: BATCH STATUS
12.2.2
product: PA - Projects , meaning: Batch Status , description: Batch Status ,
-
Lookup Type: BATCH STATUS
12.1.1
product: PA - Projects , meaning: Batch Status , description: Batch Status ,
-
Lookup Type: MASS_UPDATE_BATCH_STATUS
12.1.1
product: PA - Projects , meaning: Mass Update Batch Status , description: Mass_Update_Batch_Status ,
-
Lookup Type: MASS_UPDATE_BATCH_STATUS
12.2.2
product: PA - Projects , meaning: Mass Update Batch Status , description: Mass_Update_Batch_Status ,
-
Lookup Type: MASS_UPDATE_REJECTION_CODE
12.1.1
product: PA - Projects , meaning: Mass Update Rejection Code , description: Mass_Update_Rejection_Code ,
-
Lookup Type: MASS_UPDATE_REJECTION_CODE
12.2.2
product: PA - Projects , meaning: Mass Update Rejection Code , description: Mass_Update_Rejection_Code ,
-
Lookup Type: PROJECTS INVOICES
12.1.1
product: PA - Projects , meaning: Invoice Batch Source , description: Invoice Batch Source ,
-
Lookup Type: PA Internal Invoices
12.1.1
product: PA - Projects , meaning: Intercompany Batch Source , description: Intercompany Batch Source ,
-
Lookup Type: PA Internal Invoices
12.2.2
product: PA - Projects , meaning: Intercompany Batch Source , description: Intercompany Batch Source ,
-
Lookup Type: PROJECTS INVOICES
12.2.2
product: PA - Projects , meaning: Invoice Batch Source , description: Invoice Batch Source ,
-
Lookup Type: PURGE_BATCH_TYPE
12.2.2
product: PA - Projects , meaning: Purge Batch Type , description: Batch types ,
-
Lookup Type: PURGE_BATCH_TYPE
12.1.1
product: PA - Projects , meaning: Purge Batch Type , description: Batch types ,
-
Concurrent Program: PAXPCEGS_XML
12.1.1
product: PA - Projects , user_name: AUD: Expenditure Batch Status (XML) , description: Expenditure Batch Status , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: PAXPCEGS_XML
12.2.2
product: PA - Projects , user_name: AUD: Expenditure Batch Status (XML) , description: Expenditure Batch Status , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: PAXPCEGS
12.1.1
execution_filename: PAXPCEGS , product: PA - Projects , user_name: PAXPCEGS , description: Expenditure Group Status , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: PAXPCEGS
12.2.2
execution_filename: PAXPCEGS , product: PA - Projects , user_name: PAXPCEGS , description: Expenditure Group Status , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: PA_CAPITAL_LABELS
12.2.2
product: PA - Projects , meaning: Capitalized Interest Labels ,
-
Table: PA_PURGE_PRJ_DETAILS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PURGE_PRJ_DETAILS, object_name:PA_PURGE_PRJ_DETAILS, status:VALID, product: PA - Projects , description: Purged details for projects in a purge batch , implementation_dba_data: PA.PA_PURGE_PRJ_DETAILS ,
-
Table: PA_PURGE_PRJ_DETAILS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PURGE_PRJ_DETAILS, object_name:PA_PURGE_PRJ_DETAILS, status:VALID, product: PA - Projects , description: Purged details for projects in a purge batch , implementation_dba_data: PA.PA_PURGE_PRJ_DETAILS ,
-
Lookup Type: PA_CAPITAL_LABELS
12.1.1
product: PA - Projects , meaning: Capitalized Interest Labels ,
-
Table: PA_PAY_SOURCE_AMOUNTS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PAY_SOURCE_AMOUNTS_ALL, object_name:PA_PAY_SOURCE_AMOUNTS_ALL, status:VALID, product: PA - Projects , description: PA_PAY_SOURCE_AMOUNTS_ALL stores the source pool of all pay amounts that are interfaced to Oracle Projects in each batch. , implementation_dba_data: PA.PA_PAY_SOURCE_AMOUNTS_ALL ,
-
Table: PA_PAY_PROJ_STATUS_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PAY_PROJ_STATUS_ALL, object_name:PA_PAY_PROJ_STATUS_ALL, status:VALID, product: PA - Projects , description: PA_PAY_PROJ_STATUS_ALL stores the details of the payroll batch that is interfaced Oracle Projects . , implementation_dba_data: PA.PA_PAY_PROJ_STATUS_ALL ,
-
Table: PA_PURGE_BATCHES_ALL
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PURGE_BATCHES_ALL, object_name:PA_PURGE_BATCHES_ALL, status:VALID, product: PA - Projects , description: Purge batch information , implementation_dba_data: PA.PA_PURGE_BATCHES_ALL ,
-
Lookup Type: PURGE_BATCH_STATUS
12.1.1
product: PA - Projects , meaning: Purge Batch Status , description: Statuses for purge batches ,
-
Lookup Type: PURGE_BATCH_STATUS
12.2.2
product: PA - Projects , meaning: Purge Batch Status , description: Statuses for purge batches ,
-
Table: PA_PURGE_BATCHES_ALL
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PURGE_BATCHES_ALL, object_name:PA_PURGE_BATCHES_ALL, status:VALID, product: PA - Projects , description: Purge batch information , implementation_dba_data: PA.PA_PURGE_BATCHES_ALL ,
-
Table: PA_PURGE_PROJECT_ERRORS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PURGE_PROJECT_ERRORS, object_name:PA_PURGE_PROJECT_ERRORS, status:VALID, product: PA - Projects , description: Validation errors for projects in a purge batch , implementation_dba_data: PA.PA_PURGE_PROJECT_ERRORS ,
-
Table: PA_PURGE_PROJECT_ERRORS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PURGE_PROJECT_ERRORS, object_name:PA_PURGE_PROJECT_ERRORS, status:VALID, product: PA - Projects , description: Validation errors for projects in a purge batch , implementation_dba_data: PA.PA_PURGE_PROJECT_ERRORS ,
-
Table: PA_PURGE_PROJECT_DETAILS
12.1.1
product: PA - Projects , description: Purged details for projects in a purge batch , implementation_dba_data: Not implemented in this database ,
-
Table: PA_PURGE_PROJECT_DETAILS
12.2.2
product: PA - Projects , description: Purged details for projects in a purge batch , implementation_dba_data: Not implemented in this database ,
-
Table: PA_PURGE_PROJECTS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PURGE_PROJECTS, object_name:PA_PURGE_PROJECTS, status:VALID, product: PA - Projects , description: Information on projects to be purged in a purge batch , implementation_dba_data: PA.PA_PURGE_PROJECTS ,
-
Table: PA_PURGE_PROJECTS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_PURGE_PROJECTS, object_name:PA_PURGE_PROJECTS, status:VALID, product: PA - Projects , description: Information on projects to be purged in a purge batch , implementation_dba_data: PA.PA_PURGE_PROJECTS ,
-
View: PA_SRS_REV_BATCH_NAME_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_SRS_REV_BATCH_NAME_V, object_name:PA_SRS_REV_BATCH_NAME_V, status:VALID, product: PA - Projects , description: View used by SRS to select Journal Entry Batch names in GL created by Revenue programs - Retrofitted , implementation_dba_data: APPS.PA_SRS_REV_BATCH_NAME_V ,
-
View: PA_SRS_COST_BATCH_NAME_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_SRS_COST_BATCH_NAME_V, object_name:PA_SRS_COST_BATCH_NAME_V, status:VALID, product: PA - Projects , description: View used by SRS to select Journal Entry Batch names in GL created by Costing programs - Retrofitted , implementation_dba_data: APPS.PA_SRS_COST_BATCH_NAME_V ,
-
View: PA_SRS_COST_BATCH_NAME_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_SRS_COST_BATCH_NAME_V, object_name:PA_SRS_COST_BATCH_NAME_V, status:VALID, product: PA - Projects , description: View used by SRS to select Journal Entry Batch names in GL created by Costing programs - Retrofitted , implementation_dba_data: APPS.PA_SRS_COST_BATCH_NAME_V ,
-
View: PA_SRS_REV_BATCH_NAME_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_SRS_REV_BATCH_NAME_V, object_name:PA_SRS_REV_BATCH_NAME_V, status:VALID, product: PA - Projects , description: View used by SRS to select Journal Entry Batch names in GL created by Revenue programs - Retrofitted , implementation_dba_data: APPS.PA_SRS_REV_BATCH_NAME_V ,
-
Lookup Type: LIST OF VALUES
12.2.2
product: PA - Projects , meaning: List Of Values , description: List Of Values ,
-
Lookup Type: LIST OF VALUES
12.1.1
product: PA - Projects , meaning: List Of Values , description: List Of Values ,
-
View: PA_MU_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_MU_DETAILS_V, object_name:PA_MU_DETAILS_V, status:VALID, product: PA - Projects , description: View to display detail information for batch created for mass update of a project/task attribute. - Retrofitted , implementation_dba_data: APPS.PA_MU_DETAILS_V ,
-
View: PA_MU_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_MU_DETAILS_V, object_name:PA_MU_DETAILS_V, status:VALID, product: PA - Projects , description: View to display detail information for batch created for mass update of a project/task attribute. - Retrofitted , implementation_dba_data: APPS.PA_MU_DETAILS_V ,
-
Lookup Type: PURGE_VALIDATION_ERRORS
12.2.2
product: PA - Projects , meaning: Purge Validation Errors , description: Validation errors ,
-
Lookup Type: PURGE_VALIDATION_ERRORS
12.1.1
product: PA - Projects , meaning: Purge Validation Errors , description: Validation errors ,
-
View: PA_GL_COST_AUDIT_REP_MRC_V
12.1.1
product: PA - Projects , description: View for Cost Audit by GL Account showing the Cost Distribution Lines and the corresponding entries in Oracle General Ledger. This view shows the cost transactions in Oracle Projects and the corresponding GL Journal Entry batch numbers and , implementation_dba_data: Not implemented in this database ,
-
View: PA_GL_COST_AUDIT_REP_MRC_V
12.2.2
product: PA - Projects , description: View for Cost Audit by GL Account showing the Cost Distribution Lines and the corresponding entries in Oracle General Ledger. This view shows the cost transactions in Oracle Projects and the corresponding GL Journal Entry batch numbers and , implementation_dba_data: Not implemented in this database ,
-
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: 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 ,