Search Results oe_ak_dep_plan_reqd_v
Overview
OE_AK_DEP_PLAN_REQD_V is a lightweight Oracle EBS view owned by the APPS schema and registered under the ONT (Order Management) product family. Despite its association with Order Management, the view is a generic lookup utility rather than a transactional order entity. Its sole purpose is to expose the seeded YES_NO lookup values from the FND_LOOKUPS foundation table, providing a controlled enumeration of valid "Yes"/"No" indicator codes for use throughout the E-Business Suite.
Within Oracle EBS 12.1.1 and 12.2.2, lookup-based validation is a core design pattern. Rather than hard-coding allowed values, Oracle stores configurable lists in FND_LOOKUPS and exposes them through narrowly scoped views such as this one. This abstraction means the set of returned rows is governed entirely by the lookup configuration in the application, not by any order-specific business logic. As a result, the view supports reporting, concurrent programs, Oracle Forms LOVs, OA Framework pages, and interface/API validation logic that must confirm a flag is either "Y" or "N" (or the enabled Yes/No codes defined for the instance). Its status is VALID in the documented metadata, confirming the object is compiled and queryable.
Underlying Base Objects
The ETRM metadata identifies two referenced base objects:
- FND_LOOKUPS (VIEW) — the single data source named in the view's SELECT statement. FND_LOOKUPS is the runtime view over the lookup dictionary, and this development view selects from it with a fixed filter on
LOOKUP_TYPE = 'YES_NO'. - FND_GLOBAL (PACKAGE) — referenced indirectly and typically invoked for session context functions such as
FND_GLOBAL.USER_ID,FND_GLOBAL.RESP_ID, orFND_GLOBAL.LANG. Because lookups are language-sensitive, the effective language context supplied by FND_GLOBAL governs which translated description rows are returned.
The view defined in the documentation extracts the LOOKUP_CODE column from FND_LOOKUPS. The dependency on FND_LOOKUPS is therefore direct and read-only; no DML is performed through this object.
Key Columns
- DEP_PLAN_REQUIRED_FLAG — the documented column exposed by the view. It returns the enabled
LOOKUP_CODEvalues for theYES_NOlookup type, i.e., the codes representing Yes/No selections. In practice these resolve to values such as "Y" and "N".
Because the view text projects only LOOKUP_CODE, no descriptions, meanings, or tag columns are surfaced. Consumers requiring translated display text must join to FND_LOOKUPS or FND_LOOKUPS_TL themselves or query the lookup tables directly.
Common Use Cases and Queries
Typical scenarios include LOV population, Boolean-style flag validation in order interface programs, and report parameter domains. A representative query is:
SELECT DEP_PLAN_REQUIRED_FLAG FROM APPS.OE_AK_DEP_PLAN_REQD_V;— returns all enabled Yes/No codes.SELECT DEP_PLAN_REQUIRED_FLAG FROM APPS.OE_AK_DEP_PLAN_REQD_V WHERE DEP_PLAN_REQUIRED_FLAG = 'Y';— isolates the affirmative code.- Embedding the view inside a validation package to reject values outside the configured Yes/No set.
Because the view returns a small, static set of lookup codes, it carries negligible performance overhead. Its value lies in enforcing consistent, configuration-driven Yes/No handling across Order Management extensions and integrations in both 12.1.1 and 12.2.2 environments.
-
View: OE_AK_DEP_PLAN_REQD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_DEP_PLAN_REQD_V, object_name:OE_AK_DEP_PLAN_REQD_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_DEP_PLAN_REQD_V ,
-
View: OE_AK_DEP_PLAN_REQD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_DEP_PLAN_REQD_V, object_name:OE_AK_DEP_PLAN_REQD_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_DEP_PLAN_REQD_V ,
-
PACKAGE: APPS.ONT_DEP_PLANNING_DEF_UTIL
12.2.2
-
PACKAGE: APPS.ONT_DEP_PLANNING_DEF_UTIL
12.1.1
-
PACKAGE BODY: APPS.ONT_DEP_PLANNING_DEF_UTIL
12.1.1
-
PACKAGE BODY: APPS.ONT_DEP_PLANNING_DEF_UTIL
12.2.2
-
APPS.ONT_DEP_PLANNING_DEF_UTIL SQL Statements
12.2.2
-
APPS.ONT_DEP_PLANNING_DEF_UTIL SQL Statements
12.1.1
-
PACKAGE: APPS.ONT_DEP_PLANNING_DEF_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ONT_DEP_PLANNING_DEF_UTIL, status:VALID,
-
PACKAGE: APPS.ONT_DEP_PLANNING_DEF_UTIL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ONT_DEP_PLANNING_DEF_UTIL, status:VALID,
-
VIEW: APPS.OE_AK_DEP_PLAN_REQD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_DEP_PLAN_REQD_V, object_name:OE_AK_DEP_PLAN_REQD_V, status:VALID,
-
PACKAGE BODY: APPS.ONT_DEP_PLANNING_DEF_UTIL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ONT_DEP_PLANNING_DEF_UTIL, status:VALID,
-
PACKAGE BODY: APPS.ONT_DEP_PLANNING_DEF_UTIL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ONT_DEP_PLANNING_DEF_UTIL, status:VALID,
-
VIEW: APPS.OE_AK_DEP_PLAN_REQD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_DEP_PLAN_REQD_V, object_name:OE_AK_DEP_PLAN_REQD_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.ONT_DEP_PLANNING_DEF_UTIL dependencies on OE_AK_DEP_PLAN_REQD_V
12.1.1
-
APPS.ONT_DEP_PLANNING_DEF_UTIL dependencies on OE_AK_DEP_PLAN_REQD_V
12.2.2
-
APPS.ONT_DEP_PLANNING_DEF_UTIL dependencies on OE_AK_DEP_PLAN_REQD_V
12.1.1
-
APPS.ONT_DEP_PLANNING_DEF_UTIL dependencies on OE_AK_DEP_PLAN_REQD_V
12.2.2
-
APPS.ONT_LINE_DEF_UTIL dependencies on ONT_DEP_PLANNING_DEF_UTIL
12.1.1
-
APPS.ONT_LINE_DEF_UTIL dependencies on ONT_DEP_PLANNING_DEF_UTIL
12.2.2
-
APPS.ONT_LINE_DEF_UTIL dependencies on ONT_SOLD_TO_ORG_DEF_UTIL
12.1.1
-
APPS.ONT_LINE_DEF_UTIL dependencies on ONT_SOLD_TO_ORG_DEF_UTIL
12.2.2
-
APPS.ONT_DEP_PLANNING_DEF_UTIL dependencies on ONT_DEP_PLANNING_DEF_UTIL
12.2.2
-
APPS.ONT_DEP_PLANNING_DEF_UTIL dependencies on ONT_DEP_PLANNING_DEF_UTIL
12.1.1
-
VIEW: APPS.FND_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_LOOKUPS, object_name:FND_LOOKUPS, status:VALID,
-
VIEW: APPS.FND_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_LOOKUPS, object_name:FND_LOOKUPS, status:VALID,
-
PACKAGE BODY: APPS.ONT_LINE_DEF_UTIL
12.1.1
-
PACKAGE BODY: APPS.ONT_LINE_DEF_UTIL
12.2.2
-
eTRM - ONT Tables and Views
12.2.2
description: OM WorkFlow Activity Skip Log. ,
-
eTRM - ONT Tables and Views
12.1.1
description: OM WorkFlow Activity Skip Log. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - FND Tables and Views
12.2.2
description: No longer used ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,
-
APPS.ONT_LINE_DEF_UTIL dependencies on FND_API
12.1.1
-
APPS.ONT_LINE_DEF_UTIL dependencies on FND_API
12.2.2
-
eTRM - ONT Tables and Views
12.2.2
description: OM WorkFlow Activity Skip Log. ,
-
eTRM - ONT Tables and Views
12.1.1
description: OM WorkFlow Activity Skip Log. ,
-
eTRM - FND Tables and Views
12.2.2
description: No longer used ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,