[Home] [Help]
[Dependency Information]
Object Name: | AR_CMGT_SCORES |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_CMGT_SCORES table stores header level information for a credit scoring model. A scoring model in Oracle Credit Management is defined and used to help determine the creditworthiness of a prospect or customer.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_CMGT_SCORES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
AR_CMGT_SCORES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SCORE_MODEL_ID | NUMBER | (15) | Yes | Unique identifier for a scoring model. |
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). |
NAME | VARCHAR2 | (60) | Yes | Scoring model name. |
DESCRIPTION | VARCHAR2 | (240) | Description | |
START_DATE | DATE | Yes | Start date of this scoring model. | |
END_DATE | DATE | End date of this scoring model. | ||
SUBMIT_FLAG | VARCHAR2 | (1) | Indicates the status of the scoring model, Y for Submitted and N for Saved. | |
CURRENCY | VARCHAR2 | (30) | Yes | Currency code associated with this scoring model. |
NOTES | VARCHAR2 | (2000) | Notes | |
NULL_ZERO_FLAG | VARCHAR2 | (1) | Y indicates that null values are treated as 0 | |
SKIP_CURRENCY_TEST_FLAG | VARCHAR2 | (1) | Skip Currency Test Flag |
Cut, paste (and edit) the following text to query this object:
SELECT SCORE_MODEL_ID
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, NAME
, DESCRIPTION
, START_DATE
, END_DATE
, SUBMIT_FLAG
, CURRENCY
, NOTES
, NULL_ZERO_FLAG
, SKIP_CURRENCY_TEST_FLAG
FROM AR.AR_CMGT_SCORES;
AR.AR_CMGT_SCORES does not reference any database object
AR.AR_CMGT_SCORES is referenced by following:
|
|
|