Search Results oe_ak_order_lines_v
Overview
OE_AK_ORDER_LINES_V is an Oracle E-Business Suite (EBS) view owned by the APPS schema and validated under the Order Management (ONT) product module. It conforms to the "AK" naming convention used by Oracle's extensible attribute/region framework, which generates query-oriented views intended for use by the Oracle Application Framework (OAF), descriptive flexfield, and extension consumers. In release 12.1.1 and 12.2.2 this view exposes the sales order line entity, presenting one row per order line, in a flattened projection whose columns map directly to attributes of the underlying OE_ORDER_LINES_ALL table.
The view is principally a reporting and integration access path. Rather than requiring consumers to join the multi-organization base table directly, OE_AK_ORDER_LINES_V offers a stable, read-only projection of order line data, including priced and fulfilled quantities, scheduling and shipping attributes, and the order line's descriptive and global flexfield segments. This makes it suitable for ad hoc queries, custom concurrent programs, OAF-based extensions, and downstream integration extracts where a broad horizontal slice of the order line record is required.
Underlying Base Objects
The documented referenced base objects for this view are:
- OE_ORDER_LINES_ALL (SYNONYM) — the primary transactional table holding all sales order line records across operating units.
- HZ_CUST_ACCOUNTS (SYNONYM) — the Trading Community Architecture (TCA) customer account entity.
- HZ_PARTIES (SYNONYM) — the TCA party entity representing the customer or organization.
The view text confirms OE_ORDER_LINES_ALL (aliased OOL) as the driving source from which nearly all projected columns are drawn, including ACCOUNTING_RULE_ID, ACTUAL_ARRIVAL_DATE, ACTUAL_SHIPMENT_DATE, AGREEMENT_ID, the ATTRIBUTE1 through ATTRIBUTE20 descriptive flexfield columns, GLOBAL_ATTRIBUTE1 through GLOBAL_ATTRIBUTE20, and the CONFIG_*, DEMAND_*, and FULFILLED_QUANTITY columns. The presence of HZ_CUST_ACCOUNTS and HZ_PARTIES indicates that customer identification data is joined to the line to support account and party context. A literal constant value of 1 appears in the projection, typically used as a flag or synthetic column for framework consumption. Because OE_ORDER_LINES_ALL is an _ALL table, the view is subject to the same multi-organization and org-security behavior as the base table; in 12.2.2, this view is documented as a VIEW owned by APPS and VALID.
Key Columns
Columns exposed by the view fall into several functional groups:
- Line identity and configuration: COMPONENT_SEQUENCE_ID, CONFIG_HEADER_ID, CONFIGURATION_ID, ATO_LINE_ID, COMPONENT_CODE, COMPONENT_NUMBER, and CONFIG_DISPLAY_SEQUENCE support configured item and bill-of-material relationships.
- Pricing and accounting: ACCOUNTING_RULE_ID and ACCOUNTING_RULE_DURATION (both cast via TO_NUMBER(TO_CHAR(...))) drive revenue recognition rules; CREDIT_INVOICE_LINE_ID and CUSTOMER_TRX_LINE_ID link to invoicing.
- Quantities: CANCELLED_QUANTITY, FULFILLED_QUANTITY, and AUTO_SELECTED_QUANTITY express the line's quantity lifecycle.
- Dates and logistics: ACTUAL_ARRIVAL_DATE, ACTUAL_SHIPMENT_DATE, EARLIEST_ACCEPTABLE_DATE, EXPLOSION_DATE, DELIVERY_LEAD_TIME, FOB_POINT_CODE, FREIGHT_CARRIER_CODE, FREIGHT_TERMS_CODE, and CUSTOMER_DOCK_CODE.
- Customer and reference data: AGREEMENT_ID, CUST_PO_NUMBER, CUST_MODEL_SERIAL_NUMBER, CUSTOMER_JOB, CUSTOMER_PRODUCTION_LINE, CUST_PRODUCTION_SEQ_NUM, and DELIVER_TO_CONTACT_ID / DELIVER_TO_ORG_ID.
- Status flags: BOOKED_FLAG, CANCELLED_FLAG, AUTHORIZED_TO_SHIP_FLAG, and DEP_PLAN_REQUIRED_FLAG.
- Flexfields: ATTRIBUTE1–20, GLOBAL_ATTRIBUTE1–20, and CONTEXT expose descriptive and global flexfield content.
Common Use Cases and Queries
Typical uses include order line reporting, extracting flexfield values, and integration payloads. A representative query:
SELECT line_id, org_id, ordered_item, ordered_quantity,
fulfilled_quantity, actual_shipment_date,
attribute1, cust_po_number
FROM apps.oe_ak_order_lines_v
WHERE org_id = :p_org_id
AND booked_flag = 'Y';
Because the view projects the broad OE_ORDER_LINES_ALL record plus customer context, it is well suited to concurrent reporting, OAF extensions, and interface extracts where the consuming program requires both transactional order line attributes and customer account/party context without authoring multi-table joins. As with any _ALL-derived object in 12.1.1 and 12.2.2, callers should apply org-security predicates and avoid treating the view as a substitute for the base table where DML or full column coverage is required.
-
View: OE_AK_ORDER_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_ORDER_LINES_V, object_name:OE_AK_ORDER_LINES_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_ORDER_LINES_V ,
-
View: OE_AK_ORDER_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_AK_ORDER_LINES_V, object_name:OE_AK_ORDER_LINES_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_AK_ORDER_LINES_V ,
-
PACKAGE: APPS.OE_LINE_CL_DEP_ATTR
12.2.2
-
PACKAGE BODY: APPS.OE_LINE_CL_DEP_ATTR
12.1.1
-
PACKAGE: APPS.OE_LINE_CL_DEP_ATTR
12.1.1
-
PACKAGE BODY: APPS.OE_LINE_CL_DEP_ATTR
12.2.2
-
PACKAGE: APPS.OE_LINE_SECURITY
12.2.2
-
APPS.OE_LINE_SECURITY SQL Statements
12.2.2
-
APPS.OE_LINE_SECURITY SQL Statements
12.1.1
-
PACKAGE: APPS.OE_LINE_SECURITY
12.1.1
-
PACKAGE: APPS.OE_LINE_UTIL_EXT
12.1.1
-
PACKAGE: APPS.OE_LINE_UTIL_EXT
12.2.2
-
PACKAGE: APPS.ONT_LINE_DEF_UTIL
12.1.1
-
PACKAGE: APPS.ONT_LINE_DEF_UTIL
12.2.2
-
PACKAGE: APPS.ONT_LINE_DEF_HDLR
12.2.2
-
PACKAGE: APPS.ONT_LINE_DEF_HDLR
12.1.1
-
APPS.OE_2PC2_ORDLINS_RETLIN SQL Statements
12.1.1
-
APPS.OE_2PC2_ORDLINS_FULFILL SQL Statements
12.1.1
-
APPS.OE_2PC2_ORDLINS_ISOL SQL Statements
12.2.2
-
APPS.OE_2PC2_ORDLINS_ENTER SQL Statements
12.2.2
-
APPS.OE_2PC2_ORDLINS_SERVICE SQL Statements
12.1.1
-
APPS.OE_2PC2_ATOCON_ENTER SQL Statements
12.2.2
-
APPS.OE_2PC2_ATOCON_STANDAR SQL Statements
12.1.1
-
APPS.OE_2PC2_CONFIG_STANDAR SQL Statements
12.1.1
-
APPS.OE_2PC2_SHIPSET_REGLINE SQL Statements
12.1.1
-
APPS.OE_2PC2_SHIPSET_NAINV SQL Statements
12.1.1
-
APPS.OE_2PC2_CONFIG_RETLIN SQL Statements
12.1.1
-
APPS.OE_2PC2_SHIPSET_AHLLINE SQL Statements
12.1.1
-
APPS.OE_2PC2_SHIPSET_INCITEM SQL Statements
12.1.1
-
APPS.OE_2PC2_CONFIG_EXTLINE SQL Statements
12.1.1
-
APPS.OE_2PC2_SHIPSET_RLMLIN SQL Statements
12.2.2
-
APPS.OE_2PC2_CONFIG_INVOICE SQL Statements
12.2.2
-
APPS.OE_2PC2_ATOCON_FULFILL SQL Statements
12.2.2
-
APPS.OE_2PC2_ATOCON_CANLINE SQL Statements
12.1.1
-
APPS.OE_2PC2_ATOCON_ISOL SQL Statements
12.1.1
-
APPS.OE_2PC2_SHIPSET_STANDAR SQL Statements
12.2.2
-
APPS.OE_2PC2_ATOCON_CANLINE SQL Statements
12.2.2
-
APPS.OE_2PC2_SHIPSET_RETLIN SQL Statements
12.2.2
-
APPS.OE_2PC2_ATOCON_INCITEM SQL Statements
12.2.2
-
APPS.OE_2PC2_ATOCON_BOOKED SQL Statements
12.1.1
-
APPS.OE_2PC2_ATOCON_SERVICE SQL Statements
12.1.1
-
APPS.OE_2PC2_SHIPSET_SCHEXST SQL Statements
12.1.1
-
APPS.OE_2PC2_CONFIG_ATO SQL Statements
12.2.2
-
APPS.OE_2PC2_ATOCON_ATO SQL Statements
12.1.1
-
APPS.OE_2PC2_ORDLINS_NAINV SQL Statements
12.2.2
-
APPS.OE_2PC2_ORDLINS_RLMLIN SQL Statements
12.2.2
-
APPS.OE_2PC2_ORDLINS_INVOICE SQL Statements
12.2.2
-
APPS.OE_2PC2_ORDLINS_ENTER SQL Statements
12.1.1
-
APPS.OE_2PC2_ORDLINS_STANDAR SQL Statements
12.1.1
-
APPS.OE_2PC2_ORDLINS_SERVICE SQL Statements
12.2.2