Search Results logical_id
Overview
ECX_OAG_CONTROLAREA_V is a public view owned by the APPS schema in Oracle E-Business Suite, defined in the ECX (XML Gateway) product. Its purpose is to construct the Control Area segment of an Open Applications Group (OAG) message, presenting the routing and control metadata that precedes the business document payload in an OAG Integration Specification (OAGIS) transaction. The view is not an operational data entry surface; it is a read-only, runtime projection used by the XML Gateway outbound processing engine to emit the standard OAG control block whenever an outbound message is generated from a transaction type and transaction subtype registered in the ECX repository.
Because the verb and noun identifiers in an OAG message are derived primarily from configured transaction type and transaction subtype values, the view is frequently the object of interest for implementers searching on "transaction_subtype." That column appears directly in the projection, sourced from ECX_TRANSACTIONS_B.TRANSACTION_SUBTYPE, making the view the canonical place to correlate an EBS transaction subtype with the verb/noun pair published in an outbound OAG envelope.
Underlying Base Objects
The view text joins four documented objects, all resolved through APPS synonyms or packages:
- ECX_STANDARDS_B — supplies the standard definition; the view is restricted to rows where STANDARD_CODE = 'OAG' and joins on STANDARD_ID.
- ECX_EXT_PROCESSES — the outbound processing definition, joined to the standard and to the transaction. It supplies EXT_TYPE, EXT_SUBTYPE, TRANSACTION_ID, and the DIRECTION filter.
- ECX_TRANSACTIONS_B — the transaction registration, joined on TRANSACTION_ID, supplying TRANSACTION_TYPE and TRANSACTION_SUBTYPE.
- V$NLS_PARAMETERS — outer-joined on PARAMETER = 'NLS_CHARACTERSET' to expose the database codepage.
The view additionally calls the FND_PROFILE package, FND_PROFILE.VALUE('ECX_OAG_LOGICALID'), to retrieve the site-level logical identifier, and uses SQL built-ins USER, SYSDATE, and USERENV('LANG') to populate runtime attributes. The WHERE clause filters to EEP.DIRECTION = 'OUT', so only outbound definitions are represented.
Key Columns
- VERB_VALUE / VERB_ATTVALUE — both mapped to EEP.EXT_SUBTYPE, carrying the OAG verb in value and attribute form.
- NOUN_VALUE / NOUN_ATTVALUE / COMPONENT — all mapped to EEP.EXT_TYPE, providing the noun or component identifier.
- TASK — also sourced from EXT_SUBTYPE, distinguishing the task element of the control area.
- LOGICAL_ID — the profile-driven sender logical identifier ("from" logical ID) for the message.
- DATETIME / DATE_ATTVALUE / REFERENCE_ID — fixed runtime values: SYSDATE, the literal 'CREATION', and the literal '1'.
- LANGUAGE / CODEPAGE — session language from USERENV('LANG') and the NLS character set from V$NLS_PARAMETERS.
- AUTHID, CONFIRMATION, REVISION_VALUE, REVISION_ATTVALUE — AUTHID and CONFIRMATION are seeded with USER and 0 respectively; the revision columns are returned as NULL.
- TRANSACTION_TYPE / TRANSACTION_SUBTYPE — the EBS transaction classification from ECX_TRANSACTIONS_B; these are the columns most relevant when tracing how a given transaction subtype maps to an OAG verb and noun.
Common Use Cases and Queries
The view is used to validate OAG envelope configuration, to diagnose mismatches between expected verb/noun pairs and configured transaction subtypes, and to confirm the logical ID and codepage emitted at runtime. A representative query to list all outbound OAG control areas with their transaction classifications is:
- SELECT transaction_type, transaction_subtype, verb_value, noun_value, task, logical_id, codepage FROM ecx_oag_controlarea_v ORDER BY transaction_type, transaction_subtype;
To isolate a specific subtype during troubleshooting of an outbound interface:
- SELECT verb_value, noun_value, component, logical_id, language, codepage FROM ecx_oag_controlarea_v WHERE transaction_subtype = 'INVOICE';
Because the view joins V$NLS_PARAMETERS and calls a profile function, it should be queried as APPS or a user with EXECUTE on FND_PROFILE and SELECT on the base ECX and V$ objects. It returns no rows when the target transaction has no outbound ECX_EXT_PROCESSES definition or is not registered against the OAG standard.
-
View: ECX_OAG_CONTROLAREA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ECX.ECX_OAG_CONTROLAREA_V, object_name:ECX_OAG_CONTROLAREA_V, status:VALID, product: ECX - XML Gateway , description: View for the Open Applications Group (OAG) Control Area. , implementation_dba_data: APPS.ECX_OAG_CONTROLAREA_V ,
-
VIEW: APPS.JTF_DSP_ATTACHMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_DSP_ATTACHMENTS_V, object_name:JTF_DSP_ATTACHMENTS_V, status:VALID,
-
VIEW: APPS.JTF_DSP_ATTACHMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_DSP_ATTACHMENTS_V, object_name:JTF_DSP_ATTACHMENTS_V, status:VALID,
-
VIEW: APPS.IBE_DSP_ATTACHMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBE.IBE_DSP_ATTACHMENTS_V, object_name:IBE_DSP_ATTACHMENTS_V, status:VALID,
-
View: ECX_OAG_CONTROLAREA_TP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ECX.ECX_OAG_CONTROLAREA_TP_V, object_name:ECX_OAG_CONTROLAREA_TP_V, status:VALID, product: ECX - XML Gateway , description: View for the Open Applications Group (OAG) Control Area. , implementation_dba_data: APPS.ECX_OAG_CONTROLAREA_TP_V ,
-
View: ECX_OAG_CONTROLAREA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ECX.ECX_OAG_CONTROLAREA_V, object_name:ECX_OAG_CONTROLAREA_V, status:VALID, product: ECX - XML Gateway , description: View for the Open Applications Group (OAG) Control Area. , implementation_dba_data: APPS.ECX_OAG_CONTROLAREA_V ,
-
VIEW: APPS.ECX_OAG_CONTROLAREA_V
12.1.1
-
VIEW: APPS.ECX_OAG_CONTROLAREA_V
12.2.2
-
View: ECX_OAG_CONTROLAREA_TP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ECX.ECX_OAG_CONTROLAREA_TP_V, object_name:ECX_OAG_CONTROLAREA_TP_V, status:VALID, product: ECX - XML Gateway , description: View for the Open Applications Group (OAG) Control Area. , implementation_dba_data: APPS.ECX_OAG_CONTROLAREA_TP_V ,
-
VIEW: APPS.IBE_DSP_ATTACHMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBE.IBE_DSP_ATTACHMENTS_V, object_name:IBE_DSP_ATTACHMENTS_V, status:VALID,
-
VIEW: APPS.ECX_OAG_CONTROLAREA_TP_V
12.2.2
-
VIEW: APPS.ECX_OAG_CONTROLAREA_TP_V
12.1.1
-
VIEW: APPS.ECX_OAG_CONTROLAREA_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ECX.ECX_OAG_CONTROLAREA_V, object_name:ECX_OAG_CONTROLAREA_V, status:VALID,
-
VIEW: APPS.ECX_OAG_CONTROLAREA_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ECX.ECX_OAG_CONTROLAREA_V, object_name:ECX_OAG_CONTROLAREA_V, status:VALID,
-
VIEW: APPS.ECX_OAG_CONTROLAREA_TP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ECX.ECX_OAG_CONTROLAREA_TP_V, object_name:ECX_OAG_CONTROLAREA_TP_V, status:VALID,
-
VIEW: APPS.ECX_OAG_CONTROLAREA_TP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ECX.ECX_OAG_CONTROLAREA_TP_V, object_name:ECX_OAG_CONTROLAREA_TP_V, status:VALID,
-
View: JTF_DSP_ATTACHMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_DSP_ATTACHMENTS_V, object_name:JTF_DSP_ATTACHMENTS_V, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_DSP_ATTACHMENTS_V ,
-
View: JTF_DSP_ATTACHMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:JTF.JTF_DSP_ATTACHMENTS_V, object_name:JTF_DSP_ATTACHMENTS_V, status:VALID, product: JTF - CRM Foundation , implementation_dba_data: APPS.JTF_DSP_ATTACHMENTS_V ,
-
View: IBE_DSP_ATTACHMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBE.IBE_DSP_ATTACHMENTS_V, object_name:IBE_DSP_ATTACHMENTS_V, status:VALID, product: IBE - iStore , implementation_dba_data: APPS.IBE_DSP_ATTACHMENTS_V ,
-
View: IBE_DSP_ATTACHMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBE.IBE_DSP_ATTACHMENTS_V, object_name:IBE_DSP_ATTACHMENTS_V, status:VALID, product: IBE - iStore , implementation_dba_data: APPS.IBE_DSP_ATTACHMENTS_V ,
-
PACKAGE BODY: APPS.ECX_ENG_UTILS
12.1.1
-
PACKAGE BODY: APPS.ECX_ENG_UTILS
12.2.2
-
PACKAGE BODY: APPS.JTF_DPF_LOGICAL_PAGES_PKG
12.1.1
-
PACKAGE BODY: APPS.JTF_DPF_LOGICAL_PAGES_PKG
12.2.2
-
APPS.ECX_ENG_UTILS dependencies on ECX_TRADING_PARTNER_PVT
12.2.2
-
APPS.ECX_ENG_UTILS dependencies on ECX_TRADING_PARTNER_PVT
12.1.1
-
APPS.ECX_ENG_UTILS dependencies on WF_CORE
12.2.2
-
APPS.ECX_ENG_UTILS dependencies on WF_CORE
12.1.1
-
APPS.JTF_DPF_LOGICAL_PAGES_PKG dependencies on JTF_DPF_PHYSICAL_PAGES_PKG
12.2.2
-
APPS.JTF_DPF_LOGICAL_PAGES_PKG dependencies on JTF_DPF_RULES_PKG
12.2.2
-
APPS.JTF_DPF_LOGICAL_PAGES_PKG dependencies on JTF_DPF_PHYSICAL_PAGES_PKG
12.1.1
-
APPS.JTF_DPF_LOGICAL_PAGES_PKG dependencies on JTF_DPF_RULES_PKG
12.1.1
-
eTRM - ECX Tables and Views
12.2.2
-
eTRM - ECX Tables and Views
12.1.1
-
APPS.ECX_ENG_UTILS dependencies on ECX_ENG_UTILS
12.2.2
-
APPS.ECX_ENG_UTILS dependencies on ECX_ENG_UTILS
12.1.1
-
APPS.ECX_ENG_UTILS dependencies on ECX_DEBUG
12.1.1
-
APPS.ECX_ENG_UTILS dependencies on ECX_DEBUG
12.2.2
-
eTRM - IBE Tables and Views
12.1.1
description: This table stores information about supported Work Flow notifications in iStore. ,
-
eTRM - IBE Tables and Views
12.2.2
description: This table stores information about supported Work Flow notifications in iStore. ,
-
eTRM - JTF Tables and Views
12.1.1
description: Interface table to store data that needs to be displayed in Excel ,
-
eTRM - JTF Tables and Views
12.2.2
description: Interface table to store data that needs to be displayed in Excel ,