Search Results line_flow_status
Overview
APPS.CE_FC_OEO_DISC_V is an internal Oracle E-Business Suite view owned by the APPS schema and registered under FND Design Data as CE.CE_FC_OEO_DISC_V. It is classified as an internal, unsupported object: Oracle Corporation does not support direct access to its data except through standard Oracle Applications programs. As its name suggests, the view belongs to the Cash Management (CE) family of "FC" (forecast/clearing) objects and relates to order-entry discount exposure ("OEO_DISC"), presenting order-level transactional amounts alongside security profile, order type, payment terms, and operating unit context.
In EBS 12.1.1 and 12.2.2 the view functions as a reporting and integration surface. Because it joins security-profile and access-control objects, it is oriented toward filtered, user-scoped queries — a row's visibility typically depends on the operating unit and security profile of the session. This makes it suitable for exposure reporting, reconciliation of order-related discounts or amounts against receivables terms, and downstream data extraction, but not for direct transactional DML.
Underlying Base Objects
The view is defined over a set of views, synonyms, and packages rather than base tables directly:
- CE_SECURITY_PROFILES_V — supplies the security profile and access context for restricting rows.
- CE_SO_FC_ORDERS_V and CE_SO_FC_ORDERS_TERMS_V — order and terms views providing order number, line, amount, and terms data.
- FND_ACCESS_CONTROL_UTIL, FND_GLOBAL, FND_PROFILE, and MO_GLOBAL — packages that resolve the current user, responsibility, operating unit, and Multi-Org context.
- FND_LOOKUP_VALUES — supplies decoded lookup meanings.
- HR_OPERATING_UNITS — provides the organization/operating unit name.
- RA_TERMS and SO_ORDER_TYPES_ALL — synonyms supplying payment terms and order type definitions.
- XTR_USER_ACCESS — a package supplying user access/authorization logic.
The view references these objects but is itself referenced by no database object, confirming its role as a terminal reporting object.
Key Columns
- REFERENCE_ID (VARCHAR2, 122) — primary identifying reference for the row.
- ORDER_NUMBER (NUMBER) — the source order number.
- TRX_AMOUNT (NUMBER) — the transactional amount associated with the order or line.
- LINE_NUMBER (NUMBER) — the order line identifier.
- STATUS (VARCHAR2, 80) — the current status of the order or transaction.
- PROFILE_CLASS (VARCHAR2, 30) — the security/access profile classification used to scope row visibility. This column is central to the user's search for "profile_class", as it exposes the profile-based segmentation applied by the view.
- ORDER_TYPE (VARCHAR2, 30) — the order type from SO_ORDER_TYPES_ALL.
- TERMS (VARCHAR2, 15) — the payment terms from RA_TERMS.
- ORGANIZATION (VARCHAR2, 240) — the operating unit / organization name from HR_OPERATING_UNITS.
Common Use Cases and Queries
Typical scenarios include exposure summaries grouped by profile class, terms, or operating unit; reconciliation of order amounts against receivables; and extracts feeding downstream reporting. Because the view honors security context, a session normally returns only rows permitted for the current user and operating unit.
Return all rows for the current session context:
- SELECT REFERENCE_ID, ORDER_NUMBER, TRX_AMOUNT, LINE_NUMBER, STATUS, PROFILE_CLASS, ORDER_TYPE, TERMS, ORGANIZATION FROM APPS.CE_FC_OEO_DISC_V;
Aggregate exposure by profile class and organization:
- SELECT PROFILE_CLASS, ORGANIZATION, SUM(TRX_AMOUNT) TOTAL_AMOUNT FROM APPS.CE_FC_OEO_DISC_V GROUP BY PROFILE_CLASS, ORGANIZATION ORDER BY TOTAL_AMOUNT DESC;
Filter by order type and status for a specific operating unit:
- SELECT ORDER_NUMBER, LINE_NUMBER, TRX_AMOUNT, STATUS, TERMS FROM APPS.CE_FC_OEO_DISC_V WHERE ORDER_TYPE = :p_order_type AND STATUS = :p_status;
As an unsupported internal view, it should be used for read-only reporting and integration only, with the understanding that its definition may change without notice.
-
Lookup Type: LINE_FLOW_STATUS
12.2.2
product: ONT - Order Management , meaning: Line Flow Status , description: Line Flow Status ,
-
Lookup Type: LINE_FLOW_STATUS
12.1.1
product: ONT - Order Management , meaning: Line Flow Status , description: Line Flow Status ,
-
VIEW: APPS.CE_FC_OEO_DISC_V
12.1.1
-
VIEW: APPS.OE_FLOW_STATUS_AIA_SYNC_V
12.2.2
-
VIEW: APPS.CE_FC_OEO_DISC_V
12.2.2
-
View: CE_FC_OEO_DISC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_FC_OEO_DISC_V, object_name:CE_FC_OEO_DISC_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_FC_OEO_DISC_V ,
-
View: CE_FC_OEO_DISC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_FC_OEO_DISC_V, object_name:CE_FC_OEO_DISC_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_FC_OEO_DISC_V ,
-
APPS.OE_LINE_STATUS_PUB SQL Statements
12.2.2
-
VIEW: APPS.JTM_OE_ORDER_LINES_ALL_V
12.1.1
-
VIEW: APPS.JTM_OE_ORDER_LINES_ALL_V
12.2.2
-
APPS.OE_LINE_STATUS_PUB SQL Statements
12.1.1
-
APPS.RLM_EXTINTERFACE_SV SQL Statements
12.1.1
-
VIEW: APPS.IBE_ORDER_ITEMS_ADV_V
12.2.2
-
VIEW: APPS.IBE_ORDER_ITEMS_ADV_V
12.1.1
-
View: OE_FLOW_STATUS_AIA_SYNC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_FLOW_STATUS_AIA_SYNC_V, object_name:OE_FLOW_STATUS_AIA_SYNC_V, status:VALID, product: ONT - Order Management , description: This view is created to build the AIA UI (AIA Sales Order status Synchronization) and let user query on the FLOW STATUS field. , implementation_dba_data: APPS.OE_FLOW_STATUS_AIA_SYNC_V ,
-
APPS.RLM_EXTINTERFACE_SV SQL Statements
12.2.2
-
VIEW: APPS.IBE_RETURN_DETAIL_V
12.2.2
-
VIEW: APPS.IBE_RETURN_DETAIL_V
12.1.1
-
VIEW: APPS.IBE_SHIP_DETAIL_V
12.2.2
-
View: XNC_ORDER_LINES_V
12.1.1
product: XNC - Sales for Communications (Obsolete) , description: This view gives Order Line Details for an Order. , implementation_dba_data: Not implemented in this database ,
-
View: XNC_ORDER_LINES_V
12.2.2
product: XNC - Sales for Communications (Obsolete) , description: This view gives Order Line Details for an Order. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IBE_ORDER_DETAIL_V
12.2.2
-
VIEW: APPS.IBE_SHIP_DETAIL_V
12.1.1
-
VIEW: APPS.IBE_ORDER_DETAIL_V
12.1.1
-
View: IBE_RETURN_DETAIL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBE.IBE_RETURN_DETAIL_V, object_name:IBE_RETURN_DETAIL_V, status:VALID, product: IBE - iStore , description: Stores information about return order detail. , implementation_dba_data: APPS.IBE_RETURN_DETAIL_V ,
-
View: IBE_SHIP_DETAIL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBE.IBE_SHIP_DETAIL_V, object_name:IBE_SHIP_DETAIL_V, status:VALID, product: IBE - iStore , implementation_dba_data: APPS.IBE_SHIP_DETAIL_V ,
-
APPS.POR_VIEW_REQS_PKG SQL Statements
12.1.1
-
View: IBE_SHIP_DETAIL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBE.IBE_SHIP_DETAIL_V, object_name:IBE_SHIP_DETAIL_V, status:VALID, product: IBE - iStore , implementation_dba_data: APPS.IBE_SHIP_DETAIL_V ,
-
View: IBE_RETURN_DETAIL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBE.IBE_RETURN_DETAIL_V, object_name:IBE_RETURN_DETAIL_V, status:VALID, product: IBE - iStore , description: Stores information about return order detail. , implementation_dba_data: APPS.IBE_RETURN_DETAIL_V ,
-
View: IBE_ORDER_DETAIL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBE.IBE_ORDER_DETAIL_V, object_name:IBE_ORDER_DETAIL_V, status:VALID, product: IBE - iStore , description: Stores information about details of an order line , implementation_dba_data: APPS.IBE_ORDER_DETAIL_V ,
-
VIEW: APPS.IBE_ORDER_LINE_DTL_V
12.2.2
-
APPS.CSP_PICK_UTILS SQL Statements
12.1.1
-
View: IBE_ORDER_DETAIL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBE.IBE_ORDER_DETAIL_V, object_name:IBE_ORDER_DETAIL_V, status:VALID, product: IBE - iStore , description: Stores information about details of an order line , implementation_dba_data: APPS.IBE_ORDER_DETAIL_V ,
-
VIEW: APPS.IBE_ORDER_LINE_DTL_V
12.1.1
-
APPS.POR_VIEW_REQS_PKG SQL Statements
12.2.2
-
APPS.CSP_PICK_UTILS SQL Statements
12.2.2
-
APPS.OE_OE_FORM_LINE SQL Statements
12.2.2
-
APPS.OE_OE_FORM_LINE SQL Statements
12.1.1
-
View: CSP_EOO_CANCEL_RECOMM_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_EOO_CANCEL_RECOMM_V, object_name:CSP_EOO_CANCEL_RECOMM_V, status:VALID, product: CSP - Spares Management , description: This view lists orders that can be canceled due to an excess on order notification. , implementation_dba_data: APPS.CSP_EOO_CANCEL_RECOMM_V ,
-
APPS.CSD_SOO_PVT SQL Statements
12.2.2
-
View: IBE_ORDER_LINE_DTL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBE.IBE_ORDER_LINE_DTL_V, object_name:IBE_ORDER_LINE_DTL_V, status:VALID, product: IBE - iStore , description: Stores information about details of an order line , implementation_dba_data: APPS.IBE_ORDER_LINE_DTL_V ,
-
12.1.1 FND Design Data
12.1.1
-
View: CSP_EOO_CANCEL_RECOMM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_EOO_CANCEL_RECOMM_V, object_name:CSP_EOO_CANCEL_RECOMM_V, status:VALID, product: CSP - Spares Management , description: This view lists orders that can be canceled due to an excess on order notification. , implementation_dba_data: APPS.CSP_EOO_CANCEL_RECOMM_V ,
-
12.2.2 FND Design Data
12.2.2
-
View: IBE_ORDER_LINE_DTL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBE.IBE_ORDER_LINE_DTL_V, object_name:IBE_ORDER_LINE_DTL_V, status:VALID, product: IBE - iStore , description: Stores information about details of an order line , implementation_dba_data: APPS.IBE_ORDER_LINE_DTL_V ,
-
APPS.CSM_LOOKUP_EVENT_PKG SQL Statements
12.2.2
-
VIEW: APPS.CSP_EOO_CANCEL_RECOMM_V
12.1.1
-
VIEW: APPS.CSP_EOO_CANCEL_RECOMM_V
12.2.2
-
PACKAGE BODY: APPS.OE_LINE_STATUS_PUB
12.2.2
-
PACKAGE BODY: APPS.OE_LINE_STATUS_PUB
12.1.1