Search Results iex_repossessions_u1
Overview
The IEX_REPOSSESSIONS table in the Oracle E-Business Suite IEX (Advanced Collections) schema records repossession activity associated with delinquent customer obligations. Each row captures a single repossession event, linking a delinquency to the customer account, the specific asset recovered, the assessed asset value, and a set of workflow flags governing credit and service holds. In Oracle EBS 12.1.1 and 12.2.2, this object resides in the APPS_TS_TX_DATA tablespace and is owned by the IEX schema, making it part of the transactional collections data model used by Advanced Collections agents and collectors.
From a Data Vault modeling perspective, the metadata classifies this object heuristically as standalone, with the primary key IRN_PK defined on REPOSSESSION_ID. The presence of foreign key references to IEX_DELINQUENCIES_ALL and HZ_CUST_ACCOUNTS, combined with descriptive columns such as UNPAID_REASON_CODE, REASON_CODE, and DISPOSITION_CODE, suggests this table functions primarily as a satellite or detail entity anchored to delinquency and customer hub entities rather than a pure transaction link.
Key Information Stored
The 51-column structure centers on the surrogate primary key REPOSSESSION_ID, which is enforced by the unique index IEX_REPOSSESSIONS_U1 in the APPS_TS_TX_IDX tablespace. Since only this single-column unique index is documented, REPOSSESSION_ID is the sole business-key candidate; all other columns are descriptive or foreign-key attributes.
- DELINQUENCY_ID – foreign key to IEX_DELINQUENCIES_ALL, identifying the delinquency case driving the repossession.
- CUST_ACCOUNT_ID and PARTY_ID – link the repossession to the customer account and party in HZ_CUST_ACCOUNTS and the trading community model; both participate in the nonunique index IEX_REPOSSESSIONS_N1 alongside DELINQUENCY_ID.
- REPOSSESSION_DATE – the effective date of the repossession event.
- ASSET_ID, ASSET_NUMBER, and ASSET_VALUE – identify the recovered asset and its recorded monetary value.
- UNPAID_REASON_CODE and REASON_CODE – coded explanations for the underlying nonpayment or repossession decision.
- REMARKET_FLAG – indicates whether the recovered asset is intended for remarketing.
- DISPOSITION_CODE – records the final disposition of the recovered asset.
- CREDIT_HOLD_REQUEST_FLAG, CREDIT_HOLD_APPROVED_FLAG, SERVICE_HOLD_REQUEST_FLAG, and SERVICE_HOLD_APPROVED_FLAG – workflow indicators controlling credit and service holds during collections handling.
- ORG_ID and SECURITY_GROUP_ID – multi-org and data-security context for the row.
Standard EBS who-columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) and the Program who-columns (REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE) are also present, along with the ATTRIBUTE_CATEGORY and ATTRIBUTE1 through ATTRIBUTE15 descriptive flexfield segments.
Common Use Cases and Queries
Collections analysts commonly query this table to list repossessions by delinquency or customer account, to report on asset recovery value, and to drive hold-approval workflows. A typical join pattern leverages the nonunique index:
SELECT r.repossession_id, r.repossession_date, r.asset_number, r.asset_value FROM iex.iex_repossessions r WHERE r.delinquency_id = :p_delinquency_id;
Reporting queries frequently aggregate asset value by disposition code or remarket flag, and reconciliation routines join on CUST_ACCOUNT_ID to HZ_CUST_ACCOUNTS to confirm customer ownership. Workflow-driven queries filter on the CREDIT_HOLD_APPROVED_FLAG or SERVICE_HOLD_APPROVED_FLAG columns to identify pending approvals.
Related Objects
The most significant related objects, based on documented foreign keys and dependencies, include:
- IEX_DELINQUENCIES_ALL – referenced via DELINQUENCY_ID; the parent delinquency case.
- HZ_CUST_ACCOUNTS – referenced via CUST_ACCOUNT_ID; the customer account record.
- FND_SECURITY_GROUPS – referenced via SECURITY_GROUP_ID for data security resolution.
- IEX_REPOS_OBJECTS – references REPOSSESSION_ID back to this table, capturing recovered object detail.
- FND_CONCURRENT_REQUESTS, FND_APPLICATION, and FND_CONCURRENT_PROGRAM – referenced by the Program who-columns for audit lineage.
-
INDEX: IEX.IEX_REPOSSESSIONS_U1
12.2.2
owner:IEX, object_type:INDEX, object_name:IEX_REPOSSESSIONS_U1, status:VALID,
-
INDEX: IEX.IEX_REPOSSESSIONS_U1
12.1.1
owner:IEX, object_type:INDEX, object_name:IEX_REPOSSESSIONS_U1, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
TABLE: IEX.IEX_REPOSSESSIONS
12.1.1
owner:IEX, object_type:TABLE, object_name:IEX_REPOSSESSIONS, status:VALID,
-
TABLE: IEX.IEX_REPOSSESSIONS
12.2.2
owner:IEX, object_type:TABLE, fnd_design_data:IEX.IEX_REPOSSESSIONS, object_name:IEX_REPOSSESSIONS, status:VALID,
-
eTRM - IEX Tables and Views
12.2.2
description: xdo requested history for Collections ,