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


TABLE: AR.HZ_DNB_REQUEST_LOG

Object Details
Object Name: HZ_DNB_REQUEST_LOG
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.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.


Storage Details
Tablespace: TablespaceAPPS_TS_ARCHIVE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_DNB_REQUEST_LOG_U1 NORMAL UNIQUE TablespaceAPPS_TS_ARCHIVE ColumnREQUEST_ID
HZ_DNB_REQUEST_LOG_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_ARCHIVE ColumnPARTY_ID
Columns
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
Query Text

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;

Dependencies

[top of page]

AR.HZ_DNB_REQUEST_LOG does not reference any database object

AR.HZ_DNB_REQUEST_LOG is referenced by following:

SchemaAPPS
SynonymHZ_DNB_REQUEST_LOG