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


TABLE: AR.HZ_IMP_PARTIES_SG

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


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


Storage Details
Tablespace: Tablespace
PCT Free:
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_IMP_PARTIES_SG_U1 NORMAL UNIQUE Tablespace ColumnBATCH_MODE_FLAG
ColumnBATCH_ID
ColumnPARTY_ORIG_SYSTEM
ColumnACTION_FLAG
ColumnPARTY_ORIG_SYSTEM_REFERENCE
ColumnINT_ROW_ID
ColumnPARTY_ID
HZ_IMP_PARTIES_SG_N1 NORMAL NONUNIQUE Tablespace ColumnINT_ROW_ID
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
INT_ROW_ID ROWID (10)
Record Row Id 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
NEW_OSR_EXISTS_FLAG VARCHAR2 (1)
Y or N, indicates that a new source system reference exists or not
OLD_ORIG_SYSTEM_REFERENCE VARCHAR2 (240)
Old original system reference for the record
Query Text

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


SELECT BATCH_ID
,      BATCH_MODE_FLAG
,      ACTION_FLAG
,      INT_ROW_ID
,      PARTY_ORIG_SYSTEM
,      PARTY_ORIG_SYSTEM_REFERENCE
,      PARTY_ID
,      NEW_OSR_EXISTS_FLAG
,      OLD_ORIG_SYSTEM_REFERENCE
FROM AR.HZ_IMP_PARTIES_SG;

Dependencies

[top of page]

AR.HZ_IMP_PARTIES_SG does not reference any database object

AR.HZ_IMP_PARTIES_SG is referenced by following:

SchemaAR
ViewHZ_IMP_PARTIES_SG#