[Home] [Help]
[Dependency Information]
Object Name: | AR_CMGT_CF_ANL_NOTES |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_CMGT_CF_ANL_NOTES table stores topical notes created by the credit analyst and stored in the case folder during a credit review. Analysis notes are generally used to clarify analysis results and to support credit recommendations that are submitted for approval. Analysis notes are automatically stamped with the date and time of creation and the credit analyst may associate the note with predefined note topics, stored in AR_LOOKUPS. Analysis notes for each credit review are displayed in chronological order in the case folder.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_CMGT_CF_ANL_NOTES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
AR_CMGT_CF_ANL_NOTES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ANALYSIS_NOTES_ID | NUMBER | (15) | Yes | Identifier for the notes |
CASE_FOLDER_ID | NUMBER | (15) | Yes | Identifier for the case folder |
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). |
TOPIC | VARCHAR2 | (30) | Stores the topic of the case folder notes | |
DISPLAY | VARCHAR2 | (30) | Indicates whether the note is published or internally used | |
IMPORTANCE | VARCHAR2 | (30) | Indicates the importance of the created/updated record | |
NOTES | VARCHAR2 | (2000) | Description | |
DATE_OPENED | DATE | Date when the note was opened |
Cut, paste (and edit) the following text to query this object:
SELECT ANALYSIS_NOTES_ID
, CASE_FOLDER_ID
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, TOPIC
, DISPLAY
, IMPORTANCE
, NOTES
, DATE_OPENED
FROM AR.AR_CMGT_CF_ANL_NOTES;
AR.AR_CMGT_CF_ANL_NOTES does not reference any database object
AR.AR_CMGT_CF_ANL_NOTES is referenced by following:
|
|
|