Search Results rla_schedule_type_code
Overview
APPS.OE_CRM_ORDER_LINES_V is a reporting and integration view within the Oracle E-Business Suite Order Management (OM) module. It exposes order line information in a flattened, denormalized form intended for consumption by CRM applications, external interfaces, and analytical reporting. The view presents line-level attributes spanning order entry, shipping, pricing, taxation, and demand scheduling, allowing downstream systems to retrieve comprehensive sales order line detail without joining multiple base tables directly. Because it is owned by APPS and exposed as a synonym, it is accessible to any database user granted the appropriate privileges, making it a common reference point for custom reports, extracts, and interface programs in both release 12.1.1 and 12.2.2.
Underlying Base Objects
According to the documented metadata, the view is defined over a single referenced base object: OE_ORDER_LINES (exposed through a synonym). OE_ORDER_LINES is the core transactional table in Order Management that stores line-level order data, including identifiers, quantities, dates, pricing, and descriptive flexfield columns. The view selects a defined subset of columns from this table, projecting them without the multi-table joins that characterize other OM views such as those that combine headers, lines, and shipments. Practically, this means the view inherits the granularity of OE_ORDER_LINES: one row per order line. The release notes identify the same base object for both 12.1.1 and 12.2.2, indicating structural continuity across the two releases with respect to this view.
Key Columns
The view exposes a broad set of line attributes. Notable groupings include:
- Identity and context: LINE_ID, HEADER_ID, ORG_ID, LINE_NUMBER, LINE_TYPE_ID.
- Item and dates: ORDERED_ITEM, INVENTORY_ITEM_ID, REQUEST_DATE, PROMISE_DATE, SCHEDULE_SHIP_DATE, PRICING_DATE.
- Quantities and UOMs: ORDERED_QUANTITY, ORDER_QUANTITY_UOM, PRICING_QUANTITY, PRICING_QUANTITY_UOM, SHIPPED_QUANTITY, FULFILLED_QUANTITY, SHIPPING_QUANTITY, SHIPPING_QUANTITY_UOM, CANCELLED_QUANTITY.
- Parties and organizations: SHIP_FROM_ORG_ID, SHIP_TO_ORG_ID, INVOICE_TO_ORG_ID, DELIVER_TO_ORG_ID, SOLD_TO_ORG_ID, and associated contact IDs.
- Scheduling and demand: DEMAND_BUCKET_TYPE_CODE, DEMAND_CLASS_CODE, and the column central to the user's search, RLA_SCHEDULE_TYPE_CODE.
- Pricing and tax: UNIT_SELLING_PRICE, UNIT_LIST_PRICE, TAX_VALUE, TAX_CODE, TAX_RATE, TAX_DATE, TAX_EXEMPT_FLAG.
- Descriptive flexfields: ATTRIBUTE1 through ATTRIBUTE15 and the GLOBAL_ATTRIBUTE and PRICING_ATTRIBUTE sets.
RLA_SCHEDULE_TYPE_CODE is significant because it relates to return line authorization (RLA) scheduling. In Order Management, return authorizations carry a schedule type that governs how returned goods are scheduled and received. Querying this column allows integration and reporting logic to identify the scheduling behavior associated with return-related order lines.
Common Use Cases and Queries
The view supports sales order reporting, CRM data synchronization, and return processing extracts. A typical query retrieves scheduling detail for return lines:
SELECT line_id, header_id, ordered_item, ordered_quantity, rla_schedule_type_code FROM apps.oe_crm_order_lines_v WHERE rla_schedule_type_code IS NOT NULL;SELECT header_id, line_number, ordered_item, promise_date, shipped_quantity FROM apps.oe_crm_order_lines_v WHERE org_id = :p_org AND ordered_quantity > shipped_quantity;SELECT line_id, sold_to_org_id, unit_selling_price, tax_value FROM apps.oe_crm_order_lines_v WHERE tax_exempt_flag = 'Y';
These patterns illustrate how the view simplifies retrieval of consolidated line data for integration and analysis without direct access to OE_ORDER_LINES.
-
VIEW: APPS.OE_CRM_ORDER_LINES_V
12.1.1
-
VIEW: ONT.OE_BLANKET_LINES_HIST#
12.2.2
-
VIEW: APPS.OE_CRM_ORDER_LINES_V
12.2.2
-
View: OE_CRM_ORDER_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_CRM_ORDER_LINES_V, object_name:OE_CRM_ORDER_LINES_V, status:VALID, product: ONT - Order Management , description: Compatible view provoded for CRM usage only. The view is based on oe_order_lines_all table. , implementation_dba_data: APPS.OE_CRM_ORDER_LINES_V ,
-
View: OE_CRM_ORDER_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_CRM_ORDER_LINES_V, object_name:OE_CRM_ORDER_LINES_V, status:VALID, product: ONT - Order Management , description: Compatible view provoded for CRM usage only. The view is based on oe_order_lines_all table. , implementation_dba_data: APPS.OE_CRM_ORDER_LINES_V ,
-
VIEW: ONT.OE_BLANKET_LINES_ALL#
12.2.2
-
VIEW: APPS.ASO_I_OE_ORDER_LINES_V
12.1.1
-
VIEW: APPS.ASO_I_OE_ORDER_LINES_V
12.2.2
-
View: ASO_I_OE_ORDER_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_OE_ORDER_LINES_V, object_name:ASO_I_OE_ORDER_LINES_V, status:VALID, product: ASO - Order Capture , description: This view includes all columns from the Oracle Order Management order lines tables and is currently used by Oracle Sales Compensation only. , implementation_dba_data: APPS.ASO_I_OE_ORDER_LINES_V ,
-
View: ASO_I_OE_ORDER_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ASO.ASO_I_OE_ORDER_LINES_V, object_name:ASO_I_OE_ORDER_LINES_V, status:VALID, product: ASO - Order Capture , description: This view includes all columns from the Oracle Order Management order lines tables and is currently used by Oracle Sales Compensation only. , implementation_dba_data: APPS.ASO_I_OE_ORDER_LINES_V ,
-
VIEW: ONT.OE_ORDER_LINES_ALL#
12.2.2
-
VIEW: ONT.OE_ORDER_LINES_HISTORY#
12.2.2
-
View: AMS_OE_ORDER_LINES_V
12.2.2
product: AMS - Marketing , description: Order Lines , implementation_dba_data: Not implemented in this database ,
-
View: AMS_OE_ORDER_LINES_V
12.1.1
product: AMS - Marketing , description: Order Lines , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: ONT.OE_LINE_ACKS#
12.2.2
-
APPS.RLM_RD_SV SQL Statements
12.2.2
-
APPS.RLM_RD_SV SQL Statements
12.1.1
-
VIEW: ONT.OE_BLANKET_LINES_ALL#
12.2.2
owner:ONT, object_type:VIEW, object_name:OE_BLANKET_LINES_ALL#, status:VALID,
-
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: ONT.OE_BLANKET_LINES_HIST#
12.2.2
owner:ONT, object_type:VIEW, object_name:OE_BLANKET_LINES_HIST#, status:VALID,
-
VIEW: APPS.OE_SCH_ORDER_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_SCH_ORDER_LINES_V, object_name:OE_SCH_ORDER_LINES_V, status:VALID,
-
VIEW: ONT.OE_ORDER_LINES_ALL#
12.2.2
owner:ONT, object_type:VIEW, object_name:OE_ORDER_LINES_ALL#, status:VALID,
-
VIEW: APPS.OE_SCH_RSV_SET_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_SCH_RSV_SET_LINES_V, object_name:OE_SCH_RSV_SET_LINES_V, status:VALID,
-
VIEW: ONT.OE_ORDER_LINES_HISTORY#
12.2.2
owner:ONT, object_type:VIEW, object_name:OE_ORDER_LINES_HISTORY#, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.OE_SCH_ORDER_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_SCH_ORDER_LINES_V, object_name:OE_SCH_ORDER_LINES_V, status:VALID,
-
VIEW: APPS.OE_SCH_RSV_SET_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_SCH_RSV_SET_LINES_V, object_name:OE_SCH_RSV_SET_LINES_V, status:VALID,
-
VIEW: APPS.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,
-
APPS.OE_UPG_SO SQL Statements
12.2.2
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
APPS.OE_VERSION_HISTORY_UTIL SQL Statements
12.2.2
-
VIEW: APPS.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,
-
APPS.OE_UPG_SO SQL Statements
12.1.1
-
APPS.OE_VERSION_HISTORY_UTIL SQL Statements
12.1.1
-
VIEW: APPS.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,
-
APPS.OE_BULK_ACK_PVT SQL Statements
12.2.2
-
APPS.OE_BULK_ACK_PVT SQL Statements
12.1.1
-
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 ,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.OE_CRM_ORDER_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_CRM_ORDER_LINES_V, object_name:OE_CRM_ORDER_LINES_V, status:VALID,
-
TYPE: SYSTEM.ASO_LINE_TYPE
12.2.2
owner:SYSTEM, object_type:TYPE, object_name:ASO_LINE_TYPE, status:VALID,
-
TYPE: SYSTEM.ASO_LINE_TYPE
12.1.1
owner:SYSTEM, object_type:TYPE, object_name:ASO_LINE_TYPE, status:VALID,