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


TABLE: AR.HZ_IMP_CONTACTS_SG

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


The HZ_IMP_CONTACTS_SG table is used internally by TCA import to process information loaded into the HZ_IMP_CONTACTS_INT interface table. During the import process, data from the HZ_IMP_ CONTACTS _INT table is moved into the HZ_IMP_ CONTACTS _SG table to improve performance


Storage Details
Tablespace: Tablespace
PCT Free:
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_IMP_CONTACTS_SG_N1 NORMAL NONUNIQUE Tablespace ColumnBATCH_ID
ColumnCONTACT_ORIG_SYSTEM
ColumnACTION_FLAG
ColumnCONTACT_ORIG_SYSTEM_REFERENCE
ColumnCONTACT_ID
ColumnSUB_ID
HZ_IMP_CONTACTS_SG_N2 NORMAL NONUNIQUE Tablespace ColumnBATCH_ID
ColumnSUB_ORIG_SYSTEM
ColumnACTION_FLAG
ColumnSUB_ORIG_SYSTEM_REFERENCE
Columns
Name Datatype Length Mandatory Comments
BATCH_ID NUMBER (15)
Unique identifier for the batch
BATCH_MODE_FLAG VARCHAR2 (1)
Indicates whether the import is run in batch mode or online mode
ACTION_FLAG VARCHAR2 (1)
Indicates the insert or update action decided by the matching process
ERROR_FLAG VARCHAR2 (1)
Indicates that an error has occurred during the matching phase
INT_ROW_ID ROWID (10)
Record row identifier from associated interface table
PARTY_ACTION_FLAG VARCHAR2 (1)
Action determined for the associated party
CONTACT_ID NUMBER (15)
Unique identifier for the Contact
RELATIONSHIP_TYPE VARCHAR2 (30)
Relationship type name
RELATIONSHIP_CODE VARCHAR2 (30)
Either a forward or a backward relationship code
START_DATE DATE

Relationship start date
END_DATE DATE

Relationship end date
CONTACT_ORIG_SYSTEM VARCHAR2 (30)
Original system identifier for the contact
SUB_ORIG_SYSTEM VARCHAR2 (30)
Original system for the subject party
OBJ_ID NUMBER (15)
Unique identifier for the object
SUB_ID NUMBER (15)
Unique identifier for the subject
CONTACT_ORIG_SYSTEM_REFERENCE VARCHAR2 (240)
Original system reference for the contact
SUB_ORIG_SYSTEM_REFERENCE VARCHAR2 (240)
Original system reference for the subject party
Query Text

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


SELECT BATCH_ID
,      BATCH_MODE_FLAG
,      ACTION_FLAG
,      ERROR_FLAG
,      INT_ROW_ID
,      PARTY_ACTION_FLAG
,      CONTACT_ID
,      RELATIONSHIP_TYPE
,      RELATIONSHIP_CODE
,      START_DATE
,      END_DATE
,      CONTACT_ORIG_SYSTEM
,      SUB_ORIG_SYSTEM
,      OBJ_ID
,      SUB_ID
,      CONTACT_ORIG_SYSTEM_REFERENCE
,      SUB_ORIG_SYSTEM_REFERENCE
FROM AR.HZ_IMP_CONTACTS_SG;

Dependencies

[top of page]

AR.HZ_IMP_CONTACTS_SG does not reference any database object

AR.HZ_IMP_CONTACTS_SG is referenced by following:

SchemaAR
ViewHZ_IMP_CONTACTS_SG#