Search Results journal entry status
The OE_PROCESSING_MSGS
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical repository for storing processing messages generated during order management operations. This table is primarily used by the Order Management (OM) module to log informational, warning, and error messages that arise during order entry, processing, and fulfillment workflows. Below is a detailed breakdown of its structure, purpose, and functional significance within Oracle EBS.
Purpose and Context
TheOE_PROCESSING_MSGS
table serves as a centralized message log for Oracle Order Management, capturing real-time feedback from validation rules, pricing engines, inventory checks, shipping validations, and other order-related processes. It ensures traceability and aids in troubleshooting by retaining contextual details about order processing events. This is particularly useful in complex order workflows where multiple subsystems interact, such as integrations with Advanced Pricing, Inventory, and Shipping Execution modules.
Key Columns and Structure
The table consists of several important columns, including:- MESSAGE_ID: A unique identifier for each message, often used as a primary key.
- HEADER_ID: References the order header (
OE_ORDER_HEADERS_ALL.HEADER_ID
) to which the message pertains. - LINE_ID: Links to the specific order line (
OE_ORDER_LINES_ALL.LINE_ID
) if the message is line-level. - MESSAGE_TYPE: Indicates the severity (e.g., 'ERROR', 'WARNING', 'INFORMATION').
- MESSAGE_TEXT: The detailed description of the message, often dynamically generated by Oracle APIs.
- MESSAGE_NAME: A code representing the message (e.g., 'OE_INVALID_PRICE_ADJUSTMENT').
- CREATION_DATE and CREATED_BY: Audit columns tracking when and by whom the message was logged.
Functional Workflow Integration
Messages are populated inOE_PROCESSING_MSGS
during key OM operations, such as:
- Order Submission: Validations for credit checks, item availability, or pricing discrepancies.
- Workflow Processes: Notifications from OM workflows, such as approval rejections.
- API Calls: Errors from
OE_ORDER_PUB
or other public APIs during integration.
MESSAGE_NAME='OE_INVALID_PRICE_ADJUSTMENT'
and references the affected line.
Technical Considerations
- Performance: High-volume transactions may lead to rapid growth of this table. Periodic archiving is recommended.
- Integration Messages are often retrieved by OM user interfaces (e.g., Order Organizer) or external systems via views like
OE_PROCESSING_MSGS_V
. - Customization: Organizations may extend the table or create triggers to route messages to external monitoring tools.
Version-Specific Notes
In EBS 12.2.2, the table's role remains consistent, but enhancements in the underlying OM workflows may introduce additional message types or improve message retention policies. The table is backward-compatible with 12.1.1, though indexing strategies may differ due to performance optimizations in 12.2.2.Conclusion
TheOE_PROCESSING_MSGS
table is indispensable for diagnosing order-related issues in Oracle EBS. Its structured logging mechanism ensures transparency across order lifecycle events, supporting both operational and analytical needs. Administrators should monitor its growth and leverage its data for proactive system health checks.
-
Lookup Type: STATUS
12.1.1
product: ONT - Order Management , meaning: Invoice Status , description: Invoice Status ,
-
Lookup Type: STATUS
12.2.2
product: ONT - Order Management , meaning: Invoice Status , description: Invoice Status ,
-
Lookup Type: ENTRY REQUIREMENT
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : ENTRY REQUIREMENT , description: Attribute Entry Requirement ,
-
Lookup Type: ENTRY REQUIREMENT
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : ENTRY REQUIREMENT , description: Attribute Entry Requirement ,
-
Lookup Type: PROCESS STATUS
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : PROCESS STATUS , description: Process Status ,
-
Lookup Type: PROCESS STATUS
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : PROCESS STATUS , description: Process Status ,
-
Lookup Type: PICK SLIP STATUS
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : PICK SLIP STATUS , description: Pick Slip Status ,
-
Lookup Type: PICK SLIP STATUS
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : PICK SLIP STATUS , description: Pick Slip Status ,
-
Lookup Type: AUTODEMAND
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : AUTODEMAND , description: AutoDemand Profile Option Values ,
-
Lookup Type: AUTODEMAND
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : AUTODEMAND , description: AutoDemand Profile Option Values ,
-
Lookup Type: AUTOPRICE
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : AUTOPRICE , description: AutoPrice Profile Option Values ,
-
Lookup Type: AUTOPRICE
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : AUTOPRICE , description: AutoPrice Profile Option Values ,
-
Lookup Type: INCLUDED ITEM FREEZE METHOD
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : INCLUDED ITEM FREEZE METHOD , description: Profile Option OE: Included Item Freeze Method Values ,
-
Lookup Type: INCLUDED ITEM FREEZE METHOD
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : INCLUDED ITEM FREEZE METHOD , description: Profile Option OE: Included Item Freeze Method Values ,
-
View: OE_RA_CUSTOMER_TRX_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_RA_CUSTOMER_TRX_V, object_name:OE_RA_CUSTOMER_TRX_V, status:VALID, product: ONT - Order Management , description: Invoice/Credit memo information , implementation_dba_data: APPS.OE_RA_CUSTOMER_TRX_V ,
-
View: OE_RA_CUSTOMER_TRX_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_RA_CUSTOMER_TRX_V, object_name:OE_RA_CUSTOMER_TRX_V, status:VALID, product: ONT - Order Management , description: Invoice/Credit memo information , implementation_dba_data: APPS.OE_RA_CUSTOMER_TRX_V ,
-
Table: OE_PROCESSING_MSGS
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PROCESSING_MSGS, object_name:OE_PROCESSING_MSGS, status:VALID, product: ONT - Order Management , description: This table stores the context information of the processing messages that will be generated during Order Entry concurrent program execution or UI process. , implementation_dba_data: ONT.OE_PROCESSING_MSGS ,
-
Table: OE_PROCESSING_MSGS_TL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PROCESSING_MSGS_TL, object_name:OE_PROCESSING_MSGS_TL, status:VALID, product: ONT - Order Management , description: This table stores the processing messages which will be generated during Order Entry concurrent program execution or UI process. This is a multi-lingual table. , implementation_dba_data: ONT.OE_PROCESSING_MSGS_TL ,
-
Table: OE_PROCESSING_MSGS
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PROCESSING_MSGS, object_name:OE_PROCESSING_MSGS, status:VALID, product: ONT - Order Management , description: This table stores the context information of the processing messages that will be generated during Order Entry concurrent program execution or UI process. , implementation_dba_data: ONT.OE_PROCESSING_MSGS ,
-
Table: OE_PROCESSING_MSGS_TL
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_PROCESSING_MSGS_TL, object_name:OE_PROCESSING_MSGS_TL, status:VALID, product: ONT - Order Management , description: This table stores the processing messages which will be generated during Order Entry concurrent program execution or UI process. This is a multi-lingual table. , implementation_dba_data: ONT.OE_PROCESSING_MSGS_TL ,
-
Lookup Type: PROGRAM_TYPE
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : PROGRAM_TYPE , description: Types of Concurrent Programs ,
-
Lookup Type: PROGRAM_TYPE
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : PROGRAM_TYPE , description: Types of Concurrent Programs ,
-
Lookup Type: PROMISE_DATE_CHANGE
12.2.2
product: ONT - Order Management , meaning: PROMISE DATE CHANGE , description: Options for Promise Date setup ,
-
Lookup Type: PROMISE_DATE_CHANGE
12.1.1
product: ONT - Order Management , meaning: PROMISE DATE CHANGE , description: Options for Promise Date setup ,
-
View: OE_RA_CUST_TRX_HDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_RA_CUST_TRX_HDR_V, object_name:OE_RA_CUST_TRX_HDR_V, status:VALID, product: ONT - Order Management , description: This will be used by the Invoices / Credit Memos tab in Addition Order Information screen. , implementation_dba_data: APPS.OE_RA_CUST_TRX_HDR_V ,
-
View: OE_RA_CUST_TRX_HDR_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_RA_CUST_TRX_HDR_V, object_name:OE_RA_CUST_TRX_HDR_V, status:VALID, product: ONT - Order Management , description: This will be used by the Invoices / Credit Memos tab in Addition Order Information screen. , implementation_dba_data: APPS.OE_RA_CUST_TRX_HDR_V ,
-
View: ISC_EDW_BOOKINGS_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISC_EDW_BOOKINGS_F_FCV ONT.ISC_EDW_BOOKINGS_F_FCV, object_name:ISC_EDW_BOOKINGS_F_FCV, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.ISC_EDW_BOOKINGS_F_FCV ,
-
View: ISC_EDW_BOOKINGS_F_FCV
12.2.2
product: ONT - Order Management , implementation_dba_data: Not implemented in this database ,
-
View: OE_BLANKET_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_BLANKET_LINES_V, object_name:OE_BLANKET_LINES_V, status:VALID, product: ONT - Order Management , description: This view is used to get the BSA lines information, used in BSA entry UI. , implementation_dba_data: APPS.OE_BLANKET_LINES_V ,
-
View: OE_BLANKET_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_BLANKET_LINES_V, object_name:OE_BLANKET_LINES_V, status:VALID, product: ONT - Order Management , description: This view is used to get the BSA lines information, used in BSA entry UI. , implementation_dba_data: APPS.OE_BLANKET_LINES_V ,
-
Lookup Type: SCHEDULE_STATUS
12.1.1
product: ONT - Order Management , meaning: Schedule Status , description: Schedule Status ,
-
Lookup Type: SCHEDULE_STATUS
12.2.2
product: ONT - Order Management , meaning: Schedule Status , description: Schedule Status ,
-
Lookup Type: INVOICE_INTERFACE_STATUS
12.2.2
product: ONT - Order Management , meaning: Invoice Interface Status , description: Invoice Interface Status ,
-
Lookup Type: INVOICE_INTERFACE_STATUS
12.1.1
product: ONT - Order Management , meaning: Invoice Interface Status , description: Invoice Interface Status ,
-
Concurrent Program: OEXOEWFR
12.1.1
execution_filename: OEXOEWFR , product: ONT - Order Management , user_name: OEXOEWFR , description: Sales Order Workflow Status Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: OEXOEWFR
12.2.2
execution_filename: OEXOEWFR , product: ONT - Order Management , user_name: OEXOEWFR , description: Sales Order Workflow Status Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: OE_DELIVERY_SEARCH
12.2.2
product: ONT - Order Management , meaning: Delivery Information Search By Poplist , description: Poplist for the Search By Attribute for Delivery Information ,
-
Lookup Type: OE_DELIVERY_SEARCH
12.1.1
product: ONT - Order Management , meaning: Delivery Information Search By Poplist , description: Poplist for the Search By Attribute for Delivery Information ,
-
View: OE_PRINT_CONT_POINTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PRINT_CONT_POINTS_V, object_name:OE_PRINT_CONT_POINTS_V, status:VALID, product: ONT - Order Management , description: This view is used to print the details of the various modes of communication for the Customer Contact , implementation_dba_data: APPS.OE_PRINT_CONT_POINTS_V ,
-
View: OE_PRINT_CONT_POINTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PRINT_CONT_POINTS_V, object_name:OE_PRINT_CONT_POINTS_V, status:VALID, product: ONT - Order Management , description: This view is used to print the details of the various modes of communication for the Customer Contact , implementation_dba_data: APPS.OE_PRINT_CONT_POINTS_V ,
-
Lookup Type: OE_DELIVERY_SEARCH_INT
12.2.2
product: ONT - Order Management , meaning: Delivery Information Search By Poplist for Internal User , description: Poplist for the Search By Attribute for Delivery Information ,
-
Lookup Type: OE_DELIVERY_SEARCH_INT
12.1.1
product: ONT - Order Management , meaning: Delivery Information Search By Poplist for Internal User , description: Poplist for the Search By Attribute for Delivery Information ,
-
View: OE_CUST_SITE_PHONE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_CUST_SITE_PHONE_V, object_name:OE_CUST_SITE_PHONE_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_CUST_SITE_PHONE_V ,
-
View: OE_CUST_SITE_PHONE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_CUST_SITE_PHONE_V, object_name:OE_CUST_SITE_PHONE_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_CUST_SITE_PHONE_V ,
-
Lookup Type: USER_STATUS
12.1.1
product: ONT - Order Management , meaning: User Status , description: User Status ,
-
Lookup Type: USER_STATUS
12.2.2
product: ONT - Order Management , meaning: User Status , description: User Status ,
-
Concurrent Program: OEXOEWFR_XML
12.2.2
product: ONT - Order Management , user_name: Sales Order Workflow Status Report (XML) , description: Sales Order Workflow Status Report , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Lookup Type: CREDIT_CHECK_STATUS
12.1.1
product: ONT - Order Management , meaning: Credit Check Status: Credit Check Processor , description: Credit check status use by the Credit Check Processor ,
-
Lookup Type: VERSION_COMP_LINE_STATUS
12.2.2
product: ONT - Order Management , meaning: Version Comparision Line Status , description: To display the line status on Version Comparision UI ,
-
Concurrent Program: OEXOEWFR_XML
12.1.1
product: ONT - Order Management , user_name: Sales Order Workflow Status Report (XML) , description: Sales Order Workflow Status Report , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,