Search Results sales
The OE_BLANKET_LINES_ALL
table is a fundamental component of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically within the Order Management (OM) module. It stores detailed information about blanket sales agreement lines, which are long-term agreements between buyers and sellers outlining terms, pricing, and products/services to be delivered over a specified period. This table is part of the multi-org architecture, meaning it contains data for all operating units, distinguished by the ORG_ID
column.
Key Attributes and Structure
TheOE_BLANKET_LINES_ALL
table includes critical columns such as:
- LINE_ID: Primary key identifier for each blanket line.
- HEADER_ID: Foreign key linking to
OE_BLANKET_HEADERS_ALL
, associating lines with their parent agreement. - INVENTORY_ITEM_ID: References
MTL_SYSTEM_ITEMS_B
to identify the product/service. - ORDERED_QUANTITY: Total quantity agreed upon in the blanket line.
- UNIT_SELLING_PRICE: Pre-negotiated unit price for the item.
- SHIP_FROM_ORG_ID: Indicates the inventory organization fulfilling the order.
- SHIP_TO_ORG_ID: References
HR_ALL_ORGANIZATION_UNITS
for the delivery location. - CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY: Standard Oracle audit columns.
Functional Role in Order Management
Blanket agreements streamline procurement by eliminating repetitive negotiations. TheOE_BLANKET_LINES_ALL
table enables:
- Pricing Consistency: Enforces pre-agreed pricing via the
UNIT_SELLING_PRICE
column, reducing manual input errors. - Quantity Tracking: Toggles
ORDERED_QUANTITY
againstFULFILLED_QUANTITY
to monitor remaining commitments. - Release Generation: Serves as a template for release orders (stored in
OE_ORDER_LINES_ALL
), ensuring compliance with agreement terms.
Integration with Other Modules
The table interacts with:- Inventory (INV): Validates item availability via
INVENTORY_ITEM_ID
andSHIP_FROM_ORG_ID
. - Advanced Pricing: Applies complex pricing rules through modifiers linked to
LINE_ID
. - Receivables (AR): Feeds billing data when blanket lines are invoiced.
Technical Considerations
- Multi-Org Access Control (MOAC): Queries must filter by
ORG_ID
to avoid cross-org data leaks. - Indexing: Key indexes include
OE_BLANKET_LINES_N1
(HEADER_ID
) andOE_BLANKET_LINES_U1
(LINE_ID
) for performance. - Data Retention: Large volumes may require archival strategies, as historical blanket data is often retained for audits.
Customization and Extensions
Common extensions include:- Descriptive Flexfields (DFFs): Adding custom attributes like contract-specific metadata.
- API Hooks: Using
OE_BLANKET_LINES_PUB
to programmatically create/modify lines. - Workflow: Triggering approvals based on line attributes (e.g., high-value items).
Conclusion
TheOE_BLANKET_LINES_ALL
table is pivotal in Oracle EBS Order Management, providing the structural foundation for blanket sales agreements. Its design supports multi-org operations, enforces contractual terms, and integrates seamlessly with inventory, pricing, and financial modules. Proper utilization ensures efficient long-term order processing while maintaining data integrity across the enterprise.
-
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 ,
-
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 ,
-
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 ,
-
Concurrent Program: ONT_BUSDOC_CONCPROG
12.1.1
execution_filename: PrintCP , product: ONT - Order Management , user_name: ONT_BUSDOC_PRINT_CP , description: Executable to generate a Sales Agreement/Sales Order or Contract Attachment , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: ONT_BUSDOC_CONCPROG
12.2.2
execution_filename: PrintCP , product: ONT - Order Management , user_name: ONT_BUSDOC_PRINT_CP , description: Executable to generate a Sales Agreement/Sales Order or Contract Attachment , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Lookup Type: SALES_DOCUMENT_TYPE
12.2.2
product: ONT - Order Management , meaning: SALES_DOCUMENT_TYPE , description: Lookup codes for OM Sales Agreement and Sales Order. ,
-
Lookup Type: SALES_DOCUMENT_TYPE
12.1.1
product: ONT - Order Management , meaning: SALES_DOCUMENT_TYPE , description: Lookup codes for OM Sales Agreement and Sales Order. ,
-
Lookup Type: HOLD_ENTITY_DESC
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : HOLD_ENTITY_DESC , description: Hold Entity Code Description ,
-
Concurrent Program: OEXSSOCP
12.1.1
execution_filename: OE_Acknowledgment_Pub.Process_SSO_CONC_PGM , product: ONT - Order Management , user_name: Show Sales Order , description: Show Sales Order Concurrent Program Executable , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: HOLD_ENTITY_DESC
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : HOLD_ENTITY_DESC , description: Hold Entity Code Description ,
-
Lookup Type: SALES_CHANNEL
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : SALES_CHANNEL , description: Sales Channels ,
-
Lookup Type: SALES_CHANNEL
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : SALES_CHANNEL , description: Sales Channels ,
-
Concurrent Program: OEXSSOCP
12.2.2
execution_filename: OE_Acknowledgment_Pub.Process_SSO_CONC_PGM , product: ONT - Order Management , user_name: Show Sales Order , description: Show Sales Order Concurrent Program Executable , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: OEXPODIS ORDER BY
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : OEXPODIS ORDER BY , description: Sort by options for Sales Order Purchase Order Discrepancy report ,
-
Lookup Type: OEXPODIS ORDER BY
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : OEXPODIS ORDER BY , description: Sort by options for Sales Order Purchase Order Discrepancy report ,
-
Concurrent Program: OEXOEACK
12.2.2
execution_filename: OEXOEACK , product: ONT - Order Management , user_name: OEXOEACK , description: Sales Order Acknowledgement , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: EDW_OE_SLCHNL_M
12.2.2
execution_filename: EDW_OE_SLCHNL_M_C.PUSH , product: ONT - Order Management , user_name: EDW_OE_SLCHNL_M , description: Sales Channel Dimension , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: EDW_OE_SLCHNL_M
12.1.1
execution_filename: EDW_OE_SLCHNL_M_C.PUSH , product: ONT - Order Management , user_name: EDW_OE_SLCHNL_M , description: Sales Channel Dimension , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
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 ,
-
Concurrent Program: OEXOEACK
12.1.1
execution_filename: OEXOEACK , product: ONT - Order Management , user_name: OEXOEACK , description: Sales Order Acknowledgement , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Table: OE_BLANKET_LINES_ALL
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_BLANKET_LINES_ALL, object_name:OE_BLANKET_LINES_ALL, status:VALID, product: ONT - Order Management , description: Table to capture sales agreement Line details.(Attributes common between Sales Order and Sales Agreements). , implementation_dba_data: ONT.OE_BLANKET_LINES_ALL ,
-
Table: OE_BLANKET_LINES_ALL
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_BLANKET_LINES_ALL, object_name:OE_BLANKET_LINES_ALL, status:VALID, product: ONT - Order Management , description: Table to capture sales agreement Line details.(Attributes common between Sales Order and Sales Agreements). , implementation_dba_data: ONT.OE_BLANKET_LINES_ALL ,
-
Concurrent Program: OEXPODIS
12.1.1
execution_filename: OEXPODIS , product: ONT - Order Management , user_name: OEXPODIS , description: Sales Order and Purchase Order Discrepancy Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: REPORT_LINE_DISPLAY
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : REPORT_LINE_DISPLAY , description: Report Line Display ,
-
Concurrent Program: OEXPODIS
12.2.2
execution_filename: OEXPODIS , product: ONT - Order Management , user_name: OEXPODIS , description: Sales Order and Purchase Order Discrepancy Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Lookup Type: REPORT_LINE_DISPLAY
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : REPORT_LINE_DISPLAY , description: Report Line Display ,
-
Lookup Type: REPORT_ORDER_CATEGORY
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : REPORT_ORDER_CATEGORY , description: Report Order Categories ,
-
Lookup Type: REPORT_ORDER_CATEGORY
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : REPORT_ORDER_CATEGORY , description: Report Order Categories ,
-
Lookup Type: ONT_SALES_ORDER_NAVIGATION
12.1.1
product: ONT - Order Management , meaning: ONT_SALES_ORDER_NAVIGATION , description: Navigation to the Sales Order form from the Pricing and Availability form ,
-
Lookup Type: ONT_SALES_ORDER_NAVIGATION
12.2.2
product: ONT - Order Management , meaning: ONT_SALES_ORDER_NAVIGATION , description: Navigation to the Sales Order form from the Pricing and Availability form ,
-
Table: OE_BLANKET_LINES_EXT
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_BLANKET_LINES_EXT, object_name:OE_BLANKET_LINES_EXT, status:VALID, product: ONT - Order Management , description: Table to capture sales agreement line details specific to sales agreement functionality. , implementation_dba_data: ONT.OE_BLANKET_LINES_EXT ,
-
Table: OE_BLANKET_HEADERS_EXT
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_BLANKET_HEADERS_EXT, object_name:OE_BLANKET_HEADERS_EXT, status:VALID, product: ONT - Order Management , description: Table to capture sales agreement header details, specific to sales agreement functionality , implementation_dba_data: ONT.OE_BLANKET_HEADERS_EXT ,
-
Table: OE_BLANKET_HEADERS_EXT
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_BLANKET_HEADERS_EXT, object_name:OE_BLANKET_HEADERS_EXT, status:VALID, product: ONT - Order Management , description: Table to capture sales agreement header details, specific to sales agreement functionality , implementation_dba_data: ONT.OE_BLANKET_HEADERS_EXT ,
-
Table: OE_BLANKET_LINES_EXT
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_BLANKET_LINES_EXT, object_name:OE_BLANKET_LINES_EXT, status:VALID, product: ONT - Order Management , description: Table to capture sales agreement line details specific to sales agreement functionality. , implementation_dba_data: ONT.OE_BLANKET_LINES_EXT ,
-
Concurrent Program: OEXOEACK_XML
12.2.2
product: ONT - Order Management , user_name: Sales Order Acknowledgement (XML) , description: Sales Order Acknowledgement , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: OEXOEACK_XML
12.1.1
product: ONT - Order Management , user_name: Sales Order Acknowledgement (XML) , description: Sales Order Acknowledgement , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
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 ,
-
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: RESTRICT_CUSTOMERS
12.1.1
product: ONT - Order Management , meaning: Restrict Customers In Sales Order Form , description: Restrict Customers In Sales Order Form LOV's ,
-
Lookup Type: RESTRICT_CUSTOMERS
12.2.2
product: ONT - Order Management , meaning: Restrict Customers In Sales Order Form , description: Restrict Customers In Sales Order Form LOV's ,
-
Lookup Type: OEXOEOCS SORT BY
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : OEXOEOCS SORT BY ,
-
Lookup Type: OEXOEOCS SORT BY
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : OEXOEOCS SORT BY ,
-
Lookup Type: OEXOESOS ORDER BY
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : OEXOESOS ORDER BY , description: Sort by options for Sales Representative Order Summary Report ,
-
Lookup Type: OEXOESOS ORDER BY
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : OEXOESOS ORDER BY , description: Sort by options for Sales Representative Order Summary Report ,
-
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 ,
-
Lookup Type: OEXOEIOD ORDER BY
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : OEXOEIOD ORDER BY , description: Sort By options for Order Invoice Detail Report ,
-
Lookup Type: OEXOEIOD ORDER BY
12.2.2
product: ONT - Order Management , meaning: Meaning N/A for : OEXOEIOD ORDER BY , description: Sort By options for Order Invoice Detail Report ,
-
Lookup Type: OEXOEPKI ORDER BY
12.1.1
product: ONT - Order Management , meaning: Meaning N/A for : OEXOEPKI ORDER BY , description: Sort by options for Order Processing Key Indicators Report ,