Search Results line_comments
Overview
OKE_DD250_LINES_V is a public view owned by the APPS schema in Oracle E-Business Suite, registered under FND Design Data as OKE.OKE_DD250_LINES_V. It presents line-level information associated with a DD250 form (Department of Defense Form 250, Material Inspection and Receiving Report) generated through the Oracle Contracts and ETRM (Enterprise Trade and Receiving Management) reporting framework. The view is documented as a public view that may be useful for custom reporting or other data requirements, meaning it is not restricted to internal application processing and can be safely referenced by custom SQL, BI Publisher reports, or outbound integration extracts.
The content of the view maps to Blocks 15 through 20 of the DD250 form. These blocks cover the item number (CLIN number), the contractor part number and national stock number, item and line descriptions, quantity, unit of measure, unit price, and monetary amount. In the context of a user search for line_comments, the view exposes the LINE_COMMENTS column, which supplies the contract line additional comments associated with Block 16 (Item Description / Part Number / National Stock Number area). This makes the view a convenient source for retrieving free-text comments attached to a contract line without querying the underlying contract line tables directly.
Underlying Base Objects
Per the documented metadata for ETRM 12.2.2, OKE_DD250_LINES_V is defined over the following referenced base objects:
- OKE_DD250_HEADERS_V (VIEW) — the header-level companion view providing the DD250 form header context, including form header identifier, form header number (matching the shipment number), and form date.
- OKE_K_FORM_LINES (SYNONYM) — the form line source that supplies the line-level contract and shipment attributes that populate Blocks 15 through 20.
Because OKE_DD250_LINES_V is defined over a header view and a form-lines synonym, it functions as a denormalized reporting layer that joins form header context to individual contract/shipment lines. The dependency on OKE_DD250_HEADERS_V allows the line rows to carry form header identifiers, form header numbers, and form dates consistently with the corresponding header records, while OKE_K_FORM_LINES provides the granular line details such as part number, national stock number, quantity, UOM, unit price, and amount.
Key Columns
- FORM_HEADER_ID — unique identifier of the print form header; joins to OKE_DD250_HEADERS_V.
- FORM_HEADER_NUMBER — print form header number, identical to the shipment number.
- FORM_LINE_NUMBER — the print form line number.
- FORM_DATE — date printed on the DD250 form.
- STATUS_CODE — status of the print form line.
- K_HEADER_ID / K_LINE_ID / DELIVERABLE_ID — contract header, contract line, and deliverable identifiers linking the line back to its contract structure.
- CONTRACT_NUMBER, ORDER_NUMBER, SHIPMENT_NUMBER, LINE_NUMBER — the contract, order, shipment, and contract line number (Block 15).
- PART_NUMBER, NATIONAL_STOCK_NUMBER, ITEM_DESCRIPTION, LINE_DESCRIPTION — Block 16 identification and description attributes.
- LINE_COMMENTS — contract line additional comments for Block 16; the column most relevant to the "line_comments" search.
- SHIPMENT_QUANTITY, UOM_CODE, UNIT_PRICE, AMOUNT — Blocks 17 through 20: quantity, unit of measure, unit price, and extended monetary amount.
Common Use Cases and Queries
Typical uses include extracting DD250 line data for printed forms, reconciling shipment lines against contract CLINs, and reporting line-level comments. A representative query retrieving line comments for a shipment is:
SELECT form_header_number, line_number, part_number, line_comments FROM apps.oke_dd250_lines_v WHERE shipment_number = :shipment_number;SELECT contract_number, line_number, item_description, line_comments, shipment_quantity, unit_price, amount FROM apps.oke_dd250_lines_v WHERE form_header_id = :form_header_id ORDER BY form_line_number;SELECT h.form_header_number, l.line_number, l.line_comments FROM apps.oke_dd250_headers_v h, apps.oke_dd250_lines_v l WHERE h.form_header_id = l.form_header_id AND l.line_comments IS NOT NULL;
These queries support custom reporting, integration extracts, and reconciliation routines that require the DD250 line context together with the line comments text.
-
VIEW: APPS.OKE_DD250_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DD250_LINES_V, object_name:OKE_DD250_LINES_V, status:VALID,
-
View: OKE_DD250_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DD250_LINES_V, object_name:OKE_DD250_LINES_V, status:VALID, product: OKE - Project Contracts , description: Form DD250 stored line information view , implementation_dba_data: APPS.OKE_DD250_LINES_V ,
-
View: OKE_DD250_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DD250_LINES_V, object_name:OKE_DD250_LINES_V, status:VALID, product: OKE - Project Contracts , description: Form DD250 stored line information view , implementation_dba_data: APPS.OKE_DD250_LINES_V ,
-
VIEW: APPS.OKE_DD250_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_DD250_LINES_V, object_name:OKE_DD250_LINES_V, status:VALID,
-
VIEW: APPS.QP_LIST_ATTRIBUTES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QP_LIST_ATTRIBUTES_V, object_name:QP_LIST_ATTRIBUTES_V, status:VALID,
-
View: XNC_PRICELIST_ITEM_V
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: XNC_PRICELIST_ITEM_V retrieves price lists, other than adjustment or discount lists, available for an Inventory Item. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.QP_LIST_ATTRIBUTES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QP_LIST_ATTRIBUTES_V, object_name:QP_LIST_ATTRIBUTES_V, status:VALID,
-
View: XNC_PRICELIST_ITEM_V
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: XNC_PRICELIST_ITEM_V retrieves price lists, other than adjustment or discount lists, available for an Inventory Item. , implementation_dba_data: Not implemented in this database ,
-
View: QP_LIST_ATTRIBUTES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:QP.QP_LIST_ATTRIBUTES_V, object_name:QP_LIST_ATTRIBUTES_V, status:VALID, product: QP - Advanced Pricing , description: View that joins QP_LIST_HEADERS_VL (MLS View on Base Tables), QP_LIST_LINES and QP_PRICING_ATTRIBUTES. This view is used to retrieve all the list types (E.g Price Lists, Discounts etc..), their lines and pricing attributes. All the columns , implementation_dba_data: APPS.QP_LIST_ATTRIBUTES_V ,
-
View: QP_LIST_ATTRIBUTES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:QP.QP_LIST_ATTRIBUTES_V, object_name:QP_LIST_ATTRIBUTES_V, status:VALID, product: QP - Advanced Pricing , description: View that joins QP_LIST_HEADERS_VL (MLS View on Base Tables), QP_LIST_LINES and QP_PRICING_ATTRIBUTES. This view is used to retrieve all the list types (E.g Price Lists, Discounts etc..), their lines and pricing attributes. All the columns , implementation_dba_data: APPS.QP_LIST_ATTRIBUTES_V ,
-
APPS.OKE_FORM_DD250 SQL Statements
12.1.1
-
APPS.OKE_FORM_DD250 SQL Statements
12.2.2
-
PACKAGE: APPS.OKE_FORM_DD250
12.2.2
-
PACKAGE: APPS.OKE_FORM_DD250
12.1.1
-
PACKAGE BODY: APPS.OKE_FORM_DD250
12.2.2
-
PACKAGE BODY: APPS.OKE_FORM_DD250
12.1.1
-
APPS.OKE_FORM_DD250 dependencies on OKE_K_LINES_V
12.2.2
-
APPS.OKE_FORM_DD250 dependencies on OKE_K_LINES_V
12.1.1
-
APPS.OKE_FORM_DD250 dependencies on OKE_K_DELIVERABLES_B
12.1.1
-
APPS.OKE_FORM_DD250 dependencies on OKE_K_DELIVERABLES_B
12.2.2
-
eTRM - OKE Tables and Views
12.1.1
description: This table stores the version comparison results. ,
-
eTRM - OKE Tables and Views
12.2.2
description: This table stores the version comparison results. ,
-
eTRM - QP Tables and Views
12.2.2
description: This table stores information about which workers handle which list_lines, headers, formulas or price adjustments at the time of upgrade. ,
-
eTRM - QP Tables and Views
12.1.1
description: This table stores information about which workers handle which list_lines, headers, formulas or price adjustments at the time of upgrade. ,