Search Results ar_cmgt_auto_recommends
Overview
The AR_CMGT_AUTO_RECOMMENDS table is an Oracle Receivables (AR) data object that stores the credit recommendations produced by automated credit reviews. It belongs to the Credit Management (CMGT) functional area within Receivables, where automated credit rules evaluate customer accounts, exposure, and payment behavior, then generate a recommendation outcome that can be reviewed and acted upon by credit analysts or applied programmatically. The table resides in the AR schema and is classified as VALID in the ETRM repository for both Oracle EBS 12.1.1 and 12.2.2.
Within a heuristic Data Vault classification derived from its foreign key structure, this table leans toward a satellite model. Each row describes attributes and outcomes attached to an automated credit rule evaluation rather than acting as an independent business hub or a many-to-many link between two hubs. This modeling suggestion reflects the table's role as a descriptive record of recommendation results, keyed to the underlying rule detail that drove the evaluation.
Key Information Stored
The table is documented with 13 columns. The most significant are:
- AUTO_RULE_RECOMMENDATION_ID — The surrogate primary key for each recommendation row. This column is the single-column unique index AR_CMGT_AUTO_RECOMMENDS_U1 and is the business-key candidate for uniquely identifying a credit recommendation record.
- AUTO_RULE_DETAILS_ID — Foreign key to AR_CMGT_AUTO_RULE_DTLS, linking the recommendation to the specific automated credit rule detail that produced it. This is the core lineage column connecting a recommendation to its source rule.
- CREDIT_RECOMMENDATION — The recommended credit action or outcome returned by the automated review.
- CREDIT_TYPE — The category of credit analysis to which the recommendation applies (for example, credit limit or credit hold), qualifying the nature of the recommendation.
- RECOMMENDATION_NAME — A descriptive label identifying the recommendation, useful for reporting and display.
- RECOMMENDATION_VALUE1 and RECOMMENDATION_VALUE2 — The quantitative or coded values associated with the recommendation, such as a proposed credit limit or numeric threshold.
- APPLICATION_ID — Foreign key to FND_APPLICATION, identifying the owning application context.
- CREATED_BY, CREATION_DATE, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — Standard Oracle who/when audit columns used for change tracking and reconciliation.
Common Use Cases and Queries
Credit analysts and reporting developers query this table to review the recommendations generated by automated credit rules, compare recommended versus applied credit limits, and audit which rule details produced a given outcome. A typical join retrieves recommendations alongside their originating rule details:
SELECT r.auto_rule_recommendation_id,
r.recommendation_name,
r.credit_type,
r.recommendation_value1,
d.auto_rule_details_id
FROM ar.ar_cmgt_auto_recommends r,
ar.ar_cmgt_auto_rule_dtls d
WHERE r.auto_rule_details_id = d.auto_rule_details_id
AND r.credit_type = :credit_type;
Additional patterns include filtering recommendations by creation date for periodic credit review reports, aggregating by credit_type to measure recommendation volumes, and joining to FND_APPLICATION to confirm application ownership. Because the table is satellite-leaning, reporting typically joins outward to rule details rather than treating it as a standalone dimension.
Related Objects
- AR_CMGT_AUTO_RULE_DTLS — Referenced via AUTO_RULE_DETAILS_ID; the rule detail driving each recommendation.
- FND_APPLICATION — Referenced via APPLICATION_ID; the owning application definition.
- AR_CMGT_AUTO_RULE — Parent rule header, related through rule detail lineage.
- AR_CUSTOMERS — Customer records evaluated during automated credit review.
- AR_CMGT_CREDIT_REVIEWS — Credit review processing that consumes recommendation results.
- AR_CMGT_PROFILE — Credit profile setup governing rule execution.
- AR_CMGT_AUTO_RECOMMENDS_U1 — Unique index enforcing the primary key.
Collectively, these objects support the automated credit review workflow from rule definition through recommendation, review, and credit decision.
-
Table: AR_CMGT_AUTO_RECOMMENDS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CMGT_AUTO_RECOMMENDS, object_name:AR_CMGT_AUTO_RECOMMENDS, status:VALID, product: AR - Receivables , description: The AR_CMGT_AUTO_RECOMMENDS table stores the credit recommendations that result from automated credit reviews. , implementation_dba_data: AR.AR_CMGT_AUTO_RECOMMENDS ,
-
Table: AR_CMGT_AUTO_RECOMMENDS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CMGT_AUTO_RECOMMENDS, object_name:AR_CMGT_AUTO_RECOMMENDS, status:VALID, product: AR - Receivables , description: The AR_CMGT_AUTO_RECOMMENDS table stores the credit recommendations that result from automated credit reviews. , implementation_dba_data: AR.AR_CMGT_AUTO_RECOMMENDS ,
-
VIEW: AR.AR_CMGT_AUTO_RECOMMENDS#
12.2.2
owner:AR, object_type:VIEW, object_name:AR_CMGT_AUTO_RECOMMENDS#, status:VALID,
-
SYNONYM: APPS.AR_CMGT_AUTO_RECOMMENDS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_CMGT_AUTO_RECOMMENDS, status:VALID,
-
SYNONYM: APPS.AR_CMGT_AUTO_RECOMMENDS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_CMGT_AUTO_RECOMMENDS, status:VALID,
-
VIEW: AR.AR_CMGT_AUTO_RECOMMENDS#
12.2.2
-
TABLE: AR.AR_CMGT_AUTO_RECOMMENDS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CMGT_AUTO_RECOMMENDS, object_name:AR_CMGT_AUTO_RECOMMENDS, status:VALID,
-
TABLE: AR.AR_CMGT_AUTO_RECOMMENDS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_CMGT_AUTO_RECOMMENDS, object_name:AR_CMGT_AUTO_RECOMMENDS, status:VALID,
-
PACKAGE BODY: APPS.AR_CMGT_WF_ENGINE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AR_CMGT_WF_ENGINE, status:VALID,
-
PACKAGE BODY: APPS.AR_CMGT_WF_ENGINE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AR_CMGT_WF_ENGINE, 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
-
Table: FND_APPLICATION
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_APPLICATION, object_name:FND_APPLICATION, status:VALID, product: FND - Application Object Library , description: Applications registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_APPLICATION ,
-
Table: FND_APPLICATION
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_APPLICATION, object_name:FND_APPLICATION, status:VALID, product: FND - Application Object Library , description: Applications registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_APPLICATION ,
-
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
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.AR_CMGT_WF_ENGINE dependencies on AR_CMGT_AUTO_RECOMMENDS
12.1.1
-
APPS.AR_CMGT_WF_ENGINE dependencies on AR_CMGT_AUTO_RECOMMENDS
12.2.2
-
APPS.AR_CMGT_WF_ENGINE SQL Statements
12.1.1
-
APPS.AR_CMGT_WF_ENGINE SQL Statements
12.2.2
-
APPS.AR_CMGT_WF_ENGINE dependencies on AR_CMGT_AUTO_RULE_DTLS
12.1.1
-
APPS.AR_CMGT_WF_ENGINE dependencies on AR_CMGT_AUTO_RULE_DTLS
12.2.2
-
PACKAGE BODY: APPS.AR_CMGT_WF_ENGINE
12.1.1
-
PACKAGE BODY: APPS.AR_CMGT_WF_ENGINE
12.2.2
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,
-
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 ,