[Home] [Help]
[Dependency Information]
| Object Name: | HZ_IMP_RELSHIPS_SG |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.HZ_IMP_RELSHIPS_SG
|
| Subobject Name: | |
| Status: | VALID |
The HZ_IMP_RELSHIPS_SG table is used internally by TCA import to process information loaded into the HZ_IMP_RELSHIPS_INT interface table. During the import process, data from the HZ_IMP_RELSHIPS_INT table is moved into the HZ_IMP_RELSHIPS_SG table to improve performance
| Tablespace: | ![]() |
|---|---|
| PCT Free: | |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| HZ_IMP_RELSHIPS_SG_N1 | NORMAL | NONUNIQUE |
|
BATCH_ID
SUB_ORIG_SYSTEM
ACTION_FLAG
SUB_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 | |
| RELATIONSHIP_ID | NUMBER | (15) | Unique identifier for the relationship | |
| 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 | ||
| OBJ_ID | NUMBER | (15) | Unique identifier for the object of the relationship | |
| SUB_ID | NUMBER | (15) | Unique identifier for the subject of the relationship | |
| SUB_ORIG_SYSTEM | VARCHAR2 | (30) | Original system for the subject party | |
| SUB_ORIG_SYSTEM_REFERENCE | VARCHAR2 | (240) | Original system reference for the subject party |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, BATCH_MODE_FLAG
, ACTION_FLAG
, ERROR_FLAG
, INT_ROW_ID
, RELATIONSHIP_ID
, RELATIONSHIP_TYPE
, RELATIONSHIP_CODE
, START_DATE
, END_DATE
, OBJ_ID
, SUB_ID
, SUB_ORIG_SYSTEM
, SUB_ORIG_SYSTEM_REFERENCE
FROM AR.HZ_IMP_RELSHIPS_SG;
AR.HZ_IMP_RELSHIPS_SG does not reference any database object
AR.HZ_IMP_RELSHIPS_SG is referenced by following:
AR
HZ_IMP_RELSHIPS_SG#
|
|
|
|