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


TABLE: AR.HZ_THIRDPARTY_RULE

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


The HZ_THIRDPARTY_RULE table stores information about the third party overwrite rule used in Third Party Integration. For each attribute, the third-party overwrite rule determines whether or not third-party data can overwrite user-entered data in the single source of truth record. These rules apply only to user-entered data that previously overwrote third party data.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_THIRDPARTY_RULE_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnENTITY_ATTR_ID
ColumnORIG_SYSTEM
Columns
Name Datatype Length Mandatory Comments
ENTITY_ATTR_ID NUMBER (15) Yes Entity Attribute Identifiers.
OVERWRITE_FLAG VARCHAR2 (1) Yes Over write flag.
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).
ORIG_SYSTEM VARCHAR2 (30)
Source system that can overwrite user-entered data.
Query Text

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


SELECT ENTITY_ATTR_ID
,      OVERWRITE_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      ORIG_SYSTEM
FROM AR.HZ_THIRDPARTY_RULE;

Dependencies

[top of page]

AR.HZ_THIRDPARTY_RULE does not reference any database object

AR.HZ_THIRDPARTY_RULE is referenced by following:

SchemaAPPS
SynonymHZ_THIRDPARTY_RULE