[Home] [Help]
[Dependency Information]
Object Name: | AR_CMGT_CF_DNB_DTLS |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_CMGT_CF_DNB_DTLS table identifies to Oracle Credit Management where Dun & Bradstreet Global Data Product report data is stored, when purchased and imported for use in a credit review. In a checklist, you can select from one to eight Dun & Bradstreet reports. When a case folder is created with the checklist, Credit Management automatically searches for the selected Dun & Bradstreet report data and displays it.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_CMGT_CF_DNB_DTLS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
CASE_FOLDER_ID | NUMBER | (15) | Yes | Identifier of the case folder |
SOURCE_TABLE_NAME | VARCHAR2 | (60) | Yes | Source table name for D&B data elements |
SOURCE_KEY | VARCHAR2 | (240) | Yes | Identifier of the source table key |
SOURCE_KEY_TYPE | VARCHAR2 | (80) | Source key type of D&B data elements | |
SOURCE_KEY_COLUMN_NAME | VARCHAR2 | (80) | Column name that contains the source key | |
SOURCE_KEY_COLUMN_TYPE_NAME | VARCHAR2 | (80) | Column name that contains the source key type | |
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). |
Cut, paste (and edit) the following text to query this object:
SELECT CASE_FOLDER_ID
, SOURCE_TABLE_NAME
, SOURCE_KEY
, SOURCE_KEY_TYPE
, SOURCE_KEY_COLUMN_NAME
, SOURCE_KEY_COLUMN_TYPE_NAME
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
FROM AR.AR_CMGT_CF_DNB_DTLS;
AR.AR_CMGT_CF_DNB_DTLS does not reference any database object
AR.AR_CMGT_CF_DNB_DTLS is referenced by following:
|
|
|