Search Results inventory module in oracle apps
The OE_Tables.html file in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 refers to a documentation or reference file that outlines key tables used in the Order Management (OM) module, specifically within the Order Entry (OE) schema. Oracle EBS is a comprehensive suite of integrated business applications that automate enterprise processes, and the OM module is critical for managing sales orders, returns, and fulfillment workflows. The OE_Tables.html file serves as a technical guide for developers, functional consultants, and database administrators working with the underlying database structure of the OM module.
In Oracle EBS, the Order Management module relies on a robust database schema with numerous tables that store transactional and master data. The OE_Tables.html file typically lists tables such as OE_ORDER_HEADERS_ALL
, OE_ORDER_LINES_ALL
, OE_TRANSACTION_TYPES_TL
, and OE_HOLD_SOURCES_ALL
, among others. These tables are fundamental to the module’s operations. For instance, OE_ORDER_HEADERS_ALL
stores header-level information for sales orders, including order dates, customer details, and statuses, while OE_ORDER_LINES_ALL
contains line-level details such as ordered items, quantities, and pricing. The "_ALL" suffix indicates that these tables are multi-org enabled, meaning they store data for multiple operating units within a single installation of Oracle EBS.
The file may also describe relationships between tables, such as foreign key constraints and indexed columns, which are crucial for performance tuning and data integrity. For example, OE_ORDER_LINES_ALL
typically references OE_ORDER_HEADERS_ALL
via the HEADER_ID
column, ensuring that every order line is linked to a valid order header. Additionally, the file might include details about views, such as OE_ORDER_HEADERS_V
and OE_ORDER_LINES_V
, which provide a simplified interface for querying order data while abstracting underlying table joins and security rules (e.g., Virtual Private Database policies).
In Oracle EBS 12.2.2, the architecture shifts to an online patching model using Edition-Based Redefinition (EBR), which impacts how tables are modified during upgrades or patches. The OE_Tables.html file in this context may include notes about editioning views or how certain tables are marked as "crossedition" to support patching without downtime. This is particularly relevant for customizations or extensions built on top of standard OE tables.
For technical teams, the OE_Tables.html file is a valuable resource for debugging, reporting, and customization. It helps in writing SQL queries for data extracts, creating custom PL/SQL triggers or APIs, or troubleshooting issues like missing data or performance bottlenecks. For example, a developer might refer to this file to identify which tables store hold information (OE_HOLD_SOURCES_ALL
, OE_HOLDS_ALL
) when diagnosing why certain orders are stuck in a pending status.
In summary, the OE_Tables.html file is a structured reference document that encapsulates the database schema of Oracle EBS’s Order Management module. It provides clarity on table structures, relationships, and usage patterns, serving as a cornerstone for technical work in implementations, upgrades, or maintenance of Oracle EBS 12.1.1 or 12.2.2 environments.
-
Lookup Type: OESCH INVENTORY ACTION
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : OESCH INVENTORY ACTION , description: A list of inventory actions. ,
-
Lookup Type: OESCH INVENTORY ACTION
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : OESCH INVENTORY ACTION , description: A list of inventory actions. ,
-
Concurrent Program: OEPAII
12.1.1
execution_filename: OEPAII , product: OE - Order Entry , user_name: OEPAII , description: Add inventory items to a price list , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Concurrent Program: OEPAII
12.2.2
execution_filename: OEPAII , product: OE - Order Entry , user_name: OEPAII , description: Add inventory items to a price list , argument_method: Database fetch , enabled: Yes , execution_method: Spawned ,
-
Lookup Type: PROGRAM_TYPE
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : PROGRAM_TYPE , description: Types of Concurrent Programs ,
-
Lookup Type: PROGRAM_TYPE
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : PROGRAM_TYPE , description: Types of Concurrent Programs ,
-
Lookup Type: ITEM_DISPLAY
12.2.2
product: OE - Order Entry , meaning: Item Display , description: Print Item Description and/or Flexfield ,
-
Lookup Type: ITEM_DISPLAY
12.1.1
product: OE - Order Entry , meaning: Item Display , description: Print Item Description and/or Flexfield ,
-
Lookup Type: COLUMN_TYPE_CODE
12.1.1
product: OE - Order Entry , meaning: column_type_code , description: allowed column type code ,
-
Lookup Type: COLUMN_TYPE_CODE
12.2.2
product: OE - Order Entry , meaning: column_type_code , description: allowed column type code ,
-
File: OE_Dependencies.html
12.2.2
product: OE - Order Entry , size: 277.385 KBytes , file_type: HTML Report , description: OE_Dependencies.html is an html report that documents dependencies to tables and views in the OE product. ,
-
File: OE_Dependencies.html
12.1.1
product: OE - Order Entry , size: 282.872 KBytes , file_type: HTML Report , description: OE_Dependencies.html is an html report that documents dependencies to tables and views in the OE product. ,
-
File: OEProduct_Dependencies.html
12.1.1
product: OE - Order Entry , size: 27.456 KBytes , file_type: HTML Report , description: OEProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the OE product. ,
-
File: OEProduct_Dependencies.html
12.2.2
product: OE - Order Entry , size: 24.249 KBytes , file_type: HTML Report , description: OEProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the OE product. ,
-
Lookup Type: PICK_RELEASE_OPTIONS
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : PICK_RELEASE_OPTIONS , description: Types of orders in a picking batch. ,
-
Lookup Type: PICK_RELEASE_OPTIONS
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : PICK_RELEASE_OPTIONS , description: Types of orders in a picking batch. ,
-
Lookup Type: PROCESS STATUS
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : PROCESS STATUS , description: Process Status ,
-
Lookup Type: PROCESS STATUS
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : PROCESS STATUS , description: Process Status ,
-
View: OE_BIS_CUSTOMER_DELIVERIES_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: OE_BIS_CUSTOMER_DELIVERIES_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: PICK SLIP STATUS
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : PICK SLIP STATUS , description: Pick Slip Status ,
-
Lookup Type: PICK SLIP STATUS
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : PICK SLIP STATUS , description: Pick Slip Status ,
-
Lookup Type: NOTE_FORMAT
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : NOTE_FORMAT , description: Note Usage Format ,
-
Lookup Type: PICK SLIP SHIP ACTION
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : PICK SLIP SHIP ACTION , description: Ship Actions used in the Confirm Shipments form ,
-
Lookup Type: NOTE_FORMAT
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : NOTE_FORMAT , description: Note Usage Format ,
-
Lookup Type: PICK SLIP SHIP ACTION
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : PICK SLIP SHIP ACTION , description: Ship Actions used in the Confirm Shipments form ,
-
Lookup Type: PICK SLIP OPEN/CLOSE ACTION
12.1.1
product: OE - Order Entry , meaning: Meaning N/A for : PICK SLIP OPEN/CLOSE ACTION , description: Open/Close Actions used in the Confirm Shipments form ,
-
Lookup Type: PICK SLIP OPEN/CLOSE ACTION
12.2.2
product: OE - Order Entry , meaning: Meaning N/A for : PICK SLIP OPEN/CLOSE ACTION , description: Open/Close Actions used in the Confirm Shipments form ,
-
View: SO_COMMITMENTS_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_COMMITMENTS_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_SHIP_TO_LOCATIONS_CR_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_SHIP_TO_LOCATIONS_CR_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_CONTACTS_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_CONTACTS_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: OE_BIS_CUSTOMER_SATISFACTION_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
File: OE_Tables.html
12.1.1
product: OE - Order Entry , size: 2.048 MBytes , file_type: HTML Report , description: OE_Tables.html is an html report that documents the table and view definitions for the OE product. ,
-
View: OE_BIS_CUSTOMER_SATISFACTION_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
File: OE_Tables.html
12.2.2
product: OE - Order Entry , size: 2.044 MBytes , file_type: HTML Report , description: OE_Tables.html is an html report that documents the table and view definitions for the OE product. ,
-
View: OEBV_ACTION_RESULTS
12.1.1
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: OEBV_RESULTS
12.1.1
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: OEBV_SALES_ORDER_CYCLE_ACTIONS
12.1.1
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: SO_CUSTOMERS_ACTIVE_V
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: SO_CUSTOMERS_ACTIVE_V
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: OEBV_RESULTS
12.2.2
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: OEBV_SALES_ORDER_CYCLE_ACTIONS
12.2.2
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: OEBV_ACTION_RESULTS
12.2.2
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: OEFV_ITEM_GROUPS
12.2.2
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: OEBV_ITEM_GROUPS
12.2.2
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: OEBV_ITEM_GROUPS
12.1.1
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: OEFV_ITEM_GROUPS
12.1.1
product: OE - Order Entry , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,