Search Results irep_name
Overview
APPS.FND_IREP_ALL_INTERFACES is a reporting and integration view within the Oracle E-Business Suite Applications Object Library. Its name derives from iRep (integration repository) and interfaces, reflecting its purpose: to present a consolidated, queryable catalog of interface and integration points registered across the EBS instance. The view unifies two distinct sources of interface metadata into a single result set, allowing developers, administrators, and integrators to search for interface definitions by name, product, scope, lifecycle, and deployment state through one consistent projection.
The view is particularly relevant to the irep_name search term, because IREP_NAME is the primary logical identifier exposed by this view. Both branches of the underlying UNION ALL query select IREP_NAME as a common column, making it the natural key for cross-referencing interface classes and interface objects. In EBS 12.1.1 and 12.2.2, the integration repository underpins the Interface Repository and the broader integration architecture used by tools such as the Integrated SOA Gateway.
Underlying Base Objects
The view is defined over two documented base objects, both owned by APPS:
- FND_IREP_CLASSES_VL — a view supplying interface class metadata, including class-level attributes such as
CLASS_ID,CLASS_NAME,CLASS_TYPE, deployment and generation flags, and standard/specification details. - FND_OBJECTS_VL — a view supplying registered object metadata, filtered by
WHERE IREP_NAME IS NOT NULLso that only objects carrying an interface repository name are returned.
Because the view is a UNION ALL rather than a join, rows from FND_IREP_CLASSES_VL and FND_OBJECTS_VL are stacked into one result set. A literal column, SRC_TABLE, is included in each branch to identify the originating base object. Columns that do not apply to a given branch are projected as NULL, so consumers must interpret column values in light of the SRC_TABLE indicator.
Key Columns
IREP_NAME— the integration repository identifier; the principal search and correlation column.CLASS_ID/CLASS_NAME— identifiers and names for interface classes (from the FND_IREP_CLASSES branch).CLASS_TYPE— classification of the interface class.PRODUCT_CODE/IREP_PRODUCT— the owning product, exposed under two aliases depending on source branch.IMPLEMENTATION_NAME— the implementing entity associated with the class.DEPLOYED_FLAG,GENERATED_FLAG,COMPATIBILITY_FLAG— status indicators for deployment, code generation, and compatibility.SCOPE_TYPE/IREP_SCOPE— the integration scope.LIFECYCLE_MODE/IREP_LIFECYCLE— lifecycle state.SOURCE_FILE_PRODUCT,SOURCE_FILE_PATH,SOURCE_FILE_NAME,SOURCE_FILE_VERSION— provenance of the source interface definition file.STANDARD_TYPE,STANDARD_VERSION,STANDARD_SPEC— standards compliance metadata.DISPLAY_NAME,SHORT_DESCRIPTION/DESCRIPTION— user-facing descriptive text.LOAD_ERR,LOAD_ERR_MSGS— error state and messages from the last load operation.SRC_TABLE— literal marker (FND_IREP_CLASSESorFND_OBJECTS) identifying the source branch.CREATED_BY— the user who created the underlying record.
Common Use Cases and Queries
The view supports interface discovery, impact analysis, and troubleshooting of load or deployment errors. A typical query searches for a specific interface by name:
SELECT irep_name, display_name, src_table FROM fnd_irep_all_interfaces WHERE irep_name = :irep_name;SELECT irep_name, product_code, deployed_flag, load_err, load_err_msgs FROM fnd_irep_all_interfaces WHERE load_err IS NOT NULL;SELECT irep_name, src_table, standard_type, standard_version FROM fnd_irep_all_interfaces WHERE product_code = :product— to enumerate interfaces for a given product.
Because SRC_TABLE distinguishes the origin, administrators can reconcile class-level and object-level registrations and verify that both sides expose a consistent IREP_NAME.
-
VIEW: APPS.FND_IREP_ALL_INTERFACES
12.2.2
-
VIEW: APPS.FND_IREP_ALL_INTERFACES
12.1.1
-
View: FND_IREP_ALL_INTERFACES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_IREP_ALL_INTERFACES, object_name:FND_IREP_ALL_INTERFACES, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_IREP_ALL_INTERFACES ,
-
VIEW: APPLSYS.OAM_PAT_WS_REQUEST#
12.2.2
-
View: FND_IREP_ALL_INTERFACES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_IREP_ALL_INTERFACES, object_name:FND_IREP_ALL_INTERFACES, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_IREP_ALL_INTERFACES ,
-
VIEW: APPLSYS.FND_SOA_REQUEST#
12.2.2
-
VIEW: APPLSYS.FND_IREP_CLASSES#
12.2.2
-
APPS.SOA_REMOVE SQL Statements
12.2.2
-
VIEW: APPLSYS.FND_OBJECTS#
12.2.2
-
PACKAGE BODY: APPS.SOA_REMOVE
12.2.2
-
VIEW: APPS.FND_IREP_ALL_INTERFACES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_IREP_ALL_INTERFACES, object_name:FND_IREP_ALL_INTERFACES, status:VALID,
-
VIEW: APPS.FND_IREP_ALL_INTERFACES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_IREP_ALL_INTERFACES, object_name:FND_IREP_ALL_INTERFACES, status:VALID,
-
VIEW: APPLSYS.OAM_PAT_WS_REQUEST#
12.2.2
owner:APPLSYS, object_type:VIEW, object_name:OAM_PAT_WS_REQUEST#, status:VALID,
-
VIEW: APPS.FND_IREP_CLASSES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_IREP_CLASSES_VL, object_name:FND_IREP_CLASSES_VL, status:VALID,
-
TABLE: APPLSYS.OAM_PAT_WS_REQUEST
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.OAM_PAT_WS_REQUEST, object_name:OAM_PAT_WS_REQUEST, status:VALID,
-
VIEW: APPLSYS.FND_IREP_CLASSES#
12.2.2
owner:APPLSYS, object_type:VIEW, object_name:FND_IREP_CLASSES#, status:VALID,
-
TABLE: APPLSYS.FND_SOA_REQUEST
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_SOA_REQUEST, object_name:FND_SOA_REQUEST, status:VALID,
-
VIEW: APPLSYS.FND_SOA_REQUEST#
12.2.2
owner:APPLSYS, object_type:VIEW, object_name:FND_SOA_REQUEST#, status:VALID,
-
VIEW: APPS.FND_IREP_CLASSES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_IREP_CLASSES_VL, object_name:FND_IREP_CLASSES_VL, status:VALID,
-
TABLE: APPLSYS.OAM_PAT_WS_REQUEST
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.OAM_PAT_WS_REQUEST, object_name:OAM_PAT_WS_REQUEST, status:VALID,
-
APPS.FND_SIF_UTILS SQL Statements
12.2.2
-
APPS.SOA_GENERATE SQL Statements
12.2.2
-
TABLE: APPLSYS.FND_SOA_REQUEST
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_SOA_REQUEST, object_name:FND_SOA_REQUEST, status:VALID,
-
VIEW: APPLSYS.FND_OBJECTS#
12.2.2
owner:APPLSYS, object_type:VIEW, object_name:FND_OBJECTS#, status:VALID,
-
APPS.WF_WS_GEN SQL Statements
12.1.1
-
APPS.WF_WS_GEN SQL Statements
12.2.2
-
APPS.SOA_GENERATE SQL Statements
12.1.1
-
TABLE: APPLSYS.FND_IREP_CLASSES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_IREP_CLASSES, object_name:FND_IREP_CLASSES, status:VALID,
-
TABLE: APPLSYS.FND_IREP_CLASSES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_IREP_CLASSES, object_name:FND_IREP_CLASSES, status:VALID,
-
View: FND_IREP_CLASSES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_IREP_CLASSES_VL, object_name:FND_IREP_CLASSES_VL, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_IREP_CLASSES_VL ,
-
View: FND_IREP_CLASSES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_IREP_CLASSES_VL, object_name:FND_IREP_CLASSES_VL, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_IREP_CLASSES_VL ,
-
VIEW: APPS.FND_OBJECTS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_OBJECTS_VL, object_name:FND_OBJECTS_VL, status:VALID,
-
View: FND_OBJECTS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_OBJECTS_VL, object_name:FND_OBJECTS_VL, status:VALID, product: FND - Application Object Library , description: FND_OBJECTS_VL , implementation_dba_data: APPS.FND_OBJECTS_VL ,
-
View: FND_OBJECTS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_OBJECTS_VL, object_name:FND_OBJECTS_VL, status:VALID, product: FND - Application Object Library , description: FND_OBJECTS_VL , implementation_dba_data: APPS.FND_OBJECTS_VL ,
-
VIEW: APPS.FND_OBJECTS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_OBJECTS_VL, object_name:FND_OBJECTS_VL, status:VALID,
-
TABLE: APPLSYS.FND_OBJECTS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OBJECTS, object_name:FND_OBJECTS, status:VALID,
-
TABLE: APPLSYS.FND_OBJECTS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OBJECTS, object_name:FND_OBJECTS, status:VALID,
-
PACKAGE BODY: APPS.FND_SIF_UTILS
12.2.2
-
APPS.FND_IREP_LOADER_PRIVATE SQL Statements
12.1.1
-
APPS.FND_IREP_LOADER_PRIVATE SQL Statements
12.2.2
-
PACKAGE BODY: APPS.WF_WS_GEN
12.2.2
-
PACKAGE BODY: APPS.WF_WS_GEN
12.1.1
-
PACKAGE BODY: APPS.SOA_GENERATE
12.2.2
-
PACKAGE BODY: APPS.SOA_GENERATE
12.1.1
-
PACKAGE BODY: APPS.FND_IREP_LOADER_PRIVATE
12.1.1
-
PACKAGE BODY: APPS.FND_IREP_LOADER_PRIVATE
12.2.2
-
APPS.SOA_REMOVE dependencies on FND_IREP_CLASSES
12.2.2
-
APPS.SOA_REMOVE dependencies on DBMS_OUTPUT
12.2.2
-
APPS.WF_WS_GEN dependencies on FND_IREP_CLASSES
12.1.1
-
APPS.WF_WS_GEN dependencies on FND_IREP_CLASSES
12.2.2