Search Results oracle base and oracle home configuration
The OE_ORDER_LINES_ALL_EXT_B
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 serves as a critical extension entity for the OE_ORDER_LINES_ALL
base table, which stores order line details in the Order Management (OM) module. This table is part of Oracle's extensibility framework, allowing organizations to add custom attributes to standard order line records without modifying the core schema. The "_B" suffix denotes it as the base table for extensible flexfields (EFF), while its corresponding "_TL" (translation) table stores language-specific labels for these attributes.
Key Features and Structure:
1. Primary Key Relationship: The table's primary key (LINE_ID
) references OE_ORDER_LINES_ALL.LINE_ID
, maintaining a strict 1:1 relationship with order line records.
2. Flexfield Integration: Supports descriptive flexfields (DFF) and extensible flexfields (EFF) through columns like ATTRIBUTE_CATEGORY
(context field) and ATTRIBUTE1-15
(custom value fields).
3. Extension Columns: Contains predefined extension columns (GLOBAL_ATTRIBUTE1-20
) for global attributes that apply across all contexts.
4. Multi-Org Architecture: Includes ORG_ID
for multi-organization support, aligning with Oracle's security model.
Technical Implementation:
The table is created during the Order Management module installation with the following key DDL characteristics:
CREATE TABLE OE_ORDER_LINES_ALL_EXT_B ( LINE_ID NUMBER NOT NULL, ATTRIBUTE_CATEGORY VARCHAR2(30), ATTRIBUTE1 VARCHAR2(150), ... ATTRIBUTE15 VARCHAR2(150), GLOBAL_ATTRIBUTE1 VARCHAR2(150), ... GLOBAL_ATTRIBUTE20 VARCHAR2(150), ORG_ID NUMBER, CONSTRAINT OE_ORDER_LINES_EXT_B_PK PRIMARY KEY (LINE_ID) );Functional Usage: 1. Custom Data Storage: Stores industry-specific or organization-unique data elements like customer-specific part classifications, regulatory flags, or special fulfillment instructions. 2. Integration Points: Extended attributes often feed downstream systems through Order Management's integration interfaces (e.g., Order Import/Export, XML Gateway). 3. Reporting: Custom attributes become available for reporting in tools like Oracle BI Publisher or Discoverer. Implementation Considerations: 1. Performance Impact: Excessive use of extension columns can affect query performance; indexing strategies should be considered for frequently filtered attributes. 2. Upgrade Safety: Being part of the extension framework, customizations in this table are generally preserved during upgrades. 3. Validation: Any custom validation logic for extended attributes must be implemented via OM form personalization or workflow rules. Common Use Cases: - Storing customer-specific line-level requirements - Capturing regulatory compliance flags (e.g., RoHS, REACH) - Adding service contract references to product lines - Tracking special shipping or handling instructions The table participates in all standard Order Management processes including pricing, availability checking, shipping, and invoicing workflows. When implementing extensions, developers should utilize Oracle's public APIs (
OE_ORDER_PUB
, OE_ORDER_LINES_PUB
) rather than direct DML to ensure business logic integrity.
In EBS 12.2.2, this table benefits from the edition-based redefinition (EBR) feature, allowing online patching and reduced downtime for schema changes. The table's contents are automatically included in Oracle's Trading Community Architecture (TCA) data security framework when relevant.
-
Lookup Type: CONFIGURATION ACTION QP
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : CONFIGURATION ACTION QP , description: Configuration Action QuickPick ,
-
Lookup Type: CONFIGURATION ACTION
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : CONFIGURATION ACTION , description: Configuration Action ,
-
Lookup Type: CONFIGURATION ACTION
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : CONFIGURATION ACTION , description: Configuration Action ,
-
Lookup Type: RETURN CONFIGURATION ACTION
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : RETURN CONFIGURATION ACTION , description: Return Configuration Action ,
-
Lookup Type: RETURN CONFIGURATION ACTION
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : RETURN CONFIGURATION ACTION , description: Return Configuration Action ,
-
Lookup Type: CONFIGURATION EFFECTIVE DATE
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : Configuration Effective Date , description: Profile Option OM: Configuration Effective Date Values ,
-
Lookup Type: CONFIGURATION EFFECTIVE DATE
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : Configuration Effective Date , description: Profile Option OM: Configuration Effective Date Values ,
-
Lookup Type: CONFIGURATION ACTION QP
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : CONFIGURATION ACTION QP , description: Configuration Action QuickPick ,
-
Lookup Type: OE_CONFIGURATION_LINK_ACTION
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : OE_CONFIGURATION_LINK_ACTION , description: Configuration Link and Delink Action Values ,
-
Lookup Type: OE_CONFIGURATION_LINK_ACTION
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : OE_CONFIGURATION_LINK_ACTION , description: Configuration Link and Delink Action Values ,
-
Lookup Type: OESCH MATCH RESERVE ACTION
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : OESCH MATCH RESERVE ACTION , description: A list of ATO Match and Reserve actions. ,
-
Lookup Type: OESCH MATCH RESERVE ACTION
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : OESCH MATCH RESERVE ACTION , description: A list of ATO Match and Reserve actions. ,
-
Lookup Type: ORDER SCOPE
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : ORDER SCOPE , description: Order Scope ,
-
Lookup Type: ORDER SCOPE
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : ORDER SCOPE , description: Order Scope ,
-
Lookup Type: OESCH LINES NEXT OPTION
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : OESCH LINES NEXT OPTION ,
-
Lookup Type: OESCH LINES NEXT OPTION
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : OESCH LINES NEXT OPTION ,
-
Concurrent Program: OESPLC
12.2.2
execution_filename: OE_Split_Util.Defer_Split , product: ONT - Order Management , user_name: Split Configuration , description: Split action for Model Lines , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: OESPLC
12.1.1
execution_filename: OE_Split_Util.Defer_Split , product: ONT - Order Management , user_name: Split Configuration , description: Split action for Model Lines , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: OM_CONFIG_EFFECTIVE_DATE
12.1.1
product: ONT - Order Management , meaning: OM: CONFIGURATION EFFECTIVE DATE , description: Used to set a value for OM system parameter - Configuration Effective Dates ,
-
Lookup Type: RETURN SCOPE
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : RETURN SCOPE , description: Return Scope ,
-
Lookup Type: RETURN SCOPE
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : RETURN SCOPE , description: Return Scope ,
-
Lookup Type: OM_CONFIG_EFFECTIVE_DATE
12.2.2
product: ONT - Order Management , meaning: OM: CONFIGURATION EFFECTIVE DATE , description: Used to set a value for OM system parameter - Configuration Effective Dates ,
-
Lookup Type: CONDITION
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : CONDITION , description: Condition ,
-
Lookup Type: CONDITION
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : CONDITION , description: Condition ,
-
Lookup Type: RELEASE_REASON
12.1.1
product: ONT - Order Management , meaning: Release Reason Code , description: Release Reason Code when releasing Holds ,
-
Lookup Type: RELEASE_REASON
12.2.2
product: ONT - Order Management , meaning: Release Reason Code , description: Release Reason Code when releasing Holds ,
-
Lookup Type: SOXOEECF NEXT_OPTION
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : SOXOEECF NEXT_OPTION , description: Navigation ,
-
Lookup Type: SOXOEECF NEXT_OPTION
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : SOXOEECF NEXT_OPTION , description: Navigation ,
-
Lookup Type: FORM
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : FORM , description: Form ,
-
Lookup Type: FORM
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : FORM , description: Form ,
-
Lookup Type: HOLDABLE_LINE_ACTIVITIES
12.2.2
product: ONT - Order Management , meaning: Holdable Line Activiites , description: Holdable Line Activities ,
-
Lookup Type: HOLDABLE_LINE_ACTIVITIES
12.1.1
product: ONT - Order Management , meaning: Holdable Line Activiites , description: Holdable Line Activities ,
-
Lookup Type: WF_ASSIGN_ITEM_TYPES
12.1.1
product: ONT - Order Management , meaning: Workflow Item Types ,
-
Lookup Type: WF_ASSIGN_ITEM_TYPES
12.2.2
product: ONT - Order Management , meaning: Workflow Item Types ,
-
View: OEBV_ORDER_CANCELLATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEBV_ORDER_CANCELLATIONS ONT.OEBV_ORDER_CANCELLATIONS, object_name:OEBV_ORDER_CANCELLATIONS, status:VALID, product: ONT - Order Management , description: Base BIS Business View for Order Cancellations. , implementation_dba_data: APPS.OEBV_ORDER_CANCELLATIONS ,
-
View: OEBV_ORDER_CANCELLATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEBV_ORDER_CANCELLATIONS ONT.OEBV_ORDER_CANCELLATIONS, object_name:OEBV_ORDER_CANCELLATIONS, status:VALID, product: ONT - Order Management , description: Base BIS Business View for Order Cancellations. , implementation_dba_data: APPS.OEBV_ORDER_CANCELLATIONS ,
-
View: OEBV_CUSTOMER_AGREEMENTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEBV_CUSTOMER_AGREEMENTS ONT.OEBV_CUSTOMER_AGREEMENTS, object_name:OEBV_CUSTOMER_AGREEMENTS, status:VALID, product: ONT - Order Management , description: Base BIS Business View for Customer Agreements. , implementation_dba_data: APPS.OEBV_CUSTOMER_AGREEMENTS ,
-
View: OEBV_CUSTOMER_AGREEMENTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEBV_CUSTOMER_AGREEMENTS ONT.OEBV_CUSTOMER_AGREEMENTS, object_name:OEBV_CUSTOMER_AGREEMENTS, status:VALID, product: ONT - Order Management , description: Base BIS Business View for Customer Agreements. , implementation_dba_data: APPS.OEBV_CUSTOMER_AGREEMENTS ,
-
View: OEBV_SALES_ORDER_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEBV_SALES_ORDER_TYPES ONT.OEBV_SALES_ORDER_TYPES, object_name:OEBV_SALES_ORDER_TYPES, status:VALID, product: ONT - Order Management , description: Base BIS Business View for Sales Order Types. , implementation_dba_data: APPS.OEBV_SALES_ORDER_TYPES ,
-
View: OEBV_SALES_ORDER_TYPES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEBV_SALES_ORDER_TYPES ONT.OEBV_SALES_ORDER_TYPES, object_name:OEBV_SALES_ORDER_TYPES, status:VALID, product: ONT - Order Management , description: Base BIS Business View for Sales Order Types. , implementation_dba_data: APPS.OEBV_SALES_ORDER_TYPES ,
-
Lookup Type: ONT_INSTALL_BASE
12.1.1
product: ONT - Order Management , meaning: OM:Same as Install Base , description: To identify it as Same as Install Base ,
-
Lookup Type: ONT_INSTALL_BASE
12.2.2
product: ONT - Order Management , meaning: OM:Same as Install Base , description: To identify it as Same as Install Base ,
-
Lookup Type: FULFILLMENT_BASE
12.2.2
product: ONT - Order Management , meaning: FULFILLMENT BASE , description: Fulfillment Base lookup values ,
-
Table: OE_ORDER_LINES_ALL_EXT_B
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ORDER_LINES_ALL_EXT_B, object_name:OE_ORDER_LINES_ALL_EXT_B, status:VALID, product: ONT - Order Management , description: Base table to store user defined attributes of oe_order_lines_all , implementation_dba_data: ONT.OE_ORDER_LINES_ALL_EXT_B ,
-
Table: OE_ORDER_HEADERS_ALL_EXT_B
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_ORDER_HEADERS_ALL_EXT_B, object_name:OE_ORDER_HEADERS_ALL_EXT_B, status:VALID, product: ONT - Order Management , description: Base table to store user defined attributes of oe_order_headers_all , implementation_dba_data: ONT.OE_ORDER_HEADERS_ALL_EXT_B ,
-
Lookup Type: ITEM_OWNER
12.2.2
product: ONT - Order Management , meaning: OM: Item Owner , description: Install Base Owner Values ,
-
Lookup Type: ITEM_OWNER
12.1.1
product: ONT - Order Management , meaning: OM: Item Owner , description: Install Base Owner Values ,
-
View: OEBV_HOLD_RELEASES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OEBV_HOLD_RELEASES, object_name:OEBV_HOLD_RELEASES, status:VALID, product: ONT - Order Management , description: Base BIS Business View for Order Hold Releases. , implementation_dba_data: APPS.OEBV_HOLD_RELEASES ,
-
View: OEBV_SALES_CREDIT_TYPES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.OEBV_SALES_CREDIT_TYPES ONT.OEBV_SALES_CREDIT_TYPES, object_name:OEBV_SALES_CREDIT_TYPES, status:VALID, product: ONT - Order Management , description: Base BIS Business View for Sales Credit Types. , implementation_dba_data: APPS.OEBV_SALES_CREDIT_TYPES ,
-
View: OEBV_HOLD_RELEASES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OEBV_HOLD_RELEASES, object_name:OEBV_HOLD_RELEASES, status:VALID, product: ONT - Order Management , description: Base BIS Business View for Order Hold Releases. , implementation_dba_data: APPS.OEBV_HOLD_RELEASES ,