Search Results events status
The OE_EVENT_ATTRIBUTES table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical repository for storing event-related attribute data within the Order Management (OM) module. This table plays a pivotal role in capturing and managing event-specific attributes that are essential for order processing, workflow automation, and integration with other EBS modules. Below is a detailed analysis of its structure, purpose, and functional significance.
1. Table Overview
The OE_EVENT_ATTRIBUTES table is part of the Oracle Order Management schema and is designed to store metadata associated with events triggered during order lifecycle operations. Events in OM may include order creation, modification, fulfillment, or cancellation, and this table ensures that contextual attributes are retained for auditing, reporting, and downstream processing.2. Key Columns and Structure
The table comprises several columns, each serving a specific purpose:- EVENT_ID: A unique identifier for the event, often linked to OE_EVENTS or other OM workflow tables.
- ATTRIBUTE_CODE: Defines the type of attribute (e.g., 'ORDER_TYPE', 'CUSTOMER_ID', 'SHIPMENT_PRIORITY').
- ATTRIBUTE_VALUE: Stores the actual value of the attribute (e.g., 'STANDARD' for order type or a customer ID).
- CREATION_DATE and LAST_UPDATE_DATE: Timestamps for tracking record creation/modification.
- CREATED_BY and LAST_UPDATED_BY: User IDs for audit trails.
3. Functional Role in Order Management
The table supports the following functionalities:- Workflow Integration: Attributes stored here are often referenced by OM workflows to determine routing, approvals, or exception handling.
- Event-Driven Processing: Enables conditional logic based on attribute values (e.g., prioritizing high-value orders).
- Audit and Compliance: Provides a historical record of event attributes for regulatory or troubleshooting purposes.
- Integration with Other Modules: Attributes may be shared with Shipping (WSH), Inventory (INV), or Financials (AR) modules.
4. Technical Considerations
- Indexing: Typically indexed on EVENT_ID and ATTRIBUTE_CODE for performance optimization.
- Partitioning: In high-volume environments, partitioning by CREATION_DATE may be implemented.
- Data Retention: Attributes may be purged or archived post-event completion, depending on business needs.
5. Customization and Extensibility
Oracle EBS allows extensions to this table via:- Descriptive Flexfields (DFFs): Custom attributes can be added to support unique business requirements.
- API-Based Updates: The OE_EVENT_PUB package provides methods to programmatically manage attributes.
6. Version-Specific Notes
- 12.1.1: The table structure is relatively stable, with minor schema differences in later patches.
- 12.2.2: Introduces enhanced indexing and partitioning options for cloud-scale deployments.
7. Common Use Cases
Examples include:- Tracking order source (e.g., 'WEB', 'ERP') for analytics.
- Storing temporary flags for backorder processing.
- Capturing user-defined attributes for custom workflows.
8. Best Practices
- Minimize redundant attributes to reduce storage overhead.
- Leverage Oracle's event management APIs for updates to ensure data integrity.
- Regularly archive older records to maintain performance.
-
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: 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 ,
-
Table: OE_EVENT_ATTRIBUTES
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_EVENT_ATTRIBUTES, object_name:OE_EVENT_ATTRIBUTES, status:VALID, product: ONT - Order Management , description: This table stores order header and line attributes thattrigger repricing, when modified, at various pricing events. , implementation_dba_data: ONT.OE_EVENT_ATTRIBUTES ,
-
Table: OE_EVENT_ATTRIBUTES
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_EVENT_ATTRIBUTES, object_name:OE_EVENT_ATTRIBUTES, status:VALID, product: ONT - Order Management , description: This table stores order header and line attributes thattrigger repricing, when modified, at various pricing events. , implementation_dba_data: ONT.OE_EVENT_ATTRIBUTES ,
-
Lookup Type: FIRM_DEMAND_EVENT
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : FIRM_DEMAND_EVENT , description: Different Firm Events ,
-
Lookup Type: FIRM_DEMAND_EVENT
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : FIRM_DEMAND_EVENT , description: Different Firm Events ,
-
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 ,
-
Lookup Type: OMCFDP_SCHEDULE_STATUS
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : Scheduling Status , description: Scheduling Status ,
-
Lookup Type: OMCFDP_SCHEDULE_STATUS
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : Scheduling Status , description: Scheduling Status ,
-
Lookup Type: CREDIT_CHECK_STATUS
12.2.2
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.1.1
product: ONT - Order Management , meaning: Version Comparision Line Status , description: To display the line status on Version Comparision UI ,
-
Lookup Type: CUST_ACC_STATUS
12.1.1
product: ONT - Order Management , meaning: All Customer Acceptance Status , description: All Customer Acceptance Status ,
-
Lookup Type: CUST_ACC_STATUS
12.2.2
product: ONT - Order Management , meaning: All Customer Acceptance Status , description: All Customer Acceptance Status ,
-
Lookup Type: OEXOETOP_HEADER_OPTIONS
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : OEXOETOP_HEADER_OPTIONS ,
-
Lookup Type: OEXOEOII_LINE_OPTIONS
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : OEXOEOII_LINE_OPTIONS ,
-
Lookup Type: OEXOEOII_LINE_OPTIONS
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : OEXOEOII_LINE_OPTIONS ,
-
Lookup Type: OEXOETOP_HEADER_OPTIONS
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : OEXOETOP_HEADER_OPTIONS ,
-
View: OE_FLOW_STATUS_AIA_SYNC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_FLOW_STATUS_AIA_SYNC_V, object_name:OE_FLOW_STATUS_AIA_SYNC_V, status:VALID, product: ONT - Order Management , description: This view is created to build the AIA UI (AIA Sales Order status Synchronization) and let user query on the FLOW STATUS field. , implementation_dba_data: APPS.OE_FLOW_STATUS_AIA_SYNC_V ,
-
Lookup Type: OE_ORDERS_SEARCH_POPLIST
12.1.1
product: ONT - Order Management , meaning: Sales Orders Search By Poplist , description: Poplist for the Search By Attribute for Sales Orders ,
-
View: OE_RA_RULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_RA_RULES_V, object_name:OE_RA_RULES_V, status:VALID, product: ONT - Order Management , description: Invoicing and Accounting rules. , implementation_dba_data: APPS.OE_RA_RULES_V ,
-
View: OE_RA_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_RA_RULES_V, object_name:OE_RA_RULES_V, status:VALID, product: ONT - Order Management , description: Invoicing and Accounting rules. , implementation_dba_data: APPS.OE_RA_RULES_V ,
-
Lookup Type: OE_ORDERS_SEARCH_POPLIST
12.2.2
product: ONT - Order Management , meaning: Sales Orders Search By Poplist , description: Poplist for the Search By Attribute for Sales Orders ,
-
Lookup Type: OE_ORDERS_SEARCH_POPLIST_INT
12.2.2
product: ONT - Order Management , meaning: Sales Orders Search By Poplist for Internal User , description: Poplist for the Search By Attribute for Sales Orders ,
-
View: OE_RMA_INVOICE_NUMBER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_RMA_INVOICE_NUMBER_V, object_name:OE_RMA_INVOICE_NUMBER_V, status:VALID, product: ONT - Order Management , description: This view is used for the ValueSet , implementation_dba_data: APPS.OE_RMA_INVOICE_NUMBER_V ,
-
View: OE_RMA_INVOICE_NUMBER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_RMA_INVOICE_NUMBER_V, object_name:OE_RMA_INVOICE_NUMBER_V, status:VALID, product: ONT - Order Management , description: This view is used for the ValueSet , implementation_dba_data: APPS.OE_RMA_INVOICE_NUMBER_V ,
-
Lookup Type: OE_ORDERS_SEARCH_POPLIST_INT
12.1.1
product: ONT - Order Management , meaning: Sales Orders Search By Poplist for Internal User , description: Poplist for the Search By Attribute for Sales Orders ,
-
Lookup Type: CONDITION
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : CONDITION , description: Condition ,