[Home] [Help]
[Dependency Information]
| Object Name: | HZ_IMP_CONTACTPTS_SG |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.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
| Tablespace: | ![]() |
|---|---|
| PCT Free: | |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HZ_IMP_CONTACTPTS_SG_U1 | NORMAL | UNIQUE |
|
BATCH_MODE_FLAG
BATCH_ID
PARTY_ID
PRIMARY_FLAG
INT_ROW_ID
|
| HZ_IMP_CONTACTPTS_SG_N1 | NORMAL | NONUNIQUE |
|
BATCH_ID
PARTY_ORIG_SYSTEM
ACTION_FLAG
PARTY_ORIG_SYSTEM_REFERENCE
|
| 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 |
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;
AR.HZ_IMP_CONTACTPTS_SG does not reference any database object
AR.HZ_IMP_CONTACTPTS_SG is referenced by following:
AR
HZ_IMP_CONTACTPTS_SG#
|
|
|
|