Search Results access oracle account
The IBE_ACTIVE_QUOTES_ALL
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical repository for storing active quotes within the iStore (Internet Store) module. This table is part of the Oracle Order Management and iStore integration framework, facilitating the management of customer quotes generated through the web storefront. Below is a detailed analysis of its structure, purpose, and key attributes:
1. Purpose and Functional Context
TheIBE_ACTIVE_QUOTES_ALL
table serves as a transient or staging table for quotes that are actively being processed or negotiated in the iStore environment. It acts as an intermediary between the web storefront and Oracle Order Management, ensuring seamless synchronization of quote data. Key functionalities include:
- Quote Persistence: Stores temporary or active quotes before they are converted to orders or archived.
- Multi-Org Support: The
_ALL
suffix indicates it stores data across multiple operating units (orgs), with filtering viaORG_ID
. - Integration: Links to tables like
OE_QUOTES_ALL
andIBE_QUOTE_LINES_ALL
for end-to-end quote lifecycle management.
2. Key Columns and Relationships
The table's schema typically includes the following critical columns:Column Name | Data Type | Description |
---|---|---|
QUOTE_HEADER_ID | NUMBER | Primary key, referencing OE_QUOTES_ALL.QUOTE_HEADER_ID . |
ACTIVE_FLAG | VARCHAR2(1) | Indicates if the quote is active (Y/N). |
ORG_ID | NUMBER | Operating unit identifier for multi-org filtering. |
CREATION_DATE | DATE | Timestamp of quote creation. |
EXPIRATION_DATE | DATE | Quote validity end date. |
LAST_UPDATE_DATE | DATE | Audit column for last modification. |
3. Integration with Other Modules
The table interacts with several Oracle EBS modules:- Order Management (OM): Quotes are converted to orders via
OE_QUOTES_ALL
. - iStore: Web storefront uses this table to display active quotes to customers.
- Pricing: Links to
QP_LISTS
for pricing adjustments during quote negotiation.
4. Technical Considerations
- Indexing: Typically indexed on
QUOTE_HEADER_ID
andORG_ID
for performance. - Purge Logic: Inactive quotes may be purged via concurrent programs or custom scripts.
- Security: Access controlled via Oracle's Multi-Org Access Control (MOAC) and function security.
5. Customization and Extensions
Common extensions include:- Adding custom columns for industry-specific attributes.
- Triggers to enforce business rules during quote updates.
- APIs (
IBE_QUOTE_PUB
) for programmatic quote management.
6. Conclusion
TheIBE_ACTIVE_QUOTES_ALL
table is a pivotal component in Oracle EBS for managing quotes in iStore. Its design ensures scalability, multi-org compliance, and integration with Order Management, making it indispensable for quote-to-order workflows in B2B or B2C environments.
-
Lookup Type: IBE_OT_VIEWBY_CUST_ORDERS
12.1.1
product: IBE - iStore , meaning: Used to set the profile View-By Customer Orders in OT , description: Used to set the profile View-By Customer Orders in OT ,
-
Lookup Type: IBE_OT_VIEWBY_CUST_ORDERS
12.2.2
product: IBE - iStore , meaning: Used to set the profile View-By Customer Orders in OT , description: Used to set the profile View-By Customer Orders in OT ,
-
Lookup Type: IBE_ECR_ORDER_SOURCE
12.2.2
product: IBE - iStore , meaning: iStore Order Facts Sources , description: iStore Order Facts Sources ,
-
Lookup Type: IBE_ECR_ORDER_SOURCE
12.1.1
product: IBE - iStore , meaning: iStore Order Facts Sources , description: iStore Order Facts Sources ,
-
Table: IBE_ACTIVE_QUOTES_ALL
12.2.2
owner:IBE, object_type:TABLE, fnd_design_data:IBE.IBE_ACTIVE_QUOTES_ALL, object_name:IBE_ACTIVE_QUOTES_ALL, status:VALID, product: IBE - iStore , description: Table to track the active carts for a given party and cust account. , implementation_dba_data: IBE.IBE_ACTIVE_QUOTES_ALL ,
-
Table: IBE_ACTIVE_QUOTES_ALL
12.1.1
owner:IBE, object_type:TABLE, fnd_design_data:IBE.IBE_ACTIVE_QUOTES_ALL, object_name:IBE_ACTIVE_QUOTES_ALL, status:VALID, product: IBE - iStore , description: Table to track the active carts for a given party and cust account. , implementation_dba_data: IBE.IBE_ACTIVE_QUOTES_ALL ,
-
Lookup Type: IBE_WF_NOTIFICATION
12.1.1
product: IBE - iStore , meaning: iStore Workflow Notifications , description: iStore Workflow Notifications ,
-
Lookup Type: IBE_WF_NOTIFICATION
12.2.2
product: IBE - iStore , meaning: iStore Workflow Notifications , description: iStore Workflow Notifications ,
-
Lookup Type: IBE_PARTY_ACCESS_CODE
12.1.1
product: IBE - iStore , meaning: Party Access Codes , description: Access Code used to specify which Parties are Included/Excluded ,
-
Lookup Type: IBE_PARTY_ACCESS_CODE
12.2.2
product: IBE - iStore , meaning: Party Access Codes , description: Access Code used to specify which Parties are Included/Excluded ,
-
Lookup Type: IBE_SEARCH_ITEM_TYPE
12.1.1
product: IBE - iStore , meaning: IBE_SEARCH_ITEM_TYPE , description: Search types for deliverables ,
-
Lookup Type: IBE_SEARCH_ITEM_TYPE
12.2.2
product: IBE - iStore , meaning: IBE_SEARCH_ITEM_TYPE , description: Search types for deliverables ,
-
Table: IBE_SH_QUOTE_ACCESS
12.2.2
owner:IBE, object_type:TABLE, fnd_design_data:IBE.IBE_SH_QUOTE_ACCESS, object_name:IBE_SH_QUOTE_ACCESS, status:VALID, product: IBE - iStore , description: Stores shopping cart (quote) access details , implementation_dba_data: IBE.IBE_SH_QUOTE_ACCESS ,
-
Table: IBE_SH_QUOTE_ACCESS
12.1.1
owner:IBE, object_type:TABLE, fnd_design_data:IBE.IBE_SH_QUOTE_ACCESS, object_name:IBE_SH_QUOTE_ACCESS, status:VALID, product: IBE - iStore , description: Stores shopping cart (quote) access details , implementation_dba_data: IBE.IBE_SH_QUOTE_ACCESS ,
-
Lookup Type: IBE_QUOTE_UPDATE_PRIVILEGE
12.1.1
product: IBE - iStore , meaning: IBE_QUOTE_UPDATE_PRIVILEGE , description: Recipient Access Levels ,
-
Lookup Type: IBE_QUOTE_UPDATE_PRIVILEGE
12.2.2
product: IBE - iStore , meaning: IBE_QUOTE_UPDATE_PRIVILEGE , description: Recipient Access Levels ,
-
Concurrent Program: IBEIBYFC
12.2.2
execution_filename: IBE_PAYMENT_INT_PVT.migrate_ibe_cc_data , product: IBE - iStore , user_name: IBEIBYFC , description: iStore program to migrate credit card data to Oracle Payments , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: IBEIBYFC
12.1.1
execution_filename: IBE_PAYMENT_INT_PVT.migrate_ibe_cc_data , product: IBE - iStore , user_name: IBEIBYFC , description: iStore program to migrate credit card data to Oracle Payments , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: IBEVMOCM
12.2.2
execution_filename: IBE_M_MIGRATION_PVT.ocmMigration , product: IBE - iStore , user_name: IBE_M_OCMMIGRATION , description: iStore OCM Migration executable , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: IBEVMOCM
12.1.1
execution_filename: IBE_M_MIGRATION_PVT.ocmMigration , product: IBE - iStore , user_name: IBE_M_OCMMIGRATION , description: iStore OCM Migration executable , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Table: IBE_SECTION_SEARCH_PART
12.1.1
owner:IBE, object_type:TABLE, fnd_design_data:IBE.IBE_SECTION_SEARCH_PART, object_name:IBE_SECTION_SEARCH_PART, status:VALID, product: IBE - iStore , implementation_dba_data: IBE.IBE_SECTION_SEARCH_PART ,
-
Table: IBE_SECTION_SEARCH_PART
12.2.2
owner:IBE, object_type:TABLE, fnd_design_data:IBE.IBE_SECTION_SEARCH_PART, object_name:IBE_SECTION_SEARCH_PART, status:VALID, product: IBE - iStore , implementation_dba_data: IBE.IBE_SECTION_SEARCH_PART ,
-
File: IBEExpressCheckout.pdf
12.1.1
product: IBE - iStore , size: 21.687 KBytes , file_type: PDF Diagram ,
-
File: dbi_60_ibe_product_category.pdf
12.2.2
product: IBE - iStore , size: 32.088 KBytes , file_type: PDF Diagram ,
-
File: IBEShoppingCart.pdf
12.2.2
product: IBE - iStore , size: 47.316 KBytes , file_type: PDF Diagram ,
-
File: IBESections.pdf
12.2.2
product: IBE - iStore , size: 32.159 KBytes , file_type: PDF Diagram ,
-
File: IBESearch.pdf
12.2.2
product: IBE - iStore , size: 25.22 KBytes , file_type: PDF Diagram ,
-
File: IBEShoppingCart.pdf
12.1.1
product: IBE - iStore , size: 47.316 KBytes , file_type: PDF Diagram ,
-
File: IBESpecialtyStores.pdf
12.1.1
product: IBE - iStore , size: 48.603 KBytes , file_type: PDF Diagram ,
-
File: IBESections.pdf
12.1.1
product: IBE - iStore , size: 32.159 KBytes , file_type: PDF Diagram ,
-
File: IBEExpressCheckout.pdf
12.2.2
product: IBE - iStore , size: 21.687 KBytes , file_type: PDF Diagram ,
-
Table: IBE_MIGRATION_HISTORY
12.2.2
owner:IBE, object_type:TABLE, fnd_design_data:IBE.IBE_MIGRATION_HISTORY, object_name:IBE_MIGRATION_HISTORY, status:VALID, product: IBE - iStore , description: Table to Keep track of migration History. , implementation_dba_data: IBE.IBE_MIGRATION_HISTORY ,
-
Table: IBE_MIGRATION_HISTORY
12.1.1
owner:IBE, object_type:TABLE, fnd_design_data:IBE.IBE_MIGRATION_HISTORY, object_name:IBE_MIGRATION_HISTORY, status:VALID, product: IBE - iStore , description: Table to Keep track of migration History. , implementation_dba_data: IBE.IBE_MIGRATION_HISTORY ,
-
File: dbi_70_ibe_new_customers.pdf
12.1.1
product: IBE - iStore , size: 86.073 KBytes , file_type: PDF Diagram ,
-
File: dbi_60_ibe_new_customers.pdf
12.2.2
product: IBE - iStore , size: 26.842 KBytes , file_type: PDF Diagram ,
-
File: IBEDisplayManager.pdf
12.2.2
product: IBE - iStore , size: 46.47 KBytes , file_type: PDF Diagram ,
-
File: dbi_60_ibe_product_category.pdf
12.1.1
product: IBE - iStore , size: 32.088 KBytes , file_type: PDF Diagram ,
-
File: dbi_60_ibe_new_customers.pdf
12.1.1
product: IBE - iStore , size: 26.842 KBytes , file_type: PDF Diagram ,
-
File: IBEDisplayManager.pdf
12.1.1
product: IBE - iStore , size: 46.47 KBytes , file_type: PDF Diagram ,
-
File: dbi_60_ibe_carts_orders.pdf
12.1.1
product: IBE - iStore , size: 27.206 KBytes , file_type: PDF Diagram ,
-
File: dbi_70_ibe_new_customers.pdf
12.2.2
product: IBE - iStore , size: 86.073 KBytes , file_type: PDF Diagram ,
-
File: dbi_60_ibe_carts_orders.pdf
12.2.2
product: IBE - iStore , size: 27.206 KBytes , file_type: PDF Diagram ,
-
File: dbi_70_ibe_carts_orders.pdf
12.2.2
product: IBE - iStore , size: 58.217 KBytes , file_type: PDF Diagram ,
-
File: IBEReporting.pdf
12.2.2
product: IBE - iStore , size: 23.279 KBytes , file_type: PDF Diagram ,
-
File: iStore 11i10 ERD.pdf
12.1.1
product: IBE - iStore , size: 73.674 KBytes , file_type: PDF Diagram ,
-
File: IBEReporting.pdf
12.1.1
product: IBE - iStore , size: 23.279 KBytes , file_type: PDF Diagram ,
-
File: IBESearch.pdf
12.1.1
product: IBE - iStore , size: 25.22 KBytes , file_type: PDF Diagram ,
-
File: dbi_70_ibe_carts_orders.pdf
12.1.1
product: IBE - iStore , size: 58.217 KBytes , file_type: PDF Diagram ,
-
File: IBERelationShips.pdf
12.1.1
product: IBE - iStore , size: 37.253 KBytes , file_type: PDF Diagram ,
-
File: IBERelationShips.pdf
12.2.2
product: IBE - iStore , size: 37.253 KBytes , file_type: PDF Diagram ,