Search Results sales_order_line_number
Overview
The APPS.CST_XLA_OE_ORDER_LINES_REF_V view is a lightweight reference view delivered as part of the Oracle E-Business Suite Cost Management and Subledger Accounting (XLA) infrastructure. Its purpose is narrow and well defined: it exposes sales order line identifiers and their corresponding user-visible line numbers from the Order Management base table OE_ORDER_LINES_ALL, presenting them under the column aliases SALES_ORDER_LINE_ID and SALES_ORDER_LINE_NUMBER. This aliasing is significant because the view exists to support the reporting and integration needs of the Cost Management and XLA (eXtended Ledger Architecture) subledger accounting flows, where downstream objects must correlate cost and accounting entries back to specific sales order lines using a consistent, descriptive naming convention.
The object is documented in ETRM as a view owned by the APPS schema. It is referenced within the sales order costing and subledger accounting reporting context, particularly where a user or report requires the human-readable sales order line number associated with a transaction line. The view's simplicity — a single SELECT from one base table — reflects its role as a stable interface or "ref" (reference) view rather than a transformed or enriched reporting layer.
Underlying Base Objects
The view is defined over a single documented base object: OE_ORDER_LINES_ALL (referenced as a synonym). The documented view text is unambiguous:
SELECT LINE_ID SALES_ORDER_LINE_ID, LINE_NUMBER SALES_ORDER_LINE_NUMBER FROM OE_ORDER_LINES_ALL
OE_ORDER_LINES_ALL is the canonical Order Management table storing one row per sales order line, including pricing, quantity, fulfilment context, and line-level attributes. Because the view performs a direct, unfiltered column projection with no joins, no WHERE clause, and no aggregation, it inherits the full row population of that base table. There is consequently a one-to-one relationship between the rows returned by CST_XLA_OE_ORDER_LINES_REF_V and the sales order lines in OE_ORDER_LINES_ALL. No view-level predicates restrict scope, so partition or status filtering must be applied explicitly by the consuming query if required.
Key Columns
- SALES_ORDER_LINE_ID — Maps to
OE_ORDER_LINES_ALL.LINE_ID. This is the internal primary key (unique system-generated identifier) of the sales order line. It is the value most commonly carried as a foreign key into costing, XLA, and inventory transaction tables to establish the link between an accounting or cost event and its originating order line. - SALES_ORDER_LINE_NUMBER — Maps to
OE_ORDER_LINES_ALL.LINE_NUMBER. This is the user-facing line number displayed on the order in the Order Management forms and in Sales Order Inquiry. It is the attribute a user searching for "sales_order_line_number" typically expects to retrieve, as it is meaningful to the business rather than to the database.
Because the view exposes only these two columns, it is intentionally minimal. Note that neither header-level context (order number, customer) nor line-level detail (item, quantity) is included; those must be sourced from other tables such as OE_ORDER_HEADERS_ALL or additional columns of OE_ORDER_LINES_ALL when needed.
Common Use Cases and Queries
The view is typically joined to cost or subledger accounting data in order to render the business line number alongside an internal line identifier. A representative query joining the view to a costing or XLA reference follows:
SELECT r.sales_order_line_number, r.sales_order_line_id FROM apps.cst_xla_oe_order_lines_ref_v r WHERE r.sales_order_line_id = :p_line_id;
Typical scenarios include: translating a stored LINE_ID from a cost or accounting event into the displayed sales order line number for reporting; validating that XLA accounting lines map correctly to originating order lines; and providing a user-friendly column in custom order-costing extracts. Because the view simply mirrors OE_ORDER_LINES_ALL, for requirements demanding organisation, order, or item context, developers usually join back to OE_ORDER_LINES_ALL or OE_ORDER_HEADERS_ALL rather than relying on this view alone. When joining to XLA tables, filter on the relevant APPLICATION_ID and entity identifiers, as the view itself imposes no such filtering.
-
VIEW: APPS.CST_XLA_OE_ORDER_LINES_REF_V
12.2.2
-
VIEW: APPS.CST_XLA_OE_ORDER_LINES_REF_V
12.1.1
-
View: CST_XLA_OE_ORDER_LINES_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_OE_ORDER_LINES_REF_V, object_name:CST_XLA_OE_ORDER_LINES_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_OE_ORDER_LINES_REF_V ,
-
View: CST_XLA_OE_ORDER_LINES_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_OE_ORDER_LINES_REF_V, object_name:CST_XLA_OE_ORDER_LINES_REF_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_XLA_OE_ORDER_LINES_REF_V ,
-
VIEW: APPS.CST_XLA_OE_ORDER_LINES_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_OE_ORDER_LINES_REF_V, object_name:CST_XLA_OE_ORDER_LINES_REF_V, status:VALID,
-
VIEW: APPS.CST_XLA_OE_ORDER_LINES_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_XLA_OE_ORDER_LINES_REF_V, object_name:CST_XLA_OE_ORDER_LINES_REF_V, status:VALID,
-
VIEW: APPS.MRPFV_MDS_CONSUMPTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MDS_CONSUMPTIONS, object_name:MRPFV_MDS_CONSUMPTIONS, status:VALID,
-
VIEW: APPS.CLN_3C3_INVOICE_LINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_3C3_INVOICE_LINE_V, object_name:CLN_3C3_INVOICE_LINE_V, status:VALID,
-
View: CLN_3C3_INVOICE_LINE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_3C3_INVOICE_LINE_V, object_name:CLN_3C3_INVOICE_LINE_V, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: View of invoice lines which is used ot generate 3C3 outbound , implementation_dba_data: APPS.CLN_3C3_INVOICE_LINE_V ,
-
View: CLN_3C3_INVOICE_LINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_3C3_INVOICE_LINE_V, object_name:CLN_3C3_INVOICE_LINE_V, status:VALID, product: CLN - Supply Chain Trading Connector for RosettaNet , description: View of invoice lines which is used ot generate 3C3 outbound , implementation_dba_data: APPS.CLN_3C3_INVOICE_LINE_V ,
-
VIEW: APPS.MRPFV_FORECAST_CONSUMPTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_FORECAST_CONSUMPTIONS, object_name:MRPFV_FORECAST_CONSUMPTIONS, status:VALID,
-
VIEW: APPS.CLN_3C3_INVOICE_LINE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CLN.CLN_3C3_INVOICE_LINE_V, object_name:CLN_3C3_INVOICE_LINE_V, status:VALID,
-
VIEW: APPS.MRPFV_FORECAST_CONSUMPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_FORECAST_CONSUMPTIONS, object_name:MRPFV_FORECAST_CONSUMPTIONS, status:VALID,
-
VIEW: APPS.CST_BIS_MARGIN_ANALYSIS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_BIS_MARGIN_ANALYSIS_V, object_name:CST_BIS_MARGIN_ANALYSIS_V, status:VALID,
-
VIEW: APPS.MRPFV_MDS_CONSUMPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MDS_CONSUMPTIONS, object_name:MRPFV_MDS_CONSUMPTIONS, status:VALID,
-
VIEW: APPS.CLN_3C3_INVOICE_LINE_V
12.1.1
-
VIEW: APPS.CLN_3C3_INVOICE_LINE_V
12.2.2
-
VIEW: APPS.CST_BIS_MARGIN_ANALYSIS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_BIS_MARGIN_ANALYSIS_V, object_name:CST_BIS_MARGIN_ANALYSIS_V, status:VALID,
-
VIEW: APPS.MRPFV_MDS_ENTRIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MDS_ENTRIES, object_name:MRPFV_MDS_ENTRIES, status:VALID,
-
VIEW: APPS.MRPFV_MDS_ENTRIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MDS_ENTRIES, object_name:MRPFV_MDS_ENTRIES, status:VALID,
-
View: MRPFV_FORECAST_CONSUMPTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_FORECAST_CONSUMPTIONS, object_name:MRPFV_FORECAST_CONSUMPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_FORECAST_CONSUMPTIONS ,
-
View: MRPFV_MDS_CONSUMPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MDS_CONSUMPTIONS, object_name:MRPFV_MDS_CONSUMPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_MDS_CONSUMPTIONS ,
-
View: MRPFV_FORECAST_CONSUMPTIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_FORECAST_CONSUMPTIONS, object_name:MRPFV_FORECAST_CONSUMPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_FORECAST_CONSUMPTIONS ,
-
VIEW: APPS.FII_AR_TRX_DIST_FCV
12.1.1
-
View: MRPFV_MDS_CONSUMPTIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MDS_CONSUMPTIONS, object_name:MRPFV_MDS_CONSUMPTIONS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_MDS_CONSUMPTIONS ,
-
View: FII_AR_TRX_DIST_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AR_TRX_DIST_FCV, object_name:FII_AR_TRX_DIST_FCV, status:VALID, product: FII - Financial Intelligence , description: Internal view used for warehouse data extraction , implementation_dba_data: APPS.FII_AR_TRX_DIST_FCV ,
-
View: FII_AR_TRX_DIST_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: Internal view used for warehouse data extraction , implementation_dba_data: Not implemented in this database ,
-
View: MRPFV_MDS_ENTRIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MDS_ENTRIES, object_name:MRPFV_MDS_ENTRIES, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MDS_ENTRIES ,
-
View: MRPFV_MDS_ENTRIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_MDS_ENTRIES, object_name:MRPFV_MDS_ENTRIES, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_MDS_ENTRIES ,
-
VIEW: EC.ECE_AR_TRX_LINES#
12.2.2
-
View: CST_BIS_MARGIN_ANALYSIS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_BIS_MARGIN_ANALYSIS_V, object_name:CST_BIS_MARGIN_ANALYSIS_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_BIS_MARGIN_ANALYSIS_V ,
-
View: OEFV_SHIPMENT_LINES
12.2.2
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: CST_BIS_MARGIN_ANALYSIS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:BOM.CST_BIS_MARGIN_ANALYSIS_V, object_name:CST_BIS_MARGIN_ANALYSIS_V, status:VALID, product: BOM - Bills of Material , implementation_dba_data: APPS.CST_BIS_MARGIN_ANALYSIS_V ,
-
View: OEFV_SHIPMENT_LINES
12.1.1
product: OE - Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: ECE_CDMO_LINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_CDMO_LINE_V, object_name:ECE_CDMO_LINE_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts line informationfor the outbound Credit/Debit Memo (812/CREADV/DEBADV) transaction.@rep:scope private@rep:product AR@rep:lifecycle active@rep:displayname Credit/Debit Memo Line View@rep:category BUSINESS_ENTITY AR_CREDIT_ , implementation_dba_data: APPS.ECE_CDMO_LINE_V ,
-
VIEW: APPS.FII_AR_TRX_DIST_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AR_TRX_DIST_FCV, object_name:FII_AR_TRX_DIST_FCV, status:VALID,
-
View: ECE_CDMO_LINE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_CDMO_LINE_V, object_name:ECE_CDMO_LINE_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts line informationfor the outbound Credit/Debit Memo (812/CREADV/DEBADV) transaction.@rep:scope private@rep:product AR@rep:lifecycle active@rep:displayname Credit/Debit Memo Line View@rep:category BUSINESS_ENTITY AR_CREDIT_ , implementation_dba_data: APPS.ECE_CDMO_LINE_V ,
-
APPS.FII_AR_TRX_DIST_F_C SQL Statements
12.1.1
-
VIEW: APPS.ECE_INO_LINE_V
12.1.1
-
VIEW: APPS.ECE_CDMO_LINE_V
12.1.1
-
VIEW: APPS.ECE_INO_LINE_V
12.2.2
-
VIEW: APPS.ECE_CDMO_LINE_V
12.2.2
-
VIEW: APPS.ECE_INO_LINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_INO_LINE_V, object_name:ECE_INO_LINE_V, status:VALID,
-
VIEW: EC.ECE_AR_TRX_LINES#
12.2.2
owner:EC, object_type:VIEW, object_name:ECE_AR_TRX_LINES#, status:VALID,
-
VIEW: APPS.ECE_INO_LINE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_INO_LINE_V, object_name:ECE_INO_LINE_V, status:VALID,
-
VIEW: APPS.ECE_CDMO_LINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_CDMO_LINE_V, object_name:ECE_CDMO_LINE_V, status:VALID,
-
VIEW: APPS.ECE_CDMO_LINE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_CDMO_LINE_V, object_name:ECE_CDMO_LINE_V, status:VALID,
-
PACKAGE: APPS.OE_DROP_SHIP_GRP
12.1.1
-
PACKAGE: APPS.OE_DROP_SHIP_GRP
12.2.2
-
TABLE: EC.ECE_AR_TRX_LINES
12.1.1
owner:EC, object_type:TABLE, fnd_design_data:EC.ECE_AR_TRX_LINES, object_name:ECE_AR_TRX_LINES, status:VALID,