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


TABLE: AR.HZ_IMP_TMP_REL_END_DATE

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


The HZ_IMP_TMP_REL_END_DATE table is used internally by TCA import to store
relationships that need to be end dated during bulk import. During the import
process, a row would be populated for each existing relationship that will be
end dated due to import of new relationships.


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_IMP_TMP_REL_END_DATE_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnBATCH_ID
ColumnSUB_ORIG_SYSTEM_REFERENCE
Columns
Name Datatype Length Mandatory Comments
BATCH_ID NUMBER (15) Yes Batch identifier
SUB_ORIG_SYSTEM_REFERENCE VARCHAR2 (240) Yes Original system reference for the subject party
RELATIONSHIP_ID NUMBER (15) Yes Unique identifier for the relationship
DIRECTIONAL_FLAG VARCHAR2 (1)
Indicates if this is a directional relationship, such as parent-to-child or headquarters-to-branch. F for a forward relationship and B for a backward relationship
INT_ROW_ID ROWID (10)
Record row identifier from associated interface table
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT BATCH_ID
,      SUB_ORIG_SYSTEM_REFERENCE
,      RELATIONSHIP_ID
,      DIRECTIONAL_FLAG
,      INT_ROW_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM AR.HZ_IMP_TMP_REL_END_DATE;

Dependencies

[top of page]

AR.HZ_IMP_TMP_REL_END_DATE does not reference any database object

AR.HZ_IMP_TMP_REL_END_DATE is referenced by following:

SchemaAR
ViewHZ_IMP_TMP_REL_END_DATE#