[Home] [Help]
[Dependency Information]
Object Name: | HZ_WIN_SOURCE_EXCEPS |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The HZ_WIN_SOURCE_EXCEPS table stores exception information generated when the single source of truth (SST) record stores data that is not from the highest ranked source. Each SST attribute is set up using the highest ranked data source stored in the HZ_SELECT_DATA_SOURCES table. For example, if the highest ranked data source for the DUNS Number attribute is D&B, but the user overwrites this data in the SST record, this exception is recorded in the HZ_WIN_SOURCE_EXCEPS table.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
HZ_WIN_SOURCE_EXCEPS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PARTY_ID | NUMBER | (15) | Yes | Foreign key to HZ_PARTIES table. |
ENTITY_ATTR_ID | NUMBER | (15) | Yes | Foreign key to HZ_ENTITY_ATTRIBUTES table. |
CONTENT_SOURCE_TYPE | VARCHAR2 | (30) | Yes | Source of data content. |
EXCEPTION_TYPE | VARCHAR2 | (30) | Internally generated exception type, migration or API. | |
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_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
REQUEST_ID | NUMBER | (15) | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | |
PROGRAM_APPLICATION_ID | NUMBER | (15) | Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID). | |
PROGRAM_ID | NUMBER | (15) | Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID). | |
PROGRAM_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). |
Cut, paste (and edit) the following text to query this object:
SELECT PARTY_ID
, ENTITY_ATTR_ID
, CONTENT_SOURCE_TYPE
, EXCEPTION_TYPE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM AR.HZ_WIN_SOURCE_EXCEPS;
AR.HZ_WIN_SOURCE_EXCEPS does not reference any database object
AR.HZ_WIN_SOURCE_EXCEPS is referenced by following:
|
|
|