Search Results oe_cust_item_settings
Overview
The OE_CUST_ITEM_SETTINGS table is a core Order Management (ONT) reference table in Oracle E-Business Suite 12.1.1 and 12.2.2, owned by the ONT schema. It stores shipment and return tolerances for customer-item, item-site, and item-level combinations. These tolerances govern the acceptable variance between ordered quantity and shipped or returned quantity before the system raises an exception or blocks the transaction, allowing organizations to enforce fulfillment policies at a granular level.
The table carries a status of VALID and is maintained within the ONT product module. From a Data Vault modeling perspective, the FK structure suggests this object is satellite-leaning: it attaches descriptive tolerance attributes to the customer and item relationships rather than acting as an independent business hub or a pure intersection link. The heuristic classification is a modeling suggestion only, derived from the single documented foreign key to RA_CUSTOMERS.
Key Information Stored
Each row is uniquely identified by the surrogate primary key CUST_ITEM_SETTING_ID, enforced through the OE_CUST_ITEM_SETTINGS_PK constraint. A corresponding unique index, OE_CUST_ITEM_SETTINGS_U, is documented on the same column and serves as the business-key candidate. The table contains 30 documented columns, of which the most functionally significant are:
CUSTOMER_ID— identifies the customer inRA_CUSTOMERSto which the tolerance setting applies.SITE_USE_ID— the customer site or site use, supporting site-specific tolerance overrides.INTERNAL_ITEM_ID— the inventory item the tolerances reference, enabling item-level control.INVENTORY_ORG_ID— the inventory organization, allowing warehouse or organization-specific tolerance rules.OVER_SHIPMENT_TOLERANCE— maximum acceptable over-shipment percentage or quantity.UNDER_SHIPMENT_TOLERANCE— maximum acceptable under-shipment threshold.OVER_RETURN_TOLERANCE— permissible over-return tolerance.UNDER_RETURN_TOLERANCE— permissible under-return tolerance.CREATION_DATE,CREATED_BY,LAST_UPDATE_DATE,LAST_UPDATED_BY,LAST_UPDATE_LOGIN— standard audit columns.CONTEXTandATTRIBUTE1throughATTRIBUTE15— the standard EBS descriptive flexfield (DFF) columns for extensible attributes.
Common Use Cases and Queries
Order Management relies on this table during pick release, ship confirmation, and return processing to validate whether quantities fall within configured tolerance bands. A typical reporting query resolves tolerance settings for a given customer and item:
- Retrieving tolerances for a customer-item combination:
SELECT over_shipment_tolerance, under_shipment_tolerance FROM oe_cust_item_settings WHERE customer_id = :p_customer_id AND internal_item_id = :p_item_id. - Auditing site-level overrides by joining on
SITE_USE_IDandINVENTORY_ORG_ID. - Identifying all settings defined for a specific item to reconcile fulfillment policy across customers.
- Enforcing or reporting on return tolerance breaches in RMA workflows.
Because CUSTOMER_ID relates to RA_CUSTOMERS, reporting joins typically combine this table with customer master data to produce tolerance-by-customer extracts.
Related Objects
RA_CUSTOMERS— joined viaCUSTOMER_ID; the documented foreign key referenced by this table.OE_ORDER_HEADERS_ALL/OE_ORDER_LINES_ALL— order and line data compared against tolerance thresholds during shipping.MTL_SYSTEM_ITEMS_B— source of item validation viaINTERNAL_ITEM_ID.ORG_ORGANIZATION_DEFINITIONS— resolvesINVENTORY_ORG_IDto organization context.RA_SITE_USES_ALL— provides site use detail forSITE_USE_ID.- The Order Management tolerances setup UI and related PL/SQL APIs that read and maintain these records.
-
Table: OE_CUST_ITEM_SETTINGS
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_CUST_ITEM_SETTINGS, object_name:OE_CUST_ITEM_SETTINGS, status:VALID, product: ONT - Order Management , description: OE_CUST_ITEM_SETTINGS stores the shipment and return tolerances for customer-item, item-site and item combinations , implementation_dba_data: ONT.OE_CUST_ITEM_SETTINGS ,
-
Table: OE_CUST_ITEM_SETTINGS
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_CUST_ITEM_SETTINGS, object_name:OE_CUST_ITEM_SETTINGS, status:VALID, product: ONT - Order Management , description: OE_CUST_ITEM_SETTINGS stores the shipment and return tolerances for customer-item, item-site and item combinations , implementation_dba_data: ONT.OE_CUST_ITEM_SETTINGS ,
-
APPS.OE_DEFAULT_TOLERANCE SQL Statements
12.1.1
-
APPS.OE_DEFAULT_TOLERANCE SQL Statements
12.2.2
-
VIEW: APPS.OE_CUST_ITEM_SETTINGS_DFV
12.1.1
-
VIEW: APPS.OE_CUST_ITEM_SETTINGS_DFV
12.2.2
-
VIEW: APPS.OE_AK_TOL_CUST_ITEMS_V
12.1.1
-
VIEW: APPS.OE_AK_TOL_ITEM_SHIPTO_V
12.1.1
-
VIEW: APPS.OE_AK_TOL_ITEM_BILLTO_V
12.2.2
-
VIEW: APPS.OE_AK_TOL_ITEM_SHIPTO_V
12.2.2
-
VIEW: APPS.OE_AK_TOL_ITEM_BILLTO_V
12.1.1
-
VIEW: ONT.OE_CUST_ITEM_SETTINGS#
12.2.2
owner:ONT, object_type:VIEW, object_name:OE_CUST_ITEM_SETTINGS#, status:VALID,
-
VIEW: APPS.OE_AK_TOL_CUST_ITEMS_V
12.2.2
-
SYNONYM: APPS.OE_CUST_ITEM_SETTINGS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_CUST_ITEM_SETTINGS, status:VALID,
-
SYNONYM: APPS.OE_CUST_ITEM_SETTINGS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_CUST_ITEM_SETTINGS, status:VALID,
-
VIEW: ONT.OE_CUST_ITEM_SETTINGS#
12.2.2
-
TABLE: ONT.OE_CUST_ITEM_SETTINGS
12.1.1
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_CUST_ITEM_SETTINGS, object_name:OE_CUST_ITEM_SETTINGS, status:VALID,
-
PACKAGE BODY: APPS.OE_DEFAULT_TOLERANCE
12.2.2
-
PACKAGE BODY: APPS.OE_DEFAULT_TOLERANCE
12.1.1
-
TABLE: ONT.OE_CUST_ITEM_SETTINGS
12.2.2
owner:ONT, object_type:TABLE, fnd_design_data:ONT.OE_CUST_ITEM_SETTINGS, object_name:OE_CUST_ITEM_SETTINGS, status:VALID,
-
View: OE_AK_TOL_ITEM_SHIPTO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_TOL_ITEM_SHIPTO_V, object_name:OE_AK_TOL_ITEM_SHIPTO_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_TOL_ITEM_SHIPTO_V ,
-
View: OE_AK_TOL_CUST_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_TOL_CUST_ITEMS_V, object_name:OE_AK_TOL_CUST_ITEMS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_TOL_CUST_ITEMS_V ,
-
View: OE_AK_TOL_ITEM_SHIPTO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_TOL_ITEM_SHIPTO_V, object_name:OE_AK_TOL_ITEM_SHIPTO_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_TOL_ITEM_SHIPTO_V ,
-
View: OE_AK_TOL_ITEM_BILLTO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_TOL_ITEM_BILLTO_V, object_name:OE_AK_TOL_ITEM_BILLTO_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_TOL_ITEM_BILLTO_V ,
-
View: OE_AK_TOL_ITEM_BILLTO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_TOL_ITEM_BILLTO_V, object_name:OE_AK_TOL_ITEM_BILLTO_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_TOL_ITEM_BILLTO_V ,
-
View: OE_AK_TOL_CUST_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_TOL_CUST_ITEMS_V, object_name:OE_AK_TOL_CUST_ITEMS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_TOL_CUST_ITEMS_V ,
-
PACKAGE BODY: APPS.OE_DEFAULT_TOLERANCE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_DEFAULT_TOLERANCE, status:VALID,
-
VIEW: APPS.OE_CUST_ITEM_SETTINGS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:OE_CUST_ITEM_SETTINGS_DFV, status:VALID,
-
PACKAGE BODY: APPS.OE_DEFAULT_TOLERANCE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_DEFAULT_TOLERANCE, status:VALID,
-
VIEW: APPS.OE_CUST_ITEM_SETTINGS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:OE_CUST_ITEM_SETTINGS_DFV, status:VALID,
-
PACKAGE BODY: APPS.OE_CUST_MERGE_DATA_FIX
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_CUST_MERGE_DATA_FIX, status:VALID,
-
PACKAGE BODY: APPS.OE_CUST_MERGE_DATA_FIX
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_CUST_MERGE_DATA_FIX, status:VALID,
-
PACKAGE BODY: APPS.OE_CUST_MERGE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_CUST_MERGE, status:VALID,
-
PACKAGE BODY: APPS.OE_CUST_MERGE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_CUST_MERGE, status:VALID,
-
VIEW: APPS.OE_AK_TOL_CUST_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_TOL_CUST_ITEMS_V, object_name:OE_AK_TOL_CUST_ITEMS_V, status:VALID,
-
VIEW: APPS.OE_AK_TOL_ITEM_BILLTO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_TOL_ITEM_BILLTO_V, object_name:OE_AK_TOL_ITEM_BILLTO_V, status:VALID,
-
VIEW: APPS.OE_AK_TOL_ITEM_SHIPTO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_TOL_ITEM_SHIPTO_V, object_name:OE_AK_TOL_ITEM_SHIPTO_V, status:VALID,
-
VIEW: APPS.OE_AK_TOL_ITEM_BILLTO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_TOL_ITEM_BILLTO_V, object_name:OE_AK_TOL_ITEM_BILLTO_V, status:VALID,
-
VIEW: APPS.OE_AK_TOL_ITEM_SHIPTO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_TOL_ITEM_SHIPTO_V, object_name:OE_AK_TOL_ITEM_SHIPTO_V, status:VALID,
-
VIEW: APPS.OE_AK_TOL_CUST_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_TOL_CUST_ITEMS_V, object_name:OE_AK_TOL_CUST_ITEMS_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: RA_CUSTOMERS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMERS, object_name:RA_CUSTOMERS, status:VALID, product: AR - Receivables , description: Customer information , implementation_dba_data: AR.RA_CUSTOMERS ,
-
Table: RA_CUSTOMERS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUSTOMERS, object_name:RA_CUSTOMERS, status:VALID, product: AR - Receivables , description: Customer information , implementation_dba_data: AR.RA_CUSTOMERS ,