Search Results order number
The PO_UNIQUE_IDENTIFIER_CONT_ALL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical repository for maintaining unique identifiers associated with procurement documents, such as purchase orders, requisitions, and agreements. This table plays a pivotal role in ensuring data integrity and traceability across the Purchasing module by storing globally unique identifiers (GUIDs) or system-generated keys that distinguish procurement records uniquely within and across instances. Below is a detailed analysis of its structure, purpose, and functional relevance in Oracle EBS.
Table Overview
ThePO_UNIQUE_IDENTIFIER_CONT_ALL
table is part of the Oracle Purchasing module and is designed to store context-specific unique identifiers for procurement documents. It operates in conjunction with other core tables like PO_HEADERS_ALL
, PO_LINES_ALL
, and PO_DISTRIBUTIONS_ALL
to ensure referential integrity. The table is multi-org enabled (as indicated by the _ALL
suffix), meaning it stores data for all operating units and leverages Oracle’s Multi-Org architecture for data segregation.
Key Columns and Structure
The table’s structure typically includes the following critical columns:- UNIQUE_IDENTIFIER_CONT_ID: A primary key column that uniquely identifies each record in the table.
- DOCUMENT_TYPE: Specifies the type of procurement document (e.g., PO, Requisition, Agreement).
- DOCUMENT_HEADER_ID: Foreign key linking to the header record in the respective document table (e.g.,
PO_HEADERS_ALL.PO_HEADER_ID
). - UNIQUE_IDENTIFIER: Stores the GUID or system-generated unique key for the document.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY: Audit columns capturing metadata about record creation and modifications.
- ORG_ID: Identifies the operating unit associated with the record, enabling Multi-Org functionality.
Functional Role
The table serves two primary purposes:- Global Uniqueness: In distributed or integrated environments, the
UNIQUE_IDENTIFIER
ensures that procurement documents can be uniquely identified across systems, facilitating seamless data exchange (e.g., in XML/EDI transactions or third-party integrations). - Data Traceability: By maintaining a persistent link between documents and their unique identifiers, the table supports audit trails, reconciliation, and compliance reporting.
Integration and Usage
The table is referenced in Oracle EBS workflows such as:- Document Numbering: When custom numbering schemes or external identifiers are used, the table stores these values.
- API Interactions: APIs like
PO_PDOI_UTIL
orPO_XMLPUB
may query this table to validate or retrieve document identifiers during processing. - Reporting: Used in cross-reference reports to map internal IDs to external identifiers.
Technical Considerations
In Oracle EBS 12.2.2, the table may leverage features like Online Patching (ADOP) for maintenance, ensuring zero downtime during upgrades. Indexes on columns likeDOCUMENT_HEADER_ID
and UNIQUE_IDENTIFIER
optimize query performance. Customizations or extensions to this table require careful analysis to avoid disrupting Oracle’s native procurement workflows.
Conclusion
ThePO_UNIQUE_IDENTIFIER_CONT_ALL
table is a foundational component of Oracle EBS Purchasing, ensuring document uniqueness and interoperability. Its design aligns with Oracle’s multi-org and data governance standards, making it indispensable for enterprises requiring robust procurement tracking. Understanding its schema and role is essential for troubleshooting, customization, and integration projects in Oracle EBS 12.1.1 and 12.2.2 environments.
-
Lookup Type: ORDER TYPE
12.1.1
product: PO - Purchasing , meaning: Value Basis , description: Value Basis of Line Type ,
-
Lookup Type: ORDER TYPE
12.2.2
product: PO - Purchasing , meaning: Value Basis , description: Value Basis of Line Type ,
-
Lookup Type: ORDER SHIPMENT INFORMATION
12.1.1
product: PO - Purchasing , meaning: Additional Order Shipment Information , description: Additional Order Shipment Information ,
-
Lookup Type: SRS ORDER BY
12.2.2
product: PO - Purchasing , meaning: Sort By Options for Reports , description: Sort By Options for Reports ,
-
Lookup Type: ORDER SHIPMENT INFORMATION
12.2.2
product: PO - Purchasing , meaning: Additional Order Shipment Information , description: Additional Order Shipment Information ,
-
Lookup Type: SRS ORDER BY
12.1.1
product: PO - Purchasing , meaning: Sort By Options for Reports , description: Sort By Options for Reports ,
-
Lookup Type: VIEW ORDER SHIPMENT OPTIONS
12.2.2
product: PO - Purchasing , meaning: View Additional Order Shipment Information , description: View Additional Order Shipment Information ,
-
Lookup Type: VIEW ORDER SHIPMENT DETAIL
12.1.1
product: PO - Purchasing , meaning: View Order shipment detail options , description: View Order shipment detail options ,
-
Lookup Type: VIEW ORDER SHIPMENT OPTIONS
12.1.1
product: PO - Purchasing , meaning: View Additional Order Shipment Information , description: View Additional Order Shipment Information ,
-
Lookup Type: VIEW ORDER SHIPMENT DETAIL
12.2.2
product: PO - Purchasing , meaning: View Order shipment detail options , description: View Order shipment detail options ,
-
Lookup Type: SRS ACCRUAL ORDER BY
12.1.1
product: PO - Purchasing , meaning: Sort Options for Accrual Reconciliation , description: Sort Options for Accrual Reconciliation ,
-
Lookup Type: SRS ACCRUAL ORDER BY
12.2.2
product: PO - Purchasing , meaning: Sort Options for Accrual Reconciliation , description: Sort Options for Accrual Reconciliation ,
-
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 ,
-
Lookup Type: PO PRINT SORT BY OPTION
12.1.1
product: PO - Purchasing , meaning: Option to Sort Printed Purchase Orders , description: Option to Sort Printed Purchase Orders ,
-
Lookup Type: PO PRINT SORT BY OPTION
12.2.2
product: PO - Purchasing , meaning: Option to Sort Printed Purchase Orders , description: Option to Sort Printed Purchase Orders ,
-
Table: PO_UNIQUE_IDENTIFIER_CONT_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_UNIQUE_IDENTIFIER_CONT_ALL, object_name:PO_UNIQUE_IDENTIFIER_CONT_ALL, status:VALID, product: PO - Purchasing , description: Purchase order document number control , implementation_dba_data: PO.PO_UNIQUE_IDENTIFIER_CONT_ALL ,
-
Table: PO_UNIQUE_IDENTIFIER_CONT_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_UNIQUE_IDENTIFIER_CONT_ALL, object_name:PO_UNIQUE_IDENTIFIER_CONT_ALL, status:VALID, product: PO - Purchasing , description: Purchase order document number control , implementation_dba_data: PO.PO_UNIQUE_IDENTIFIER_CONT_ALL ,
-
Lookup Type: POXMUB_DOCUMENT_TYPE
12.1.1
product: PO - Purchasing , meaning: Document Types of Purchase Order , description: Document Types of Purchase Order ,
-
Lookup Type: POXMUB_DOCUMENT_TYPE
12.2.2
product: PO - Purchasing , meaning: Document Types of Purchase Order , description: Document Types of Purchase Order ,
-
Lookup Type: ACCEPTANCE TYPE
12.2.2
product: PO - Purchasing , meaning: Purchase order acceptance type , description: Purchase order acceptance type ,
-
Lookup Type: ACCEPTANCE TYPE
12.1.1
product: PO - Purchasing , meaning: Purchase order acceptance type , description: Purchase order acceptance type ,
-
Lookup Type: ERT TRX INFO
12.1.1
product: PO - Purchasing , meaning: Enter Receiving Transactions Trx Info , description: Enter Receiving Transactions Trx Info ,
-
Lookup Type: ERT TRX INFO
12.2.2
product: PO - Purchasing , meaning: Enter Receiving Transactions Trx Info , description: Enter Receiving Transactions Trx Info ,
-
Lookup Type: NOTIFICATION TYPE
12.2.2
product: PO - Purchasing , meaning: Notification Document Types , description: Notification Document Types ,
-
Lookup Type: ERA MORE INFO
12.1.1
product: PO - Purchasing , meaning: RCVTXERA options , description: RCVTXERA options ,
-
Lookup Type: ERA MORE INFO
12.2.2
product: PO - Purchasing , meaning: RCVTXERA options , description: RCVTXERA options ,
-
Lookup Type: NOTIFICATION TYPE
12.1.1
product: PO - Purchasing , meaning: Notification Document Types , description: Notification Document Types ,
-
Lookup Type: QP_PO_ORDER_TYPE
12.1.1
product: PO - Purchasing , meaning: Advanced Pricing PO Order Type , description: Advanced Pricing PO Order Type ,
-
Lookup Type: PO_DEL_ORD_STD_FORM
12.2.2
product: PO - Purchasing , meaning: Order off IDV Standard Forms ,
-
Lookup Type: QP_PO_ORDER_TYPE
12.2.2
product: PO - Purchasing , meaning: Advanced Pricing PO Order Type , description: Advanced Pricing PO Order Type ,
-
Lookup Type: SHIPMENT SOURCE DOCUMENT TYPE
12.1.1
product: PO - Purchasing , meaning: Shipment Matching Order Type , description: Shipment Matching Order Type ,
-
Lookup Type: SHIPMENT SOURCE DOCUMENT TYPE
12.2.2
product: PO - Purchasing , meaning: Shipment Matching Order Type , description: Shipment Matching Order Type ,
-
Lookup Type: PO_AUTOCREATE_ACTIONS
12.1.1
product: PO - Purchasing , meaning: Autocreate Actions , description: Autocreate Actions ,
-
Lookup Type: PO TYPE
12.2.2
product: PO - Purchasing , meaning: Types of Purchase Orders , description: Types of Purchase Orders ,
-
Lookup Type: PO TYPE
12.1.1
product: PO - Purchasing , meaning: Types of Purchase Orders , description: Types of Purchase Orders ,
-
Lookup Type: PO_CLM_FPDS_AWARD_TYPE
12.2.2
product: PO - Purchasing , meaning: PO: CLM Award Type for FPDS System , description: CLM Award Type for FPDS System ,
-
Lookup Type: RQINQ PAPER REQ
12.1.1
product: PO - Purchasing , meaning: PO Information for Paper Req in RQINQ. , description: PO Information for Paper Req in RQINQ. ,
-
Lookup Type: RQINQ PAPER REQ
12.2.2
product: PO - Purchasing , meaning: PO Information for Paper Req in RQINQ. , description: PO Information for Paper Req in RQINQ. ,
-
Lookup Type: DOCUMENT TYPE
12.2.2
product: PO - Purchasing , meaning: Meaning N/A for : DOCUMENT TYPE , description: Document Type ,
-
Concurrent Program: PO_HIST_FEED
12.1.1
execution_filename: POR_History_Feed_Pkg.Main , product: PO - Purchasing , user_name: Purchase Order History Feed for P-card Reconciliation , description: Purchase Order History Feed for reconciling P-card payments , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: DOCUMENT TYPE
12.1.1
product: PO - Purchasing , meaning: Meaning N/A for : DOCUMENT TYPE , description: Document Type ,
-
Concurrent Program: PO_HIST_FEED
12.2.2
execution_filename: POR_History_Feed_Pkg.Main , product: PO - Purchasing , user_name: Purchase Order History Feed for P-card Reconciliation , description: Purchase Order History Feed for reconciling P-card payments , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: RQINQ MODIFIED REQ
12.1.1
product: PO - Purchasing , meaning: PO Information for Modified Req in RQINQ. , description: PO Information for Modified Req in RQINQ. ,
-
Lookup Type: RQINQ MODIFIED REQ
12.2.2
product: PO - Purchasing , meaning: PO Information for Modified Req in RQINQ. , description: PO Information for Modified Req in RQINQ. ,
-
Lookup Type: CONTROL ACTIONS
12.2.2
product: PO - Purchasing , meaning: Valid Control Actions , description: Valid Control Actions ,
-
Lookup Type: CONTROL ACTIONS
12.1.1
product: PO - Purchasing , meaning: Valid Control Actions , description: Valid Control Actions ,
-
Lookup Type: PO_AUTOCREATE_ACTIONS
12.2.2
product: PO - Purchasing , meaning: Autocreate Actions , description: Autocreate Actions ,
-
Lookup Type: RQINQ OPTION
12.2.2
product: PO - Purchasing , meaning: Options for Req Inquiry form , description: Options for Req Inquiry form ,
-
Lookup Type: RQINQ OPTION
12.1.1
product: PO - Purchasing , meaning: Options for Req Inquiry form , description: Options for Req Inquiry form ,