DBA Data[Home] [Help] [Dependency Information]


TABLE: AR.AR_CMGT_AUTO_RECOMMENDS

Object Details
Object Name: AR_CMGT_AUTO_RECOMMENDS
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.AR_CMGT_AUTO_RECOMMENDS
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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_CMGT_AUTO_RECOMMENDS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnAUTO_RULE_RECOMMENDATION_ID
AR_CMGT_AUTO_RECOMMENDS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAUTO_RULE_DETAILS_ID
ColumnCREDIT_RECOMMENDATION
Columns
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
Query Text

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;

Dependencies

[top of page]

AR.AR_CMGT_AUTO_RECOMMENDS does not reference any database object

AR.AR_CMGT_AUTO_RECOMMENDS is referenced by following:

SchemaAR
ViewAR_CMGT_AUTO_RECOMMENDS#