Search Results operating
The ICX_WEB_STORE_OPTIONS
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical repository for configuring and managing web store preferences within the Oracle iStore module. This module facilitates B2B and B2C e-commerce functionalities, allowing organizations to set up customizable online storefronts. The table stores various parameters that define the behavior, appearance, and operational rules of the web store, ensuring seamless integration with Oracle EBS's core modules such as Order Management, Inventory, and Pricing.
### **Structure and Key Columns**
The ICX_WEB_STORE_OPTIONS
table consists of columns that define store-level configurations, including:
1. **STORE_ID
** – A unique identifier linking to ICX_STORES
, representing the specific web store instance.
2. **OPTION_CODE
** – A parameter key (e.g., CHECKOUT_PAGE_STYLE
, ENABLE_GUEST_CHECKOUT
) that determines a configurable aspect of the store.
3. **OPTION_VALUE
** – The value assigned to the parameter (e.g., YES/NO
, numeric, or text-based settings).
4. **DESCRIPTION
** – A brief explanation of the parameter’s purpose.
5. **CREATION_DATE
**, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
– Audit columns tracking record changes.
### **Functional Significance**
The table plays a pivotal role in customizing storefront behavior, including:
- **Checkout Process**: Controls guest checkout availability, payment gateways, and shipping options.
- **Pricing & Discounts**: Defines rules for displaying tax-inclusive pricing, promotional discounts, or tiered pricing.
- **Localization**: Stores language, currency, and regional compliance settings (e.g., GDPR cookie consent).
- **UI/UX Customization**: Manages themes, banners, and product display layouts.
- **Integration Flags**: Enables/disables APIs for ERP integrations (e.g., real-time inventory checks).
### **Technical Implementation**
- **Data Population**: Typically configured via Oracle iStore Administrator responsibility (Store Administration
screens) or backend scripts for bulk updates.
- **Dependencies**: Linked to ICX_STORES
(store metadata), FND_APPLICATIONS
(module associations), and HR_ORGANIZATION_UNITS
(multi-org setups).
- **Performance Impact**: Frequently accessed during user sessions; indexing on STORE_ID
and OPTION_CODE
is recommended.
### **Example Use Cases**
1. **Enabling Multi-Currency Support**:
- OPTION_CODE = 'ENABLE_MULTI_CURRENCY'
- OPTION_VALUE = 'YES'
2. **Customizing Session Timeout**:
- OPTION_CODE = 'SESSION_TIMEOUT_MINUTES'
- OPTION_VALUE = '30'
### **Upgrade & Patch Considerations**
In EBS 12.2.2, the table remains backward-compatible but may introduce new option codes for cloud-integrated features (e.g., Oracle CX Commerce). Customizations should be reviewed during upgrades to avoid conflicts with seeded values.
### **Best Practices**
- **Audit Trail**: Leverage Oracle’s AuditVault to monitor critical changes.
- **Security**: Restrict direct table updates to prevent unauthorized overrides.
- **Documentation**: Maintain a registry of custom OPTION_CODE
values to avoid redundancy.
In summary, ICX_WEB_STORE_OPTIONS
is a foundational component for tailoring Oracle iStore’s e-commerce capabilities, ensuring alignment with business requirements while maintaining system integrity across EBS 12.1.1 and 12.2.2 environments.
-
Lookup Type: ICX_CAT_OU_ASSIGNMENT_TYPE
12.1.1
product: ICX - Oracle iProcurement , meaning: Operating Unit Assignment Methods ,
-
Lookup Type: ICX_CAT_OU_ASSIGNMENT_TYPE
12.2.2
product: ICX - Oracle iProcurement , meaning: Operating Unit Assignment Methods ,
-
Lookup Type: ICX_CAT_SECURE_ASSIGNMENT_TYPE
12.1.1
product: ICX - Oracle iProcurement , meaning: Security Assignment Methods , description: Security Assignment Methods ,
-
Lookup Type: ICX_CAT_SECURE_ASSIGNMENT_TYPE
12.2.2
product: ICX - Oracle iProcurement , meaning: Security Assignment Methods , description: Security Assignment Methods ,
-
Table: ICX_WEB_STORE_OPTIONS
12.1.1
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_WEB_STORE_OPTIONS, object_name:ICX_WEB_STORE_OPTIONS, status:VALID, product: ICX - Oracle iProcurement , description: Default values for Web Store system configurable options per operating unit , implementation_dba_data: ICX.ICX_WEB_STORE_OPTIONS ,
-
Table: ICX_WEB_STORE_OPTIONS
12.2.2
owner:ICX, object_type:TABLE, fnd_design_data:ICX.ICX_WEB_STORE_OPTIONS, object_name:ICX_WEB_STORE_OPTIONS, status:VALID, product: ICX - Oracle iProcurement , description: Default values for Web Store system configurable options per operating unit , implementation_dba_data: ICX.ICX_WEB_STORE_OPTIONS ,
-
Lookup Type: ICX_CAT_TXT_TOKENS
12.1.1
product: ICX - Oracle iProcurement , meaning: Catalog loader text file tokens , description: Catalog loader text file tokens ,
-
Lookup Type: ICX_CAT_TXT_TOKENS
12.2.2
product: ICX - Oracle iProcurement , meaning: Catalog loader text file tokens , description: Catalog loader text file tokens ,