[Home] [Help]
[Dependency Information]
Object Name: | AR_CMGT_DNB_ELEMENTS_B |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_CMGT_DNB_ELEMENTS_B table identifies the intersection between where Dun & Bradstreet Global Data Product report data is stored and how it is retrieved for display in Oracle Credit Management. Each report has a number of data points that are displayed in the case folder for a customer under credit review. Each DATA_ELEMENT_ID in Credit Management maps to the Dun & Bradstreet tables via the SOURCE_TABLE_NAME and SOURCE_COLUMN_NAME.
. Each report has a number of data points that are displayed in the case folder for a customer under credit review. Each DATA_ELEMENT_ID in Credit Management maps to the Dun & Bradstreet tables via the SOURCE_TABLE_NAME and SOURCE_COLUMN_NAME.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_CMGT_DNB_ELEMENTS_B_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
DATA_ELEMENT_ID | NUMBER | (15) | Yes | Identifier of D&B data element |
SCORABLE_FLAG | VARCHAR2 | (1) | Yes | Indicates whether the data point is scorable |
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. | |
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). |
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). | |
SOURCE_TABLE_NAME | VARCHAR2 | (60) | The table name that stores the D&B source key | |
SOURCE_COLUMN_NAME | VARCHAR2 | (240) | Column name that contains the source key | |
RETURN_DATE_FORMAT | VARCHAR2 | (60) | Indicates date format, when RETURN_DATA_TYPE column is date(D) | |
RETURN_DATA_TYPE | VARCHAR2 | (30) | Data type of data points: D for date, N for number, or C for varchar | |
APPLICATION_ID | NUMBER | (15) | FND application ID |
Cut, paste (and edit) the following text to query this object:
SELECT DATA_ELEMENT_ID
, SCORABLE_FLAG
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, SOURCE_TABLE_NAME
, SOURCE_COLUMN_NAME
, RETURN_DATE_FORMAT
, RETURN_DATA_TYPE
, APPLICATION_ID
FROM AR.AR_CMGT_DNB_ELEMENTS_B;
AR.AR_CMGT_DNB_ELEMENTS_B does not reference any database object
AR.AR_CMGT_DNB_ELEMENTS_B is referenced by following:
|
|
|