Search Results ar_cmgt_collateral_data
Overview
The AR_CMGT_COLLATERAL_DATA table is a Receivables (AR) module table within Oracle E-Business Suite 12.1.1 and 12.2.2. It stores detailed information about assets that can be pledged to secure credit available to a company under credit review. In practical terms, this is the collateral registry that supports Credit Management workflows: each row captures a pledgeable asset, its valuation, its appraiser, and its physical location, all tied back to a specific credit request and case folder. The table is owned by the AR schema and carries a VALID status in the ETRM dictionary.
From a Data Vault modeling perspective, the heuristic classification mined from the foreign-key structure is standalone. This suggests the table can be treated as an independent structure without a strict hub, link, or satellite dependency in the mined relationship graph, though in practice its foreign keys to credit requests and case folders give it clear association semantics within the Credit Management sub-model.
Key Information Stored
The physical schema documents 19 columns. The most significant are:
- DATAPOINT_ID — the surrogate primary key, defined by AR_CMGT_COLLATERAL_DATA_PK and reinforced by the unique index AR_CMGT_COLLATERAL_DATA_U1. It uniquely identifies each collateral record.
- CREDIT_REQUEST_ID — foreign key to AR_CMGT_CREDIT_REQUESTS, linking collateral to the credit request under review.
- CASE_FOLDER_ID — foreign key to AR_CMGT_CASE_FOLDERS, tying the collateral to its credit case folder.
- COLLATERAL_DESCRIPTION — free-text description of the pledged asset.
- COLLATERAL_CATEGORY — classification of the collateral type (for example, real estate, equipment, or financial instruments).
- COLLATERAL_VALUE and COLLATERAL_CURRENCY — the assessed value and the currency in which it is expressed.
- VALUATION_TYPE, VALUATION_DATE, and PREV_VALUATION_DATE — the basis of valuation and the current and prior valuation dates, supporting revaluation tracking.
- APPRAISER_NAME and APPRAISER_PHONE_NUMBER — details of the party performing the appraisal.
- COLLATERAL_LOCATION — physical or jurisdictional location of the asset.
- NOTES — supplementary free-text commentary.
- Audit columns — CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and LAST_UPDATE_LOGIN provide standard EBS who-did-what tracking.
The surrogate key is DATAPOINT_ID; the unique index AR_CMGT_COLLATERAL_DATA_U1 serves as the business-key candidate on that column.
Common Use Cases and Queries
Typical scenarios include credit exposure reporting, collateral coverage calculations, and revaluation tracking for assets pledged against credit lines. A common query pattern joins collateral to its credit request and case folder:
- List all collateral for a credit request:
SELECT c.COLLATERAL_DESCRIPTION, c.COLLATERAL_VALUE, c.COLLATERAL_CURRENCY FROM AR_CMGT_COLLATERAL_DATA c WHERE c.CREDIT_REQUEST_ID = :request_id. - Aggregate pledged value per credit request to compare against approved credit limits.
- Identify collateral due for revaluation by comparing VALUATION_DATE against a threshold.
- Report appraiser activity using APPRAISER_NAME grouped by period.
- Track collateral by category and location for portfolio concentration analysis.
Related Objects
The principal related objects, derived from documented FK relationships, are:
- AR_CMGT_CREDIT_REQUESTS — joined on CREDIT_REQUEST_ID; the parent credit request record.
- AR_CMGT_CASE_FOLDERS — joined on CASE_FOLDER_ID; the credit case folder grouping.
- AR_CMGT_COLLATERAL_DATA_PK and AR_CMGT_COLLATERAL_DATA_U1 — the primary and unique indexes enforcing DATAPOINT_ID integrity.
- Credit Management inquiry and reporting views and concurrent programs in the AR module that consume collateral valuation data.
Because the table is classified as standalone in the Data Vault heuristic, related-object depth is limited to the documented foreign keys and the Credit Management entities they reference.
-
Table: AR_CMGT_COLLATERAL_DATA
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CMGT_COLLATERAL_DATA, object_name:AR_CMGT_COLLATERAL_DATA, status:VALID, product: AR - Receivables , description: The AR_CMGT_COLLATERAL_DATA table stores detailed information about assets that can be pledged to secure credit available by the company under credit review pledged to secure credit. , implementation_dba_data: AR.AR_CMGT_COLLATERAL_DATA ,
-
Table: AR_CMGT_COLLATERAL_DATA
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CMGT_COLLATERAL_DATA, object_name:AR_CMGT_COLLATERAL_DATA, status:VALID, product: AR - Receivables , description: The AR_CMGT_COLLATERAL_DATA table stores detailed information about assets that can be pledged to secure credit available by the company under credit review pledged to secure credit. , implementation_dba_data: AR.AR_CMGT_COLLATERAL_DATA ,
-
VIEW: AR.AR_CMGT_COLLATERAL_DATA#
12.2.2
owner:AR, object_type:VIEW, object_name:AR_CMGT_COLLATERAL_DATA#, status:VALID,
-
SYNONYM: APPS.AR_CMGT_COLLATERAL_DATA
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_CMGT_COLLATERAL_DATA, status:VALID,
-
SYNONYM: APPS.AR_CMGT_COLLATERAL_DATA
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_CMGT_COLLATERAL_DATA, status:VALID,
-
VIEW: AR.AR_CMGT_COLLATERAL_DATA#
12.2.2
-
TABLE: AR.AR_CMGT_COLLATERAL_DATA
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CMGT_COLLATERAL_DATA, object_name:AR_CMGT_COLLATERAL_DATA, status:VALID,
-
TABLE: AR.AR_CMGT_COLLATERAL_DATA
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CMGT_COLLATERAL_DATA, object_name:AR_CMGT_COLLATERAL_DATA, status:VALID,
-
PACKAGE BODY: APPS.AR_CMGT_CONTROLS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AR_CMGT_CONTROLS, status:VALID,
-
PACKAGE BODY: APPS.AR_CMGT_CONTROLS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AR_CMGT_CONTROLS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.AR_CMGT_CONTROLS SQL Statements
12.2.2
-
APPS.AR_CMGT_CONTROLS SQL Statements
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
APPS.AR_CMGT_CONTROLS dependencies on AR_CMGT_COLLATERAL_DATA
12.1.1
-
APPS.AR_CMGT_CONTROLS dependencies on AR_CMGT_COLLATERAL_DATA
12.2.2
-
PACKAGE BODY: APPS.AR_CMGT_CONTROLS
12.2.2
-
PACKAGE BODY: APPS.AR_CMGT_CONTROLS
12.1.1
-
APPS.AR_CMGT_WF_ENGINE dependencies on AR_CMGT_CONTROLS
12.1.1
-
APPS.AR_CMGT_WF_ENGINE dependencies on AR_CMGT_CONTROLS
12.2.2
-
PACKAGE BODY: APPS.AR_CMGT_WF_ENGINE
12.1.1
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,
-
PACKAGE BODY: APPS.AR_CMGT_WF_ENGINE
12.2.2
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,