DBA Data[Home] [Help] [Dependency Information]


TABLE: AR.AR_CMGT_DNB_MAPPINGS

Object Details
Object Name: AR_CMGT_DNB_MAPPINGS
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.AR_CMGT_DNB_MAPPINGS
Subobject Name:
Status: VALID


The AR_CMGT_DNB_MAPPINGS table identifies each data point contained within the Dun & Bradstreet Global Data Product reports and maps them to Oracle Credit Management. When a checklist is defined in a case folder that requires Dun & Bradstreet data, this table retrieves the information from its source tables.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_CMGT_DNB_MAPPINGS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDATA_ELEMENT_ID
ColumnDATA_POINT_ID
Columns
Name Datatype Length Mandatory Comments
DATA_ELEMENT_ID NUMBER (15) Yes Identifier of D&B data element
DATA_POINT_ID NUMBER (15) Yes Identifier of the data point
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).
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT DATA_ELEMENT_ID
,      DATA_POINT_ID
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
FROM AR.AR_CMGT_DNB_MAPPINGS;

Dependencies

[top of page]

AR.AR_CMGT_DNB_MAPPINGS does not reference any database object

AR.AR_CMGT_DNB_MAPPINGS is referenced by following:

SchemaAPPS
SynonymAR_CMGT_DNB_MAPPINGS