[Home] [Help]
[Dependency Information]
Object Name: | AR_CMGT_AUTO_RECOMMENDS |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_CMGT_AUTO_RECOMMENDS table stores the credit recommendations that result from automated credit reviews. These credit recommendations, such as setting new credit limits, removing customers from credit hold, or modifying a customer's credit classification, are automatically implemented based upon the credit analysis, resulting credit score, and the assigned automation rules. Before implementation, credit recommendations can be routed through a management approval hierarchy.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_CMGT_AUTO_RECOMMENDS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
AR_CMGT_AUTO_RECOMMENDS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
AUTO_RULE_RECOMMENDATION_ID | NUMBER | (15) | Yes | Unique identifier for this automated credit recommendation |
AUTO_RULE_DETAILS_ID | NUMBER | (15) | Yes | Foreign key to the AR_CMGT_AUTO_RULE_DETAILS |
CREDIT_RECOMMENDATION | VARCHAR2 | (30) | Yes | Credit Recommendation |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
CREDIT_TYPE | VARCHAR2 | (30) | Yes | Credit type either 'TERM' or 'TRADE' |
RECOMMENDATION_VALUE1 | VARCHAR2 | (60) | Recommendation value | |
RECOMMENDATION_VALUE2 | VARCHAR2 | (60) | Recommendation value | |
RECOMMENDATION_NAME | VARCHAR2 | (60) | Custom recommendation lookup type | |
APPLICATION_ID | NUMBER | (15) | FND application ID |
Cut, paste (and edit) the following text to query this object:
SELECT AUTO_RULE_RECOMMENDATION_ID
, AUTO_RULE_DETAILS_ID
, CREDIT_RECOMMENDATION
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREDIT_TYPE
, RECOMMENDATION_VALUE1
, RECOMMENDATION_VALUE2
, RECOMMENDATION_NAME
, APPLICATION_ID
FROM AR.AR_CMGT_AUTO_RECOMMENDS;
AR.AR_CMGT_AUTO_RECOMMENDS does not reference any database object
AR.AR_CMGT_AUTO_RECOMMENDS is referenced by following:
|
|
|