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


TABLE: AR.HZ_IMP_BATCH_DETAILS

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


The HZ_IMP_BATCH_DETAILS table stores detail information about imports of records from the interface tables to the TCA Registry. The table includes the number of times that the batch has run, the import status, and the request identifier of the import process


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_IMP_BATCH_DETAILS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBATCH_ID
ColumnRUN_NUMBER
Columns
Name Datatype Length Mandatory Comments
BATCH_ID NUMBER (15) Yes Interface batch identifier
RUN_NUMBER NUMBER
Yes The number of times that the batch has run
IMPORT_REQ_ID NUMBER (15)
Import request identifier
DUP_BATCH_ID NUMBER (15)
Duplicate batch identifier. Foreign Key to HZ_DUP_BATCH
IMPORT_STATUS VARCHAR2 (30)
Import status
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
REQUEST_ID NUMBER (15)
Standard Who column
PROGRAM_APPLICATION_ID NUMBER (15)
Standard Who column
PROGRAM_ID NUMBER (15)
Standard Who column
PROGRAM_UPDATE_DATE DATE

Standard Who column
MAIN_CONC_REQ_ID NUMBER (15)
Request identifier for the central concurrent program.
Query Text

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


SELECT BATCH_ID
,      RUN_NUMBER
,      IMPORT_REQ_ID
,      DUP_BATCH_ID
,      IMPORT_STATUS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      MAIN_CONC_REQ_ID
FROM AR.HZ_IMP_BATCH_DETAILS;

Dependencies

[top of page]

AR.HZ_IMP_BATCH_DETAILS does not reference any database object

AR.HZ_IMP_BATCH_DETAILS is referenced by following:

SchemaAR
ViewHZ_IMP_BATCH_DETAILS#