Search Results iex_xml_request_histories
Overview
IEX_XML_REQUEST_HISTORIES is a table owned by the IEX schema within the Oracle EBS Collections (Advanced Collections / IEX) module. It stores the history of XML Publisher (XDO) output requests generated for Collections deliverables such as dunning letters, statements, and correspondence. Each row captures the parameters, status, and rendered document associated with a Collections correspondence request, providing an audit trail of letters produced and delivered.
Based on the FK topology mined from the schema, the table is heuristically classified as standalone, since it holds no foreign key dependencies on parent entities through mandatory linking columns alone but instead references multiple independent business entities. A Data Vault modeling suggestion would treat IEX_XML_REQUEST_HISTORIES as a satellite attached to transaction hubs for customer accounts, delinquencies, and query requests, recording the descriptive and status context of each XML output event.
Key Information Stored
The table contains 41 documented columns. Its surrogate primary key is XML_REQUEST_ID, which uniquely identifies each XML output request row. Business-key candidate unique indexes are documented as SYS_IL0000402263C00004$$, SYS_IL0000402263C00005$$, SYS_IL0000402263C00022$$, SYS_IL0000402263C00038$$, SYS_IL0000402263C00040$$, and SYS_IL0000402263C00041$$, corresponding to functional/LOB index segments rather than meaningful business columns.
- XML_REQUEST_ID — surrogate primary key identifying the request.
- QUERY_TEMP_ID — FK to IEX_QUERY_TEMP_XREF, linking the output to a query template.
- CUST_ACCOUNT_ID — FK to HZ_CUST_ACCOUNTS, the customer account context for the letter.
- DELINQUENCY_ID — FK to IEX_DELINQUENCIES_ALL, the delinquency record motivating the correspondence.
- STATUS — processing status of the XML request.
- DOCUMENT / HTML_DOCUMENT — the generated document and its HTML rendering.
- XMLDATA — the XML payload supplied to the XDO engine.
- DOCUMENT_TYPE and OBJECT_TYPE/OBJECT_ID — describe the document category and the referenced entity.
- METHOD and DESTINATION — delivery channel (for example, print or email) and its target.
- SUBJECT and LANGUAGE/TERRITORY — communication metadata.
- CONFIRMATION_MODE, PARTY_ID, CUST_SITE_USE_ID, ORG_ID — additional context for multi-org and confirmation handling.
- CREATED_BY, CREATION_DATE, LAST_UPDATE_DATE, OBJECT_VERSION_NUMBER — standard audit and concurrency columns.
- FAILURE_REASON — diagnostic text when generation fails.
Common Use Cases and Queries
Typical uses include auditing correspondence output, monitoring failed XDO requests, and rebuilding/reprinting dunning letters for a specific customer or delinquency.
- List recent requests for a customer:
SELECT r.xml_request_id, r.status, r.document_type, r.creation_date FROM iex.iex_xml_request_histories r WHERE r.cust_account_id = :cust_account_id ORDER BY r.creation_date DESC;
- Identify failures for follow-up:
SELECT xml_request_id, failure_reason, last_update_date FROM iex.iex_xml_request_histories WHERE status = 'ERROR';
- Retrieve the rendered HTML document:
SELECT html_document FROM iex.iex_xml_request_histories WHERE xml_request_id = :request_id;
Related Objects
- IEX_QUERY_TEMP_XREF — joined on QUERY_TEMP_ID; defines the query template template used to build the output.
- HZ_CUST_ACCOUNTS — joined on CUST_ACCOUNT_ID; provides customer identity and account attributes.
- IEX_DELINQUENCIES_ALL — joined on DELINQUENCY_ID; supplies the underlying delinquency driving Collections correspondence.
- FND_XML_REQUESTS / XDO request metadata — the XML Publisher engine tables referenced through REQUEST_ID to trace the underlying concurrent request.
- IEX_CUSTOMER_OUTPUT / Collections output views — downstream reporting constructs that surface this history in dashboards and delinquency workbench pages.
-
Table: IEX_XML_REQUEST_HISTORIES
12.2.2
owner:IEX, object_type:TABLE, fnd_design_data:IEX.IEX_XML_REQUEST_HISTORIES, object_name:IEX_XML_REQUEST_HISTORIES, status:VALID, product: IEX - Collections , description: xdo requested history for Collections , implementation_dba_data: IEX.IEX_XML_REQUEST_HISTORIES ,
-
SYNONYM: APPS.IEX_XML_REQUEST_HISTORIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IEX_XML_REQUEST_HISTORIES, status:VALID,
-
APPS.IEX_XML_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IEX_XML_REQUEST_HISTORIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IEX_XML_REQUEST_HISTORIES, status:VALID,
-
VIEW: IEX.IEX_XML_REQUEST_HISTORIES#
12.2.2
owner:IEX, object_type:VIEW, object_name:IEX_XML_REQUEST_HISTORIES#, status:VALID,
-
APPS.IEX_XML_PKG SQL Statements
12.2.2
-
TABLE: IEX.IEX_XML_REQUEST_HISTORIES
12.1.1
owner:IEX, object_type:TABLE, object_name:IEX_XML_REQUEST_HISTORIES, status:VALID,
-
VIEW: IEX.IEX_XML_REQUEST_HISTORIES#
12.2.2
-
PACKAGE BODY: APPS.IEX_XML_PKG
12.1.1
-
PACKAGE BODY: APPS.IEX_XML_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_XML_PKG, status:VALID,
-
PACKAGE BODY: APPS.IEX_XML_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_XML_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IEX_UTILITIES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_UTILITIES, status:VALID,
-
PACKAGE BODY: APPS.IEX_SEND_XML_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_SEND_XML_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IEX_UTILITIES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_UTILITIES, status:VALID,
-
PACKAGE BODY: APPS.IEX_SEND_XML_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_SEND_XML_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
APPS.IEX_SEND_XML_PVT SQL Statements
12.2.2
-
VIEW: APPS.IEX_DUNNINGS_BALI_V
12.1.1
-
TABLE: IEX.IEX_XML_REQUEST_HISTORIES
12.2.2
owner:IEX, object_type:TABLE, fnd_design_data:IEX.IEX_XML_REQUEST_HISTORIES, object_name:IEX_XML_REQUEST_HISTORIES, status:VALID,
-
PACKAGE BODY: APPS.IEX_STRATEGY_WORK_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_STRATEGY_WORK_PUB, status:VALID,
-
PACKAGE BODY: APPS.IEX_DUNNING_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_DUNNING_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IEX_XML_PKG
12.2.2
-
PACKAGE BODY: APPS.IEX_DUNNING_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_DUNNING_PVT, status:VALID,
-
PACKAGE BODY: APPS.IEX_STRATEGY_WF
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_STRATEGY_WF, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IEX_DUNNINGS_BALI_V
12.2.2
-
APPS.IEX_STRATEGY_WORK_PUB SQL Statements
12.2.2
-
VIEW: APPS.IEX_TRX_DUNNINGS_BALI_V
12.2.2
-
VIEW: APPS.IEX_DUNNINGS_BALI_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_DUNNINGS_BALI_V, status:VALID,
-
APPS.IEX_SEND_XML_PVT SQL Statements
12.1.1
-
VIEW: APPS.IEX_DUNNINGS_BALI_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_DUNNINGS_BALI_V, status:VALID,
-
VIEW: APPS.IEX_TRX_DUNNINGS_BALI_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_TRX_DUNNINGS_BALI_V, status:VALID,
-
PACKAGE: APPS.IEX_SEND_XML_PVT
12.1.1
-
PACKAGE: APPS.IEX_SEND_XML_PVT
12.2.2
-
APPS.IEX_DUNNING_PVT dependencies on IEX_XML_REQUEST_HISTORIES
12.1.1
-
APPS.IEX_SEND_XML_PVT dependencies on IEX_XML_REQUEST_HISTORIES
12.2.2
-
APPS.IEX_UTILITIES dependencies on IEX_XML_REQUEST_HISTORIES
12.1.1
-
APPS.IEX_DUNNING_PUB SQL Statements
12.2.2
-
APPS.IEX_STRATEGY_WF dependencies on IEX_XML_REQUEST_HISTORIES
12.2.2
-
APPS.IEX_UTILITIES dependencies on IEX_XML_REQUEST_HISTORIES
12.2.2
-
APPS.IEX_SEND_XML_PVT dependencies on IEX_XML_REQUEST_HISTORIES
12.1.1
-
APPS.IEX_XML_PKG dependencies on IEX_XML_REQUEST_HISTORIES
12.1.1
-
APPS.IEX_XML_PKG dependencies on IEX_XML_REQUEST_HISTORIES
12.2.2