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


TABLE: AR.HZ_MERGE_PARTY_DETAILS

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


The HZ_MERGE_PARTY_DETAILS table stores information about records in the sub-entities of the HZ_PARTIES table where you wish to control operations that are performed on the records by creating rows in this table to override the default operation to be performed.
.
For example, to specify that a Party site record in the from_party is to be merged with another in the to_party, a record is created in this table, with ENTITY_NAME=HZ_PARTY_SITES, MERGE_FROM_ENTITY_ID= and MERGE_TO_ENTITY_ID=< The ID of the party site with which to merge>. The entries in this table are created in the Merge Parties form.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_MERGE_PARTY_DETAILS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBATCH_PARTY_ID
HZ_MERGE_PARTY_DETAILS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnMERGE_FROM_ENTITY_ID
HZ_MERGE_PARTY_DETAILS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnENTITY_NAME
HZ_MERGE_PARTY_DETAILS_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnMERGE_TO_ENTITY_ID
Columns
Name Datatype Length Mandatory Comments
BATCH_PARTY_ID NUMBER (15) Yes Id of the batch and party record
ENTITY_NAME VARCHAR2 (30) Yes Name of the detail entity of the party. Values could be Party Site, Contact, Relationship, etc.
MERGE_FROM_ENTITY_ID NUMBER (15) Yes Id of the Detail Entity record that is being merged
MERGE_TO_ENTITY_ID NUMBER (15)
Id of the detail entity record to which from entity record is being merged to
MANDATORY_MERGE VARCHAR2 (1)
Flag to indicate that this is a mandatory merge created.
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).
OBJECT_VERSION_NUMBER NUMBER

Object Version Number
Query Text

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


SELECT BATCH_PARTY_ID
,      ENTITY_NAME
,      MERGE_FROM_ENTITY_ID
,      MERGE_TO_ENTITY_ID
,      MANDATORY_MERGE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      OBJECT_VERSION_NUMBER
FROM AR.HZ_MERGE_PARTY_DETAILS;

Dependencies

[top of page]

AR.HZ_MERGE_PARTY_DETAILS does not reference any database object

AR.HZ_MERGE_PARTY_DETAILS is referenced by following:

SchemaAPPS
SynonymHZ_MERGE_PARTY_DETAILS