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


TABLE: AR.HZ_IMP_CONTACTPTS_SG

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


The HZ_IMP_CONTACTPTS_SG table is used internally by TCA import to process information loaded into the HZ_IMP_CONTACTPTS_INT interface table. During the import process, data from the HZ_IMP_CONTACTPTS_INT table is moved into the HZ_IMP_CONTACTPTS_SG table to improve performance


Storage Details
Tablespace: Tablespace
PCT Free:
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_IMP_CONTACTPTS_SG_U1 NORMAL UNIQUE Tablespace ColumnBATCH_MODE_FLAG
ColumnBATCH_ID
ColumnPARTY_ID
ColumnPRIMARY_FLAG
ColumnINT_ROW_ID
HZ_IMP_CONTACTPTS_SG_N1 NORMAL NONUNIQUE Tablespace ColumnBATCH_ID
ColumnPARTY_ORIG_SYSTEM
ColumnACTION_FLAG
ColumnPARTY_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_ORIG_SYSTEM VARCHAR2 (30)
Original system identifier for the party
PARTY_ORIG_SYSTEM_REFERENCE VARCHAR2 (240)
Original system reference for the party
PARTY_ID NUMBER (15)
Unique identifier for the party
PARTY_ACTION_FLAG VARCHAR2 (1)
Action determined for the associated party
NEW_OSR_EXISTS_FLAG VARCHAR2 (1)
Y or N, indicates that a new source system reference exists or not
PRIMARY_FLAG VARCHAR2 (1)
Y or N, indicates that the record is marked as primary or not
PARTY_SITE_ID NUMBER (15)
Unique identifier for the site
CONTACT_POINT_ID NUMBER (15)
Unique identifier for the contact point
OLD_CP_ORIG_SYSTEM_REF VARCHAR2 (240)
Old contact point source system reference
CONTACT_POINT_TYPE VARCHAR2 (30)
Lookup: CONTACT_POINT_TYPE of phone, fax, e-mail, web, telex, or EDI
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_ORIG_SYSTEM
,      PARTY_ORIG_SYSTEM_REFERENCE
,      PARTY_ID
,      PARTY_ACTION_FLAG
,      NEW_OSR_EXISTS_FLAG
,      PRIMARY_FLAG
,      PARTY_SITE_ID
,      CONTACT_POINT_ID
,      OLD_CP_ORIG_SYSTEM_REF
,      CONTACT_POINT_TYPE
FROM AR.HZ_IMP_CONTACTPTS_SG;

Dependencies

[top of page]

AR.HZ_IMP_CONTACTPTS_SG does not reference any database object

AR.HZ_IMP_CONTACTPTS_SG is referenced by following:

SchemaAR
ViewHZ_IMP_CONTACTPTS_SG#