Search Results earliest_schedule_limit
Overview
APPS.OE_AK_EAR_SCH_LIMIT_V is a single-column database view owned by the APPS schema in Oracle E-Business Suite, registered under the FND design data object ONT.OE_AK_EAR_SCH_LIMIT_V. It exposes one numeric attribute, EARLIEST_SCHEDULE_LIMIT, and serves as a lightweight access point for the Order Management (ONT) module's earliest-schedule-limit configuration value.
The view is classified in the ETRM as Internal View Type with Status VALID in both 12.1.1 and 12.2.2. Oracle explicitly warns that the object is for internal use only and that Oracle Corporation does not support direct access to applications data through it except from standard Oracle Applications programs. Accordingly, its role is not as a general reporting interface but as a supporting construct consumed by Oracle's own scheduling logic.
The user search term earliest_schedule_limit maps directly to the view's sole column and to the profile-driven behaviour it represents — the constraint that governs how far in the past (or relative to a baseline date) a scheduling request may be placed when orders and lines are scheduled.
Underlying Base Objects
The documented dependency list for OE_AK_EAR_SCH_LIMIT_V is minimal. The view references only DUAL, accessed through a PUBLIC synonym. In Oracle, DUAL is the canonical one-row, one-column pseudo-table used to evaluate expressions, return constants, or invoke functions without touching a physical table. This means the view does not read from any Order Management transactional or setup table directly; its value is derived or resolved at query time rather than stored in a dedicated base table.
On the referencing side, the ETRM records that the view is consumed by APPS.ONT_EAR_SCH_LIMIT_DEF_UTIL. This utility package is the documented internal client of the view, which is consistent with the designation of both objects as Oracle internal use only. The relationship is therefore one of internal plumbing: the utility resolves the earliest schedule limit through the view, and the view abstracts the source of that value behind a stable column name.
Key Columns
The view exposes a single column:
EARLIEST_SCHEDULE_LIMIT— NUMBER. This is the numeric limit value returned by the view. Because the view is defined over DUAL, the value is produced by the view's query expression rather than by a column in a base table. In Order Management scheduling terms, this value constrains how early a requested schedule date may fall relative to the applicable baseline, acting as a floor for scheduling validation.
The syntax documented for querying the object is a simple projection: SELECT EARLIEST_SCHEDULE_LIMIT FROM APPS.OE_AK_EAR_SCH_LIMIT_V;. No mandatory columns, join keys, or additional identifiers are exposed, which reinforces the view's narrow, single-purpose design.
Common Use Cases and Queries
The supported use case is internal resolution of the earliest schedule limit by Oracle scheduling utilities, principally ONT_EAR_SCH_LIMIT_DEF_UTIL. External integrators and report developers who encounter earliest_schedule_limit in Order Management scheduling behaviour should treat this view as diagnostic rather than as a supported extension point.
A minimal verification query returns the current value:
SELECT earliest_schedule_limit FROM apps.oe_ak_ear_sch_limit_v;
Where the limit influences schedule-date validation, a supporting query can frame the returned value against actual order schedule dates:
SELECT l.earliest_schedule_limit, o.order_number, o.request_date FROM apps.oe_ak_ear_sch_limit_v l, apps.oe_order_headers_all o WHERE o.request_date > l.earliest_schedule_limit;
Because the view draws only on DUAL, it incurs negligible cost and can be queried repeatedly without performance concern. Nevertheless, given the explicit Oracle restriction, any production integration should avoid a hard dependency on this object; the value is best obtained through Oracle's supported scheduling APIs and profile options rather than by direct selection from the view.
-
VIEW: APPS.OE_AK_EAR_SCH_LIMIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_EAR_SCH_LIMIT_V, object_name:OE_AK_EAR_SCH_LIMIT_V, status:VALID,
-
VIEW: APPS.OE_AK_EAR_SCH_LIMIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_EAR_SCH_LIMIT_V, object_name:OE_AK_EAR_SCH_LIMIT_V, status:VALID,
-
PACKAGE BODY: APPS.ONT_EAR_SCH_LIMIT_DEF_UTIL
12.2.2
-
PACKAGE BODY: APPS.ONT_EAR_SCH_LIMIT_DEF_UTIL
12.1.1
-
VIEW: APPS.JTM_OE_ORDER_HEADERS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, object_name:JTM_OE_ORDER_HEADERS_ALL_V, status:VALID,
-
View: OE_AK_EAR_SCH_LIMIT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_EAR_SCH_LIMIT_V, object_name:OE_AK_EAR_SCH_LIMIT_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_EAR_SCH_LIMIT_V ,
-
VIEW: APPS.JTM_OE_ORDER_HEADERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, object_name:JTM_OE_ORDER_HEADERS_ALL_V, status:VALID,
-
APPS.ONT_EAR_SCH_LIMIT_DEF_UTIL SQL Statements
12.2.2
-
View: OE_AK_EAR_SCH_LIMIT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_EAR_SCH_LIMIT_V, object_name:OE_AK_EAR_SCH_LIMIT_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_EAR_SCH_LIMIT_V ,
-
VIEW: APPS.OE_CRM_ORDER_HEADERS_V
12.2.2
-
VIEW: APPS.OE_CRM_ORDER_HEADERS_V
12.1.1
-
APPS.ONT_EAR_SCH_LIMIT_DEF_UTIL SQL Statements
12.1.1
-
VIEW: APPS.OE_AK_SOLD_TO_ORGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_SOLD_TO_ORGS_V, object_name:OE_AK_SOLD_TO_ORGS_V, status:VALID,
-
VIEW: ONT.OE_BLANKET_HEADERS_ALL#
12.2.2
-
View: OE_CRM_ORDER_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_CRM_ORDER_HEADERS_V, object_name:OE_CRM_ORDER_HEADERS_V, status:VALID, product: ONT - Order Management , description: Compatible view provoded for CRM usage only. The view is based on oe_order_headers_all table. , implementation_dba_data: APPS.OE_CRM_ORDER_HEADERS_V ,
-
View: OE_CRM_ORDER_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_CRM_ORDER_HEADERS_V, object_name:OE_CRM_ORDER_HEADERS_V, status:VALID, product: ONT - Order Management , description: Compatible view provoded for CRM usage only. The view is based on oe_order_headers_all table. , implementation_dba_data: APPS.OE_CRM_ORDER_HEADERS_V ,
-
VIEW: APPS.OE_AK_SHIP_TO_ORGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_SHIP_TO_ORGS_V, object_name:OE_AK_SHIP_TO_ORGS_V, status:VALID,
-
VIEW: APPS.OE_AK_SOLD_TO_ORGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_SOLD_TO_ORGS_V, object_name:OE_AK_SOLD_TO_ORGS_V, status:VALID,
-
VIEW: APPS.ASO_I_OE_ORDER_HEADERS_V
12.2.2
-
VIEW: ONT.OE_ORDER_HEADER_HISTORY#
12.2.2
-
VIEW: ONT.OE_ORDER_HEADERS_ALL#
12.2.2
-
VIEW: APPS.OE_AK_SHIP_TO_ORGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_SHIP_TO_ORGS_V, object_name:OE_AK_SHIP_TO_ORGS_V, status:VALID,
-
VIEW: ONT.OE_BLANKET_HEADERS_HIST#
12.2.2
-
VIEW: APPS.ASO_I_OE_ORDER_HEADERS_V
12.1.1
-
View: ASO_I_OE_ORDER_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_OE_ORDER_HEADERS_V, object_name:ASO_I_OE_ORDER_HEADERS_V, status:VALID, product: ASO - Order Capture , description: This view includes all columns from the Oracle Order Management tables and is currently used by Oracle Sales Compensation only. , implementation_dba_data: APPS.ASO_I_OE_ORDER_HEADERS_V ,
-
View: ASO_I_OE_ORDER_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_OE_ORDER_HEADERS_V, object_name:ASO_I_OE_ORDER_HEADERS_V, status:VALID, product: ASO - Order Capture , description: This view includes all columns from the Oracle Order Management tables and is currently used by Oracle Sales Compensation only. , implementation_dba_data: APPS.ASO_I_OE_ORDER_HEADERS_V ,
-
View: OE_AK_SHIP_TO_ORGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_SHIP_TO_ORGS_V, object_name:OE_AK_SHIP_TO_ORGS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_SHIP_TO_ORGS_V ,
-
View: OE_AK_SHIP_TO_ORGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_SHIP_TO_ORGS_V, object_name:OE_AK_SHIP_TO_ORGS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_SHIP_TO_ORGS_V ,
-
View: OE_AK_SOLD_TO_ORGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_SOLD_TO_ORGS_V, object_name:OE_AK_SOLD_TO_ORGS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_SOLD_TO_ORGS_V ,
-
PACKAGE BODY: APPS.ONT_D1_EARLIEST_SCHEDULE_LI
12.2.2
-
VIEW: APPS.OE_DEF_ATTR_DEF_RULES_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:OE_DEF_ATTR_DEF_RULES_DFV, status:VALID,
-
View: OE_AK_SOLD_TO_ORGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_SOLD_TO_ORGS_V, object_name:OE_AK_SOLD_TO_ORGS_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_SOLD_TO_ORGS_V ,
-
PACKAGE BODY: APPS.ONT_D1_EARLIEST_SCHEDULE_LI
12.1.1
-
VIEW: APPS.OE_DEF_ATTR_DEF_RULES_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:OE_DEF_ATTR_DEF_RULES_DFV, status:VALID,
-
VIEW: APPS.OEFV_ORDER_HEADERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OEFV_ORDER_HEADERS, object_name:OEFV_ORDER_HEADERS, status:VALID,
-
VIEW: APPS.OEFV_ORDER_HEADERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OEFV_ORDER_HEADERS, object_name:OEFV_ORDER_HEADERS, status:VALID,
-
View: AMS_OE_ORDER_HEADERS_V
12.2.2
product: AMS - Marketing , description: Order Headers , implementation_dba_data: Not implemented in this database ,
-
VIEW: ONT.OE_HEADER_ACKS#
12.2.2
-
View: AMS_OE_ORDER_HEADERS_V
12.1.1
product: AMS - Marketing , description: Order Headers , implementation_dba_data: Not implemented in this database ,
-
VIEW: ONT.OE_HEADERS_IFACE_ALL#
12.2.2
-
VIEW: ONT.OE_ORDER_HEADERS_ALL#
12.2.2
owner:ONT, object_type:VIEW, object_name:OE_ORDER_HEADERS_ALL#, status:VALID,
-
APPS.OE_BULK_HEADER_UTIL SQL Statements
12.2.2
-
VIEW: ONT.OE_BLANKET_HEADERS_ALL#
12.2.2
owner:ONT, object_type:VIEW, object_name:OE_BLANKET_HEADERS_ALL#, status:VALID,
-
APPS.OE_BULK_HEADER_UTIL SQL Statements
12.1.1
-
VIEW: ONT.OE_ORDER_HEADER_HISTORY#
12.2.2
owner:ONT, object_type:VIEW, object_name:OE_ORDER_HEADER_HISTORY#, status:VALID,
-
VIEW: ONT.OE_BLANKET_HEADERS_HIST#
12.2.2
owner:ONT, object_type:VIEW, object_name:OE_BLANKET_HEADERS_HIST#, status:VALID,
-
VIEW: APPS.OE_BLKT_HEADERS_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_BLKT_HEADERS_HIST_V, object_name:OE_BLKT_HEADERS_HIST_V, status:VALID,
-
VIEW: APPS.OE_BLKT_HEADERS_HIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_BLKT_HEADERS_HIST_V, object_name:OE_BLKT_HEADERS_HIST_V, status:VALID,
-
VIEW: APPS.OE_DEF_ATTR_DEF_RULES_DFV
12.1.1
-
VIEW: APPS.OE_BLANKET_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_BLANKET_HEADERS_V, object_name:OE_BLANKET_HEADERS_V, status:VALID,