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


TABLE: AR.HZ_THIRDPARTY_EXCEPS

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


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_THIRDPARTY_EXCEPS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARTY_ID
ColumnENTITY_ATTR_ID
Columns
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).
Query Text

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;

Dependencies

[top of page]

AR.HZ_THIRDPARTY_EXCEPS does not reference any database object

AR.HZ_THIRDPARTY_EXCEPS is referenced by following:

SchemaAR
ViewHZ_THIRDPARTY_EXCEPS#