Search Results iex_repossessions
Overview
IEX_REPOSSESSIONS is a transaction-detail table in the Oracle EBS Collections (IEX) module. It stores the operational and legal attributes associated with the repossession of a financed asset — typically a vehicle, equipment unit, or other collateralized item — after a customer delinquency has escalated to recovery action. The table functions as the system of record for repossession events, capturing the date of recovery, the asset involved, its assessed value, and the downstream remarketing or legal disposition path.
Under the heuristic Data Vault classification mined from the foreign-key structure, this object is characterized as standalone, meaning it does not act as a classical hub or link within a hub-and-link model but rather serves as a self-contained event record keyed by a single business identifier. In a Data Vault modeling exercise, this suggests IEX_REPOSSESSIONS could be modeled as a satellite or a standalone transaction entity rather than a linking structure. The physical schema spans 51 documented columns under the IEX schema, owned by Oracle and flagged VALID.
Key Information Stored
The table is anchored by a surrogate primary key, REPOSSESSION_ID, which is enforced by the unique index IEX_REPOSSESSIONS_U1 and forms the IRN_PK constraint. This column is the canonical business-key candidate for joins and lookups.
- REPOSSESSION_ID — surrogate primary key and unique business identifier for each repossession record.
- DELINQUENCY_ID — foreign key to IEX_DELINQUENCIES_ALL, linking the repossession to the originating delinquency.
- CUST_ACCOUNT_ID — foreign key to HZ_CUST_ACCOUNTS, identifying the customer account affected.
- PARTY_ID — the party (customer) associated with the repossession.
- ASSET_ID, ASSET_NUMBER, ASSET_VALUE — identification and assessed value of the repossessed asset.
- REPOSSESSION_DATE — the effective date the asset was recovered.
- UNPAID_REASON_CODE, REASON_CODE, DISPOSITION_CODE — coded reasons for default and the intended disposition (e.g., resale, auction).
- REMARKET_FLAG — indicates whether the asset is slated for remarketing.
- REPLEVIN_ATTORNEY, REPLEVIN_COURT_DATE, REPLEVIN_JUDGEMENT_DATE, REPLEVIN_PAYMNT_EXTN_YN — legal proceedings for asset recovery.
- SERVICE_HOLD_REQUEST_FLAG, CREDIT_HOLD_REQUEST_FLAG (and their APPROVED counterparts) — hold workflow status on the account.
- ORG_ID, SECURITY_GROUP_ID — multi-org and data-security context, the latter referencing FND_SECURITY_GROUPS.
- CONTRACT_ID, CONTRACT_NUMBER — the financing contract under which the asset was repossessed.
Standard audit columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) and the ATTRIBUTE_CATEGORY/ATTRIBUTE1–15 flexfield set are present, providing extensibility and traceability.
Common Use Cases and Queries
Collections and recovery analysts query this table to track repossession volume, recovery value, and legal status by customer or period. A typical reporting query joins the customer account and delinquency sources:
- Repossession listings by date range:
SELECT r.REPOSSESSION_ID, r.REPOSSESSION_DATE, r.ASSET_NUMBER, r.ASSET_VALUE FROM IEX.IEX_REPOSSESSIONS r WHERE r.REPOSSESSION_DATE BETWEEN :from AND :to; - Customer-level history: join to
HZ_CUST_ACCOUNTSonCUST_ACCOUNT_IDand toIEX_DELINQUENCIES_ALLonDELINQUENCY_IDto reconstruct the delinquency-to-repossession chain. - Legal pipeline reporting: filter on
REPLEVIN_COURT_DATEandREPLEVIN_JUDGEMENT_DATEto monitor attorney-driven recovery cases. - Remarketing analysis: aggregate
ASSET_VALUEgrouped byDISPOSITION_CODEandREMARKET_FLAGto assess recovery rates. - Org-security-scoped dashboards using
ORG_IDandSECURITY_GROUP_ID.
Related Objects
- IEX_REPOS_OBJECTS — references this table via
REPOSSESSION_ID; stores the line-level objects tied to a repossession. - IEX_DELINQUENCIES_ALL — parent delinquency record referenced through
DELINQUENCY_ID. - HZ_CUST_ACCOUNTS — customer account master referenced through
CUST_ACCOUNT_ID. - FND_SECURITY_GROUPS — security-group definition referenced through
SECURITY_GROUP_ID. - IEX_CUSTOMER_ACCOUNTS and IEX_DISPOSITIONS (conceptual peers) — used alongside for account and disposition lookups.
- OE_ORDER_HEADERS_ALL and MTL_SYSTEM_ITEMS — commonly joined when repossessed assets are resold or revalued.
Together these objects form the repossession and recovery backbone within Oracle Collections, enabling both operational management and downstream financial reconciliation.
-
Table: IEX_REPOSSESSIONS
12.2.2
owner:IEX, object_type:TABLE, fnd_design_data:IEX.IEX_REPOSSESSIONS, object_name:IEX_REPOSSESSIONS, status:VALID, product: IEX - Collections , description: Details for Repossession , implementation_dba_data: IEX.IEX_REPOSSESSIONS ,
-
VIEW: APPS.IEX_REPOSSESSIONS_BALI_V
12.1.1
-
VIEW: APPS.IEX_REPOSSESSIONS_BALI_V
12.2.2
-
VIEW: IEX.IEX_REPOSSESSIONS#
12.2.2
owner:IEX, object_type:VIEW, object_name:IEX_REPOSSESSIONS#, status:VALID,
-
SYNONYM: APPS.IEX_REPOSSESSIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IEX_REPOSSESSIONS, status:VALID,
-
APPS.IEX_REPOSSESS_PVT SQL Statements
12.1.1
-
SYNONYM: APPS.IEX_REPOSSESSIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IEX_REPOSSESSIONS, status:VALID,
-
APPS.IEX_REPOSSESS_PVT SQL Statements
12.2.2
-
APPS.IEX_WF_DEL_REQ_SERVICE_PUB SQL Statements
12.2.2
-
APPS.IEX_WF_DEL_STATUS_PUB SQL Statements
12.1.1
-
APPS.IEX_WF_DEL_STATUS_PUB SQL Statements
12.2.2
-
VIEW: APPS.IEX_REPOS_OBJECTS_UV
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_REPOS_OBJECTS_UV, status:VALID,
-
APPS.IEX_WF_DEL_REQ_CREDIT_PUB SQL Statements
12.2.2
-
APPS.IEX_WF_DEL_REQ_SERVICE_PUB SQL Statements
12.1.1
-
VIEW: APPS.IEX_REPOS_OBJECTS_UV
12.1.1
-
VIEW: APPS.IEX_REPOS_OBJECTS_UV
12.2.2
-
VIEW: APPS.IEX_REPOS_OBJECTS_UV
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_REPOS_OBJECTS_UV, status:VALID,
-
APPS.IEX_WF_DEL_REQ_CREDIT_PUB SQL Statements
12.1.1
-
VIEW: IEX.IEX_REPOSSESSIONS#
12.2.2
-
PACKAGE BODY: APPS.IEX_REP_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_REP_PVT, status:VALID,
-
PACKAGE BODY: APPS.IEX_REPOSSESS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_REPOSSESS_PVT, status:VALID,
-
PACKAGE BODY: APPS.IEX_REPOSSESSIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_REPOSSESSIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IEX_WF_DEL_STATUS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_WF_DEL_STATUS_PUB, status:VALID,
-
PACKAGE BODY: APPS.IEX_WF_DEL_STATUS_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_WF_DEL_STATUS_PUB, status:VALID,
-
PACKAGE BODY: APPS.IEX_WF_DEL_REQ_CREDIT_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_WF_DEL_REQ_CREDIT_PUB, status:VALID,
-
PACKAGE BODY: APPS.IEX_REPOSSESSIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_REPOSSESSIONS_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IEX_WF_DEL_REQ_CREDIT_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_WF_DEL_REQ_CREDIT_PUB, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IEX_REPOSSESS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_REPOSSESS_PVT, status:VALID,
-
PACKAGE BODY: APPS.IEX_WF_DEL_REQ_SERVICE_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_WF_DEL_REQ_SERVICE_PUB, status:VALID,
-
PACKAGE BODY: APPS.IEX_MERGE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_MERGE_PVT, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.IEX_WF_DEL_REQ_SERVICE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_WF_DEL_REQ_SERVICE_PUB, status:VALID,
-
PACKAGE BODY: APPS.IEX_REP_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_REP_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IEX_REPOSSESSIONS_BALI_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_REPOSSESSIONS_BALI_V, status:VALID,
-
PACKAGE BODY: APPS.IEX_CASE_UTL_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_CASE_UTL_PUB, status:VALID,
-
PACKAGE BODY: APPS.IEX_MERGE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_MERGE_PVT, status:VALID,
-
PACKAGE BODY: APPS.IEX_CASE_UTL_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEX_CASE_UTL_PUB, status:VALID,
-
VIEW: APPS.IEX_REPOSSESSIONS_BALI_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_REPOSSESSIONS_BALI_V, status:VALID,
-
APPS.IEX_REPOSSESSIONS_PKG SQL Statements
12.2.2
-
VIEW: APPS.IEX_DELINQUENCIES_STAGE_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_DELINQUENCIES_STAGE_V, status:VALID,
-
VIEW: APPS.IEX_DELINQUENCIES_STAGE_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_DELINQUENCIES_STAGE_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.IEX_LATER_STAGE_DELINQUENCY_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_LATER_STAGE_DELINQUENCY_V, status:VALID,