[Home] [Help]
[Dependency Information]
Object Name: | AR_CMGT_AUTO_RULE_DTLS |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_CMGT_AUTO_RULE_DTLS table stores rules about whether a credit review and credit decision may be processed without user intervention. The automation rule determines the credit limit to be automatically assigned based upon the calculated result of the credit scoring model.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_CMGT_AUTO_RULE_DTLS_U1 | NORMAL | UNIQUE |
![]() |
![]() |
AR_CMGT_AUTO_RULE_DTLS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
AUTO_RULE_DETAILS_ID | NUMBER | (15) | Yes | Unique identifier for auto rule details. |
AUTO_RULES_ID | NUMBER | (15) | Yes | Foreign key to the ar_cmgt_auto_rules table. |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
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). | |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
CREDIT_SCORE_LOW | NUMBER | Low credit score | ||
CREDIT_SCORE_HIGH | NUMBER | High credit score | ||
CREDIT_LIMIT | NUMBER | Allowed credit limit if score falls between the range of low and high credit scores. | ||
USE_REQ_CREDIT_LIMIT_FLAG | VARCHAR2 | (1) | Indicates whether to use the requested credit limit when submitting a credit application, Y for Yes and N for No. | |
CURRENCY | VARCHAR2 | (30) | Currency to be used for this rule. | |
SKIP_APPROVAL_FLAG | VARCHAR2 | (1) | Indicates whether the credit request needs approval, Y for Yes and N for No. | |
OVERRIDE_CHECKLIST_FLAG | VARCHAR2 | (1) | Indicates whether all mandatory data points defined in the checklist are required during automation, Y for Yes and N for No. |
Cut, paste (and edit) the following text to query this object:
SELECT AUTO_RULE_DETAILS_ID
, AUTO_RULES_ID
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, CREDIT_SCORE_LOW
, CREDIT_SCORE_HIGH
, CREDIT_LIMIT
, USE_REQ_CREDIT_LIMIT_FLAG
, CURRENCY
, SKIP_APPROVAL_FLAG
, OVERRIDE_CHECKLIST_FLAG
FROM AR.AR_CMGT_AUTO_RULE_DTLS;
AR.AR_CMGT_AUTO_RULE_DTLS does not reference any database object
AR.AR_CMGT_AUTO_RULE_DTLS is referenced by following:
|
|
|