Search Results oe_default_header
Overview
The APPS.OE_DEFAULT_HEADER package is an Oracle E-Business Suite Order Management (OM) database object classified under the OTHER API classification, meaning it is neither a formally published open interface nor a standalone public API, but rather a supporting internal PL/SQL construct used to establish default column values for order header records. Its business function is to encapsulate the logic required to derive and populate meaningful default attribute values for an order header before that record is validated and inserted by the Order Management transaction engine. This defaulting mechanism underpins the consistent capture of header-level data — such as customer, site, carrier, and pricing context — that downstream processes rely upon.
The object resides in the APPS schema and holds a status of VALID. The ETRM dependency listing shows OE_DEFAULT_HEADER references OE_ORDER_PUB, which is the principal published Order Management API, and is in turn referenced by OE_ORDER_PVT and by itself. This dependency pattern confirms its role as a subordinate helper invoked within the Order Management order-capture and order-processing flow.
Key Procedures and Functions
The ETRM metadata records a total of one documented procedure or function, named ATTRIBUTES. As the name implies, its purpose is to resolve and return the set of default header attribute values that apply to an order header under the prevailing defaulting rules. Rather than serving a transactional write function, it supplies the attribute defaults consumed by the calling Order Management logic. Because the package is classified under OTHER, the ATTRIBUTES routine is intended for internal invocation by Oracle's own Order Management code rather than for direct calls by customer-written integrations. The published ETRM record does not expose a parameter list, and the routine's contract should be treated as internal and subject to change across releases.
Tables Accessed
The package reads from a defined set of tables through APPS synonyms, spanning several functional areas:
- Customer and party data:
HZ_CUST_ACCOUNTS,HZ_CUST_SITE_USES, andHZ_PARTIESsupply the ship-to and bill-to customer, account, site-use, and party context needed to default header fields. - Order headers:
OE_ORDER_HEADERS_Sis the sequence used to source the primary key for new order headers, whileOE_BLANKET_HEADERSandOE_BLANKET_HEADERS_EXTprovide blanket-sales-agreement attributes inherited by orders released against an agreement. - Defaulting rules:
OE_DEF_CONDN_ELEMSdefines the condition elements that drive Order Management's defaulting engine, which the package consults to determine applicable default values.OE_XML_MESSAGE_SEQ_Sis additionally referenced. - Shipping and carriers:
WSH_CARRIERS,WSH_CARRIER_SERVICES,WSH_CARRIER_SHIP_METHODS, andWSH_ORG_CARRIER_SERVICESprovide carrier, service, and ship-method data used to default freight and transportation attributes on the header. - Utility:
DUALis used for single-row value evaluation and sequence-style lookups.
Usage Notes
OE_DEFAULT_HEADER is invoked internally during Order Management order entry and order import processing, most commonly through the OE_ORDER_PUB / OE_ORDER_PVT call stack when a header record is being prepared, defaulted, and validated. The Oracle Order Management entry forms and the Order Import concurrent program (and its associated processing logic) reach this package indirectly rather than by direct call. Because the package is documented under the OTHER classification, it carries no supported public API guarantee: customizations, extensions, and third-party integrations should not call OE_DEFAULT_HEADER directly. Where custom defaulting is required, the supported approach is to configure Oracle's defaulting rules using the standard Order Management setup, or to invoke the supported OE_ORDER_PUB API, allowing Oracle's internal defaulting logic — including this package — to execute as designed. The behavioral differences between EBS 12.1.1 and 12.2.2 for this package are not differentiated in the documented metadata; both releases share the same object structure and dependency profile.
-
PACKAGE: APPS.OE_DEFAULT_HEADER
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_DEFAULT_HEADER, status:VALID,
-
PACKAGE: APPS.OE_DEFAULT_HEADER
12.1.1
-
PACKAGE BODY: APPS.OE_DEFAULT_HEADER
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_DEFAULT_HEADER, status:VALID,
-
PACKAGE: APPS.OE_DEFAULT_HEADER
12.2.2
-
PACKAGE: APPS.OE_DEFAULT_HEADER
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OE_DEFAULT_HEADER, status:VALID,
-
PACKAGE BODY: APPS.OE_DEFAULT_HEADER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_DEFAULT_HEADER, status:VALID,
-
PACKAGE: APPS.ONT_HEADER_DEF_HDLR
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ONT_HEADER_DEF_HDLR, status:VALID,
-
PACKAGE: APPS.OE_CONTRACTS_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OE_CONTRACTS_UTIL, status:VALID,
-
SYNONYM: APPS.OE_XML_MESSAGE_SEQ_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_XML_MESSAGE_SEQ_S, status:VALID,
-
SYNONYM: APPS.OE_XML_MESSAGE_SEQ_S
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_XML_MESSAGE_SEQ_S, status:VALID,
-
SYNONYM: APPS.OE_BLANKET_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_BLANKET_HEADERS, status:VALID,
-
PACKAGE: APPS.ONT_HEADER_DEF_HDLR
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ONT_HEADER_DEF_HDLR, status:VALID,
-
SYNONYM: APPS.OE_DEF_CONDN_ELEMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_DEF_CONDN_ELEMS, status:VALID,
-
SYNONYM: APPS.WSH_CARRIER_SHIP_METHODS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_CARRIER_SHIP_METHODS, status:VALID,
-
PACKAGE: APPS.OE_CONTRACTS_UTIL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_CONTRACTS_UTIL, status:VALID,
-
SYNONYM: APPS.WSH_CARRIER_SHIP_METHODS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_CARRIER_SHIP_METHODS, status:VALID,
-
SYNONYM: APPS.OE_ORDER_HEADERS_S
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_HEADERS_S, status:VALID,
-
SYNONYM: APPS.OE_ORDER_HEADERS_S
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_HEADERS_S, status:VALID,
-
SYNONYM: APPS.OE_DEF_CONDN_ELEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_DEF_CONDN_ELEMS, status:VALID,
-
SYNONYM: APPS.OE_BLANKET_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_BLANKET_HEADERS, status:VALID,
-
SYNONYM: APPS.OE_BLANKET_HEADERS_EXT
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_BLANKET_HEADERS_EXT, status:VALID,
-
SYNONYM: APPS.OE_BLANKET_HEADERS_EXT
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_BLANKET_HEADERS_EXT, status:VALID,
-
PACKAGE: APPS.OE_PREPAYMENT_UTIL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_PREPAYMENT_UTIL, status:VALID,
-
SYNONYM: APPS.WSH_ORG_CARRIER_SERVICES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_ORG_CARRIER_SERVICES, status:VALID,
-
PACKAGE: APPS.OE_PREPAYMENT_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OE_PREPAYMENT_UTIL, status:VALID,
-
SYNONYM: APPS.WSH_ORG_CARRIER_SERVICES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_ORG_CARRIER_SERVICES, status:VALID,
-
SYNONYM: APPS.WSH_CARRIER_SERVICES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_CARRIER_SERVICES, status:VALID,
-
SYNONYM: APPS.WSH_CARRIER_SERVICES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_CARRIER_SERVICES, status:VALID,
-
PACKAGE BODY: APPS.OE_ORDER_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OE_ORDER_PVT, status:VALID,
-
PACKAGE: APPS.OE_ORDER_UTIL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_ORDER_UTIL, status:VALID,
-
SYNONYM: APPS.WSH_CARRIERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_CARRIERS, status:VALID,
-
PACKAGE BODY: APPS.OE_ORDER_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OE_ORDER_PVT, status:VALID,
-
PACKAGE: APPS.OE_ORDER_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OE_ORDER_UTIL, status:VALID,
-
PACKAGE: APPS.OE_HEADER_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OE_HEADER_UTIL, status:VALID,
-
SYNONYM: APPS.WSH_CARRIERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_CARRIERS, status:VALID,
-
PACKAGE: APPS.OE_ORDER_CACHE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_ORDER_CACHE, status:VALID,
-
PACKAGE: APPS.OE_HEADER_UTIL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_HEADER_UTIL, status:VALID,
-
PACKAGE: APPS.OE_ORDER_CACHE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OE_ORDER_CACHE, status:VALID,
-
PACKAGE: APPS.OE_CODE_CONTROL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_CODE_CONTROL, status:VALID,
-
PACKAGE: APPS.OE_CODE_CONTROL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OE_CODE_CONTROL, status:VALID,
-
SYNONYM: APPS.HZ_CUST_SITE_USES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_SITE_USES, status:VALID,
-
PACKAGE: APPS.OE_ORDER_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OE_ORDER_PUB, status:VALID,
-
PACKAGE: APPS.OE_ORDER_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OE_ORDER_PUB, status:VALID,
-
SYNONYM: APPS.HZ_CUST_SITE_USES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_SITE_USES, status:VALID,
-
APPS.OE_ORDER_PVT dependencies on OE_DEFAULT_HEADER
12.1.1
-
PACKAGE: APPS.GL_CURRENCY_API
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GL_CURRENCY_API, status:VALID,
-
VIEW: APPS.OE_ORDER_TYPES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ORDER_TYPES_V, object_name:OE_ORDER_TYPES_V, status:VALID,
-
APPS.OE_DEFAULT_HEADER dependencies on OE_DEFAULT_HEADER
12.2.2
-
APPS.OE_ORDER_PVT dependencies on OE_DEFAULT_HEADER
12.2.2
-
APPS.OE_DEFAULT_HEADER dependencies on OE_DEFAULT_HEADER
12.1.1