Search Results nosql database server list
The PO_PURGE_RECEIPT_LIST
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 plays a critical role in the procurement module, specifically in the purging of receipt-related data. This table is part of the Purchase Order (PO) module's data retention and archival strategy, ensuring that obsolete or unnecessary receipt records are systematically removed from the database to optimize performance and comply with data retention policies. Below is a detailed analysis of its structure, purpose, and integration within Oracle EBS.
Purpose and Functionality
ThePO_PURGE_RECEIPT_LIST
table acts as a staging or intermediary table during the purging process of receipt data. It stores a list of receipts that are candidates for purging based on predefined criteria such as aging thresholds, closed status, or organizational retention policies. The table is primarily utilized by the POXPURGE
concurrent program, which executes the purging logic. By maintaining a separate list of receipts marked for purging, Oracle EBS ensures transactional integrity and provides an audit trail before permanent deletion.
Table Structure
The table typically includes columns that capture key identifiers and metadata related to receipts, such as:RECEIPT_ID
: The unique identifier of the receipt record.PURGE_BATCH_ID
: A reference to the batch or session under which the purging is executed.STATUS
: Indicates whether the receipt is marked for purging, in progress, or purged.CREATION_DATE
: The date when the record was added to the purge list.LAST_UPDATE_DATE
: The timestamp of the last modification to the record.
Integration with Purging Workflow
The purging process in Oracle EBS involves multiple steps, andPO_PURGE_RECEIPT_LIST
is central to this workflow:
- Identification: The system identifies receipts eligible for purging based on criteria like closed status, no pending approvals, or exceeding retention periods.
- Staging: Eligible receipts are inserted into
PO_PURGE_RECEIPT_LIST
with a status of "Pending" or "Marked." - Validation: Before deletion, the system validates dependencies (e.g., invoices, inventory transactions) to ensure no referential integrity violations.
- Execution: Validated receipts are purged, and their status in the table is updated to "Purged."
Technical Considerations
In EBS 12.1.1 and 12.2.2, the table is part of thePO
schema and is rarely modified directly by users. Administrators may query it to monitor purging progress or troubleshoot failures. Performance tuning, such as indexing on RECEIPT_ID
or PURGE_BATCH_ID
, is recommended for large-scale implementations. The table's data is typically transient, with records deleted post-purge or archived for compliance.
Conclusion
ThePO_PURGE_RECEIPT_LIST
table is a vital component of Oracle EBS's data lifecycle management, enabling efficient and auditable purging of receipt data. Its design supports scalability and transactional safety, aligning with Oracle's best practices for procurement module maintenance. Understanding its role helps administrators optimize purging processes and maintain system performance in high-volume environments.
-
Lookup Type: NOTIFICATION LIST
12.2.2
product: PO - Purchasing , meaning: Notification List Messages , description: Notification List Messages ,
-
Lookup Type: NOTIFICATION LIST
12.1.1
product: PO - Purchasing , meaning: Notification List Messages , description: Notification List Messages ,
-
Table: PO_PURGE_RECEIPT_LIST
12.1.1
product: PO - Purchasing , description: Receiving candidates list for purge process. Temporary table. , implementation_dba_data: Not implemented in this database ,
-
Table: PO_PURGE_RECEIPT_LIST
12.2.2
product: PO - Purchasing , description: Receiving candidates list for purge process. Temporary table. , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: LINE PRICE TYPE
12.1.1
product: PO - Purchasing , meaning: Line Price Types for Reports , description: Line Price Types for Reports ,
-
Lookup Type: LINE PRICE TYPE
12.2.2
product: PO - Purchasing , meaning: Line Price Types for Reports , description: Line Price Types for Reports ,
-
Concurrent Program: POASLUPG
12.2.2
execution_filename: POASLUPG , product: PO - Purchasing , user_name: ASL Upgrade , description: Upgrade Autosource Rules to Approved Supplier List and Sourcing Rules , argument_method: Standard , enabled: Yes , execution_method: SQL*Plus ,
-
Concurrent Program: POASLUPG
12.1.1
execution_filename: POASLUPG , product: PO - Purchasing , user_name: ASL Upgrade , description: Upgrade Autosource Rules to Approved Supplier List and Sourcing Rules , argument_method: Standard , enabled: Yes , execution_method: SQL*Plus ,
-
Lookup Type: MASSCANCEL OPTION
12.1.1
product: PO - Purchasing , meaning: List of options executed for masscancel. , description: List of options executed for masscancel. ,
-
Lookup Type: MASSCANCEL OPTION
12.2.2
product: PO - Purchasing , meaning: List of options executed for masscancel. , description: List of options executed for masscancel. ,
-
Lookup Type: DOCUMENT
12.2.2
product: PO - Purchasing , meaning: List objects that can be cancelled or masscancelled. , description: List objects that can be cancelled or masscancelled. ,
-
Lookup Type: DOCUMENT
12.1.1
product: PO - Purchasing , meaning: List objects that can be cancelled or masscancelled. , description: List objects that can be cancelled or masscancelled. ,
-
Table: PO_ASL_DOCUMENTS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_ASL_DOCUMENTS, object_name:PO_ASL_DOCUMENTS, status:VALID, product: PO - Purchasing , description: Approved supplier list documents , implementation_dba_data: PO.PO_ASL_DOCUMENTS ,
-
Table: PO_ASL_ATTRIBUTES
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_ASL_ATTRIBUTES, object_name:PO_ASL_ATTRIBUTES, status:VALID, product: PO - Purchasing , description: Approved supplier list attributes , implementation_dba_data: PO.PO_ASL_ATTRIBUTES ,
-
Table: PO_ASL_STATUS_RULES
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_ASL_STATUS_RULES, object_name:PO_ASL_STATUS_RULES, status:VALID, product: PO - Purchasing , description: Approved supplier list status rules , implementation_dba_data: PO.PO_ASL_STATUS_RULES ,
-
Table: PO_ASL_ATTRIBUTES
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_ASL_ATTRIBUTES, object_name:PO_ASL_ATTRIBUTES, status:VALID, product: PO - Purchasing , description: Approved supplier list attributes , implementation_dba_data: PO.PO_ASL_ATTRIBUTES ,
-
Table: PO_ASL_DOCUMENTS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_ASL_DOCUMENTS, object_name:PO_ASL_DOCUMENTS, status:VALID, product: PO - Purchasing , description: Approved supplier list documents , implementation_dba_data: PO.PO_ASL_DOCUMENTS ,
-
Table: PO_ASL_STATUSES
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_ASL_STATUSES, object_name:PO_ASL_STATUSES, status:VALID, product: PO - Purchasing , description: Approved supplier list statuses , implementation_dba_data: PO.PO_ASL_STATUSES ,
-
Table: PO_ASL_STATUSES
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_ASL_STATUSES, object_name:PO_ASL_STATUSES, status:VALID, product: PO - Purchasing , description: Approved supplier list statuses , implementation_dba_data: PO.PO_ASL_STATUSES ,
-
Table: PO_APPROVAL_LIST_HEADERS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_APPROVAL_LIST_HEADERS, object_name:PO_APPROVAL_LIST_HEADERS, status:VALID, product: PO - Purchasing , description: Purchasing document approval list , implementation_dba_data: PO.PO_APPROVAL_LIST_HEADERS ,
-
Table: PO_ASL_STATUS_RULES
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_ASL_STATUS_RULES, object_name:PO_ASL_STATUS_RULES, status:VALID, product: PO - Purchasing , description: Approved supplier list status rules , implementation_dba_data: PO.PO_ASL_STATUS_RULES ,
-
Table: PO_APPROVAL_LIST_HEADERS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_APPROVAL_LIST_HEADERS, object_name:PO_APPROVAL_LIST_HEADERS, status:VALID, product: PO - Purchasing , description: Purchasing document approval list , implementation_dba_data: PO.PO_APPROVAL_LIST_HEADERS ,
-
Table: PO_APPROVAL_LIST_LINES
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_APPROVAL_LIST_LINES, object_name:PO_APPROVAL_LIST_LINES, status:VALID, product: PO - Purchasing , description: Purchasing doument lines approval list , implementation_dba_data: PO.PO_APPROVAL_LIST_LINES ,
-
Table: PO_APPROVAL_LIST_LINES
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_APPROVAL_LIST_LINES, object_name:PO_APPROVAL_LIST_LINES, status:VALID, product: PO - Purchasing , description: Purchasing doument lines approval list , implementation_dba_data: PO.PO_APPROVAL_LIST_LINES ,
-
Table: PO_REQUISITION_SUPPLIERS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITION_SUPPLIERS, object_name:PO_REQUISITION_SUPPLIERS, status:VALID, product: PO - Purchasing , description: This table holds the list of suppliers to which the contractor request is sent out , implementation_dba_data: PO.PO_REQUISITION_SUPPLIERS ,
-
Table: PO_REQUISITION_SUPPLIERS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITION_SUPPLIERS, object_name:PO_REQUISITION_SUPPLIERS, status:VALID, product: PO - Purchasing , description: This table holds the list of suppliers to which the contractor request is sent out , implementation_dba_data: PO.PO_REQUISITION_SUPPLIERS ,
-
Table: PO_APPROVED_SUPPLIER_LIST
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_APPROVED_SUPPLIER_LIST, object_name:PO_APPROVED_SUPPLIER_LIST, status:VALID, product: PO - Purchasing , description: Approved supplier list , implementation_dba_data: PO.PO_APPROVED_SUPPLIER_LIST ,
-
Table: PO_VENDOR_LIST_HEADERS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_VENDOR_LIST_HEADERS, object_name:PO_VENDOR_LIST_HEADERS, status:VALID, product: PO - Purchasing , description: RFQ supplier list headers , implementation_dba_data: PO.PO_VENDOR_LIST_HEADERS ,
-
Table: PO_APPROVED_SUPPLIER_LIST
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_APPROVED_SUPPLIER_LIST, object_name:PO_APPROVED_SUPPLIER_LIST, status:VALID, product: PO - Purchasing , description: Approved supplier list , implementation_dba_data: PO.PO_APPROVED_SUPPLIER_LIST ,
-
Table: PO_COMMODITY_CATEGORIES
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_COMMODITY_CATEGORIES, object_name:PO_COMMODITY_CATEGORIES, status:VALID, product: PO - Purchasing , description: List of Categories in Commodities , implementation_dba_data: PO.PO_COMMODITY_CATEGORIES ,
-
Table: PO_COMMODITY_CATEGORIES
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_COMMODITY_CATEGORIES, object_name:PO_COMMODITY_CATEGORIES, status:VALID, product: PO - Purchasing , description: List of Categories in Commodities , implementation_dba_data: PO.PO_COMMODITY_CATEGORIES ,
-
Table: PO_VENDOR_LIST_ENTRIES
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_VENDOR_LIST_ENTRIES, object_name:PO_VENDOR_LIST_ENTRIES, status:VALID, product: PO - Purchasing , description: RFQ supplier list entries , implementation_dba_data: PO.PO_VENDOR_LIST_ENTRIES ,
-
Table: PO_VENDOR_LIST_ENTRIES
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_VENDOR_LIST_ENTRIES, object_name:PO_VENDOR_LIST_ENTRIES, status:VALID, product: PO - Purchasing , description: RFQ supplier list entries , implementation_dba_data: PO.PO_VENDOR_LIST_ENTRIES ,
-
Table: PO_VENDOR_LIST_HEADERS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_VENDOR_LIST_HEADERS, object_name:PO_VENDOR_LIST_HEADERS, status:VALID, product: PO - Purchasing , description: RFQ supplier list headers , implementation_dba_data: PO.PO_VENDOR_LIST_HEADERS ,
-
Lookup Type: DOCUMENT_SOURCING_METHOD
12.2.2
product: PO - Purchasing , meaning: DOCUMENT_SOURCING_METHOD , description: Document Sourcing Method ,
-
Lookup Type: DOCUMENT_SOURCING_METHOD
12.1.1
product: PO - Purchasing , meaning: DOCUMENT_SOURCING_METHOD , description: Document Sourcing Method ,
-
Lookup Type: RFQ HEADER INFO
12.1.1
product: PO - Purchasing , meaning: Additional information options for headers in Enter RFQs form , description: Additional information options for headers in Enter RFQs form ,
-
Lookup Type: RFQ HEADER INFO
12.2.2
product: PO - Purchasing , meaning: Additional information options for headers in Enter RFQs form , description: Additional information options for headers in Enter RFQs form ,
-
Lookup Type: PO_LINE_LOOKUP
12.2.2
product: PO - Purchasing , meaning: Lookup for PO Descriptors ,
-
Lookup Type: PO_LINE_LOOKUP
12.1.1
product: PO - Purchasing , meaning: Lookup for PO Descriptors ,
-
Concurrent Program: POXCORPD
12.1.1
execution_filename: poxcorpd , product: PO - Purchasing , user_name: poxcorpd , description: Purchasing Database Adminstration , argument_method: Standard , enabled: Yes , execution_method: SQL*Plus ,
-
Concurrent Program: POXCORPD
12.2.2
execution_filename: poxcorpd , product: PO - Purchasing , user_name: poxcorpd , description: Purchasing Database Adminstration , argument_method: Standard , enabled: Yes , execution_method: SQL*Plus ,
-
Table: POA_CM_EVAL_SCORES
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
Table: POA_CM_EVALUATION
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
Table: POA_CM_DISTRIBUTIONS
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
Table: PO_ENCUMBRANCE_GT
12.2.2
product: PO - Purchasing , description: For Internal Use Only , implementation_dba_data: Not implemented in this database ,
-
Table: POA_BIS_SAVINGS_EFC
12.2.2
product: PO - Purchasing , description: archive for euro functional currency project , implementation_dba_data: Not implemented in this database ,
-
Table: POA_BIS_SAVINGS_RPT_EFC
12.2.2
product: PO - Purchasing , description: archive for euro functional currency project , implementation_dba_data: Not implemented in this database ,
-
Table: POA_BIS_SUPPLIER_PERFORMAN_EFC
12.2.2
product: PO - Purchasing , description: archive for euro functional currency project , implementation_dba_data: Not implemented in this database ,
-
Table: POA_BIS_SAVINGS
12.2.2
product: PO - Purchasing , description: Purchase details and analysis based on contracts , implementation_dba_data: Not implemented in this database ,