[Home] [Help]
[Dependency Information]
Object Name: | HZ_THIRDPARTY_EXCEPS |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The HZ_THIRDPARTY_EXCEPS table stores exceptions to the download overwrite rules for specific attributes of specific parties. For example, if a download overwrite rule allows third party data to overwrite the user-entered DUNS Number, but the user prevents this overwrite for a specific party, then that exception to the rule is recorded in this table.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
HZ_THIRDPARTY_EXCEPS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PARTY_ID | NUMBER | (15) | Yes | Party Identifiers |
ENTITY_ATTR_ID | NUMBER | (15) | Yes | Entity Attribute Identifiers. |
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). |
Cut, paste (and edit) the following text to query this object:
SELECT PARTY_ID
, ENTITY_ATTR_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_LOGIN
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
FROM AR.HZ_THIRDPARTY_EXCEPS;
AR.HZ_THIRDPARTY_EXCEPS does not reference any database object
AR.HZ_THIRDPARTY_EXCEPS is referenced by following:
|
|
|