Search Results oke_form_dd250
Overview
OKE_FORM_DD250_EXT is a PL/SQL extension package in the APPS schema that supports the Oracle E-Business Suite Project Contracts (OKE) module, specifically the DD250 form printing process. DD250 refers to the U.S. Department of Defense Form 250 (Material Inspection and Receiving Report), a standard government form used to document receipt and acceptance of goods under defense contracts. Within Oracle EBS, the DD250 form is generated for shipments and contract deliverables subject to government acceptance requirements.
The package functions as a designated extension point for the core form driver, OKE_FORM_DD250. Its status is recorded as VALID, and it is classified as an OTHER API, meaning it is not a public transactional API but rather a client-side or server-side extension hook intended to be invoked by Oracle's delivered form logic. The "_EXT" suffix signals that the package exists explicitly to hold customer-specific overrides without modifying seeded code.
Key Procedures and Functions
Two documented procedures are exposed by OKE_FORM_DD250_EXT:
- OVERRIDE_SHIPMENT_PREFIX — Allows the standard shipment prefix logic used on the DD250 output to be replaced or adjusted. Implementers use it to alter how a shipment identifier prefix is derived or displayed when the standard rule does not match business or agency-specific formatting requirements.
- OVERRIDE_FORM_DATA — Provides a hook to modify the form data payload before the DD250 report is rendered. It enables substitution or augmentation of header or line data that the seeded OKE_FORM_DD250 process would otherwise emit unchanged.
Neither procedure is documented as a standalone callable API with published parameters in the ETRM metadata; both are invoked through the standard form workflow and are intended to be customized in place. References to the SYS.STANDARD package reflect normal PL/pgSQL-style language runtime dependencies.
Tables Accessed
The ETRM metadata documents no direct table references for OKE_FORM_DD250_EXT through APPS synonyms. This is consistent with an extension package whose data manipulation is expected to be added by the implementer during customization. The base package OKE_FORM_DD250 performs the substantive reads and writes against contracts and shipping tables; the extension package inherits that context and is expected to operate on the same in-memory data structures or to add queries as required by the specific override. Because no DML is delivered, the package is safe to leave unmodified when no DD250 customization is required.
Usage Notes
The package is referenced by OKE_FORM_DD250 and by itself, establishing a bidirectional dependency that confirms it is a nested extension unit of the DD250 form process rather than a top-level entry point. It is not referenced by any concurrent program or interface in the documented metadata.
In practice the package is invoked when a user launches the DD250 form or report from the Project Contracts responsibility or an associated shipping transaction. Typical use cases include defense contractors and government suppliers who must tailor the printed DD250 to agency-specific formats, distribution statements, or acceptance data. Customization should be performed in a development environment and migrated via standard EBS patch mechanisms, retaining a copy of the delivered package body. Because the procedures are non-public extension hooks, they should not be called directly from unrelated custom code; any additional logic belongs inside the packaged procedures so that the delivered form driver continues to control the invocation sequence.
-
PACKAGE: APPS.OKE_FORM_DD250_EXT
12.1.1
-
PACKAGE BODY: APPS.OKE_FORM_DD250_EXT
12.1.1
-
PACKAGE: APPS.OKE_FORM_DD250_EXT
12.2.2
-
PACKAGE BODY: APPS.OKE_FORM_DD250_EXT
12.2.2
-
PACKAGE: APPS.OKE_FORM_DD250_EXT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKE_FORM_DD250_EXT, status:VALID,
-
PACKAGE: APPS.OKE_FORM_DD250
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKE_FORM_DD250, status:VALID,
-
SYNONYM: APPS.OKE_K_FORM_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKE_K_FORM_HEADERS, status:VALID,
-
PACKAGE: APPS.OKE_FORM_DD250
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKE_FORM_DD250, status:VALID,
-
SYNONYM: APPS.OKE_K_FORM_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKE_K_FORM_HEADERS, status:VALID,
-
PACKAGE: APPS.OKE_FORM_DD250_EXT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKE_FORM_DD250_EXT, status:VALID,
-
PACKAGE BODY: APPS.OKE_FORM_DD250
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_FORM_DD250, status:VALID,
-
PACKAGE BODY: APPS.OKE_FORM_DD250
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_FORM_DD250, status:VALID,
-
SYNONYM: APPS.OKE_K_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKE_K_HEADERS, status:VALID,
-
SYNONYM: APPS.OKE_K_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKE_K_HEADERS, status:VALID,
-
PACKAGE BODY: APPS.OKE_FORM_DD250_EXT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_FORM_DD250_EXT, status:VALID,
-
Concurrent Program: OKEDD250
12.2.2
execution_filename: OKE_FORM_DD250.Create_DD250_Conc , product: OKE - Project Contracts , user_name: DD250: Material Inspection and Receiving Report (PL/SQL) , description: DD250: Material Inspection and Receiving Report , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
PACKAGE: APPS.OKE_PRINT_FORM_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKE_PRINT_FORM_PUB, status:VALID,
-
PACKAGE BODY: APPS.OKE_FORM_DD250_EXT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_FORM_DD250_EXT, status:VALID,
-
SYNONYM: APPS.OKE_K_PRINT_FORMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKE_K_PRINT_FORMS, status:VALID,
-
SYNONYM: APPS.OKE_K_PRINT_FORMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKE_K_PRINT_FORMS, status:VALID,
-
Concurrent Program: OKEDD250
12.1.1
execution_filename: OKE_FORM_DD250.Create_DD250_Conc , product: OKE - Project Contracts , user_name: DD250: Material Inspection and Receiving Report (PL/SQL) , description: DD250: Material Inspection and Receiving Report , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
PACKAGE: APPS.OKE_PRINT_FORM_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKE_PRINT_FORM_PUB, status:VALID,
-
SYNONYM: APPS.OKC_ANCESTRYS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_ANCESTRYS, status:VALID,
-
SYNONYM: APPS.OKE_K_TERMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKE_K_TERMS, status:VALID,
-
SYNONYM: APPS.OKE_K_TERMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKE_K_TERMS, status:VALID,
-
PACKAGE: APPS.OKE_UTILS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:OKE_UTILS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: APPS.OKC_ANCESTRYS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_ANCESTRYS, status:VALID,
-
PACKAGE: APPS.OKE_UTILS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:OKE_UTILS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.WSH_DOCUMENT_INSTANCES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_DOCUMENT_INSTANCES, status:VALID,
-
SYNONYM: APPS.WSH_DOCUMENT_INSTANCES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_DOCUMENT_INSTANCES, status:VALID,
-
SYNONYM: APPS.OKE_K_DELIVERABLES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKE_K_DELIVERABLES_B, status:VALID,
-
SYNONYM: APPS.OKE_K_DELIVERABLES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKE_K_DELIVERABLES_B, status:VALID,
-
VIEW: APPS.OKE_CUST_SITE_USES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_CUST_SITE_USES_V, object_name:OKE_CUST_SITE_USES_V, status:VALID,
-
VIEW: APPS.OKE_CUST_SITE_USES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_CUST_SITE_USES_V, object_name:OKE_CUST_SITE_USES_V, status:VALID,
-
PACKAGE: APPS.OKE_FORM_DD250
12.2.2
-
PACKAGE: APPS.OKE_FORM_DD250
12.1.1
-
SYNONYM: APPS.WSH_DELIVERY_LEGS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WSH_DELIVERY_LEGS, status:VALID,
-
SYNONYM: APPS.WSH_DELIVERY_LEGS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_DELIVERY_LEGS, status:VALID,
-
VIEW: APPS.WSH_DELIVERY_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:WSH_DELIVERY_ASSIGNMENTS_V, status:VALID,
-
VIEW: APPS.WSH_DELIVERY_ASSIGNMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DELIVERY_ASSIGNMENTS_V, object_name:WSH_DELIVERY_ASSIGNMENTS_V, status:VALID,
-
SYNONYM: APPS.OKC_K_HEADERS_ALL_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_K_HEADERS_ALL_B, status:VALID,
-
SYNONYM: APPS.OKC_K_HEADERS_ALL_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_K_HEADERS_ALL_B, status:VALID,
-
SYNONYM: APPS.OKC_K_PARTY_ROLES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OKC_K_PARTY_ROLES_B, status:VALID,
-
SYNONYM: APPS.WSH_NEW_DELIVERIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WSH_NEW_DELIVERIES, status:VALID,
-
SYNONYM: APPS.OKC_K_PARTY_ROLES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OKC_K_PARTY_ROLES_B, status:VALID,
-
VIEW: APPS.OKE_K_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_K_HEADERS_V, object_name:OKE_K_HEADERS_V, status:VALID,