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


TABLE: AR.HZ_PARTY_INTERFACE_ERRORS

Object Details
Object Name: HZ_PARTY_INTERFACE_ERRORS
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.HZ_PARTY_INTERFACE_ERRORS
Subobject Name:
Status: VALID


The HZ_PARTY_INTERFACE_ERRORS table contains the error messages that are generated while mapping data from the HZ_PARTY_INTERFACE table into other HZ tables.
.
The primary key for this table is INTERFACE_ERROR_ID.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_PARTY_INTERFACE_ERRORS_U1 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnINTERFACE_ERROR_ID
HZ_PARTY_INTERFACE_ERRORS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnPARTY_INTERFACE_ID
Columns
Name Datatype Length Mandatory Comments
INTERFACE_ERROR_ID NUMBER (15) Yes Interface error identifier
PARTY_INTERFACE_ID NUMBER (15)
Party Interface identifier. Foreign key to the HZ_PARTY_INTERFACE table
MESSAGE_TEXT VARCHAR2 (2000)
Actual message text for the error occurred
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).
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT INTERFACE_ERROR_ID
,      PARTY_INTERFACE_ID
,      MESSAGE_TEXT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM AR.HZ_PARTY_INTERFACE_ERRORS;

Dependencies

[top of page]

AR.HZ_PARTY_INTERFACE_ERRORS does not reference any database object

AR.HZ_PARTY_INTERFACE_ERRORS is referenced by following:

SchemaAR
ViewHZ_PARTY_INTERFACE_ERRORS#