[Home] [Help]
[Dependency Information]
| Object Name: | HZ_DNB_REQUEST_LOG |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.HZ_DNB_REQUEST_LOG
|
| Subobject Name: | |
| Status: | VALID |
The HZ_DNB_REQUEST_LOG table tracks requests for information from Dun & Bradstreet either in the form of Global Data Products or a Business Information Report. The log identifies the PARTY_ID that information was requested for, the Dun & Bradstreet product purchased, and the identity of the person who made the request.
.
The primary key for this table is REQUEST_ID.
| Tablespace: | APPS_TS_ARCHIVE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HZ_DNB_REQUEST_LOG_U1 | NORMAL | UNIQUE |
APPS_TS_ARCHIVE
|
REQUEST_ID
|
| HZ_DNB_REQUEST_LOG_N1 | NORMAL | NONUNIQUE |
APPS_TS_ARCHIVE
|
PARTY_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| REQUEST_ID | NUMBER | (15) | Yes | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). |
| PARTY_ID | NUMBER | (15) | Party identifier | |
| REQUESTED_PRODUCT | VARCHAR2 | (100) | Yes | Dun & Bradstreet Global Data Product code |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| 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). | |
| COPIED_FROM_PARTY_ID | NUMBER | (15) | Party ID from which Dun & Bradstreet data was copied | |
| DUNS_NUMBER | NUMBER | DUNS number of the party for which information was purchased | ||
| STATUS | VARCHAR2 | (30) | Purchase status |
Cut, paste (and edit) the following text to query this object:
SELECT REQUEST_ID
, PARTY_ID
, REQUESTED_PRODUCT
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, COPIED_FROM_PARTY_ID
, DUNS_NUMBER
, STATUS
FROM AR.HZ_DNB_REQUEST_LOG;
AR.HZ_DNB_REQUEST_LOG does not reference any database object
AR.HZ_DNB_REQUEST_LOG is referenced by following:
AR
HZ_DNB_REQUEST_LOG#
|
|
|
|