Search Results orig_sys_shipment_ref
Overview
The OE_LOTSERIAL_ACKS_V view is a reporting and integration object within the Oracle E-Business Suite Order Management (ONT) module. It resides in the APPS schema and carries a VALID status in ETRM releases 12.1.1 and 12.2.2. The view is defined over the oe_lotserial_acks table and is described by Oracle as being "striped on organization," meaning its structure and content are organized around the multi-org (operating unit) partitioning model that governs Order Management data. In practice, the view presents lot and serial number acknowledgment records associated with order lines, shipments, and their source documents, exposing a denormalized, ready-to-query surface for lot/serial acknowledgment data used in order-to-shipment tracking and external system integration.
Underlying Base Objects
The view is defined over a single documented base object: OE_LOTSERIAL_ACKS, which is referenced through the synonym layer in the APPS schema. The view text is a straightforward projection of the base table's columns with no joins, filters, or aggregation applied, so it returns the same row set as the underlying table. Because the view is "striped on organization," the underlying table participates in the multi-org model, and callers depend on the active organization context (typically set through MO_GLOBAL or a similar mechanism) to scope results to the appropriate operating unit. This design keeps the view lightweight while preserving the organization-level security and partitioning conventions of Order Management.
Key Columns
The view exposes the following principal columns, each mapping directly to a base-table field:
- ORDER_SOURCE_ID — identifies the source system that originated the acknowledgment record.
- ORIG_SYS_DOCUMENT_REF, ORIG_SYS_LINE_REF, ORIG_SYS_SHIPMENT_REF, ORIG_SYS_LOT_SERIAL_REF — external system reference keys for the document, line, shipment, and lot/serial record, used for cross-system reconciliation.
- ACKNOWLEDGMENT_FLAG and BUYER_SELLER_FLAG — status indicators describing the acknowledgment and the trading partner role.
- CHANGE_SEQUENCE — ordering value for sequencing changes to the record.
- LOT_NUMBER — the lot identifier for the affected inventory.
- FROM_SERIAL_NUMBER and TO_SERIAL_NUMBER — define the serial number range covered by the acknowledgment; the user search for "from_serial_number" maps directly to the FROM_SERIAL_NUMBER column, which marks the lower bound of that interval.
- QUANTITY and QUANTITY2 — the primary and secondary quantities associated with the acknowledgment.
- CONTEXT and ATTRIBUTE1 through ATTRIBUTE15 — the standard Oracle descriptive flexfield (DFF) segment columns, enabling extensible, customer-defined attributes.
- OPERATION_CODE — indicates the operation performed against the lot/serial acknowledgment record.
Common Use Cases and Queries
Because the view mirrors its base table, it is most often used for reconciliation, external integration, and lot/serial tracking reports. A typical query filtering on the searched column might retrieve acknowledgment records for a known serial range:
- Serial range reconciliation:
SELECT ORDER_SOURCE_ID, LOT_NUMBER, FROM_SERIAL_NUMBER, TO_SERIAL_NUMBER, QUANTITY FROM OE_LOTSERIAL_ACKS_V WHERE FROM_SERIAL_NUMBER IS NOT NULL AND ORIG_SYS_DOCUMENT_REF = :p_doc_ref; - Lot/serial acknowledgment by shipment: joining ORIG_SYS_SHIPMENT_REF to shipment records to confirm that acknowledged lot/serial ranges match the shipped inventory.
- Integration feed extraction: pulling CHANGE_SEQUENCE and the ORIG_SYS_* keys to build delta feeds for downstream or external order management systems.
- Audit queries: inspecting the ATTRIBUTE and CONTEXT flexfield columns alongside OPERATION_CODE to audit changes recorded against specific lot/serial acknowledgments.
Callers should always establish the correct organization context before querying, given the view's organization-striped design.
-
View: OE_LOTSERIAL_ACKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_LOTSERIAL_ACKS_V, object_name:OE_LOTSERIAL_ACKS_V, status:VALID, product: ONT - Order Management , description: View based on the oe_lotserial_acks table, striped on organization. , implementation_dba_data: APPS.OE_LOTSERIAL_ACKS_V ,
-
View: OE_LOTSERIAL_ACKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_LOTSERIAL_ACKS_V, object_name:OE_LOTSERIAL_ACKS_V, status:VALID, product: ONT - Order Management , description: View based on the oe_lotserial_acks table, striped on organization. , implementation_dba_data: APPS.OE_LOTSERIAL_ACKS_V ,
-
View: OE_PROCESSING_MSGS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PROCESSING_MSGS_VL, object_name:OE_PROCESSING_MSGS_VL, status:VALID, product: ONT - Order Management , description: This view is a view built on oe_processing_msgs and oe_processing_msgs_tl for de-normalization to resolve multilingual issue and names for certain ids. , implementation_dba_data: APPS.OE_PROCESSING_MSGS_VL ,
-
View: OE_PROCESSING_MSGS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_PROCESSING_MSGS_VL, object_name:OE_PROCESSING_MSGS_VL, status:VALID, product: ONT - Order Management , description: This view is a view built on oe_processing_msgs and oe_processing_msgs_tl for de-normalization to resolve multilingual issue and names for certain ids. , implementation_dba_data: APPS.OE_PROCESSING_MSGS_VL ,
-
View: OE_LINE_ACKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_LINE_ACKS_V, object_name:OE_LINE_ACKS_V, status:VALID, product: ONT - Order Management , description: Information about the acknowledgements for Order Lines , implementation_dba_data: APPS.OE_LINE_ACKS_V ,
-
View: OE_LINE_ACKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_LINE_ACKS_V, object_name:OE_LINE_ACKS_V, status:VALID, product: ONT - Order Management , description: Information about the acknowledgements for Order Lines , implementation_dba_data: APPS.OE_LINE_ACKS_V ,
-
View: OEFV_ORDER_LINES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OEFV_ORDER_LINES, object_name:OEFV_ORDER_LINES, status:VALID, product: ONT - Order Management , description: Full BIS View for Order lines , implementation_dba_data: APPS.OEFV_ORDER_LINES ,
-
View: OEFV_ORDER_LINES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OEFV_ORDER_LINES, object_name:OEFV_ORDER_LINES, status:VALID, product: ONT - Order Management , description: Full BIS View for Order lines , implementation_dba_data: APPS.OEFV_ORDER_LINES ,
-
View: OE_BLANKET_LINES_HIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_BLANKET_LINES_HIST_V, object_name:OE_BLANKET_LINES_HIST_V, status:VALID, product: ONT - Order Management , description: This view is used to get BSA line history information, and it is udes in BSA version comparison UI. , implementation_dba_data: APPS.OE_BLANKET_LINES_HIST_V ,
-
View: OE_BLANKET_LINES_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_BLANKET_LINES_HIST_V, object_name:OE_BLANKET_LINES_HIST_V, status:VALID, product: ONT - Order Management , description: This view is used to get BSA line history information, and it is udes in BSA version comparison UI. , implementation_dba_data: APPS.OE_BLANKET_LINES_HIST_V ,
-
View: OE_BLANKET_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_BLANKET_LINES_V, object_name:OE_BLANKET_LINES_V, status:VALID, product: ONT - Order Management , description: This view is used to get the BSA lines information, used in BSA entry UI. , implementation_dba_data: APPS.OE_BLANKET_LINES_V ,
-
View: OE_BLANKET_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_BLANKET_LINES_V, object_name:OE_BLANKET_LINES_V, status:VALID, product: ONT - Order Management , description: This view is used to get the BSA lines information, used in BSA entry UI. , implementation_dba_data: APPS.OE_BLANKET_LINES_V ,
-
View: OE_ORDER_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ORDER_LINES_V, object_name:OE_ORDER_LINES_V, status:VALID, product: ONT - Order Management , description: View for Order Lines used in the Sales Order form. , implementation_dba_data: APPS.OE_ORDER_LINES_V ,
-
View: OE_ORDER_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ORDER_LINES_V, object_name:OE_ORDER_LINES_V, status:VALID, product: ONT - Order Management , description: View for Order Lines used in the Sales Order form. , implementation_dba_data: APPS.OE_ORDER_LINES_V ,
-
View: OE_ORDER_LINES_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ORDER_LINES_HIST_V, object_name:OE_ORDER_LINES_HIST_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_ORDER_LINES_HIST_V ,
-
View: OE_ORDER_LINES_HIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_ORDER_LINES_HIST_V, object_name:OE_ORDER_LINES_HIST_V, status:VALID, product: ONT - Order Management , implementation_dba_data: APPS.OE_ORDER_LINES_HIST_V ,
-
View: OE_BLKT_LINES_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_BLKT_LINES_HIST_V, object_name:OE_BLKT_LINES_HIST_V, status:VALID, product: ONT - Order Management , description: This view is used to get BSA history lines information, which is used in BSA organizer. , implementation_dba_data: APPS.OE_BLKT_LINES_HIST_V ,
-
View: OE_BLKT_LINES_HIST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_BLKT_LINES_HIST_V, object_name:OE_BLKT_LINES_HIST_V, status:VALID, product: ONT - Order Management , description: This view is used to get BSA history lines information, which is used in BSA organizer. , implementation_dba_data: APPS.OE_BLKT_LINES_HIST_V ,