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


TABLE: EGO.EGO_IMPORT_BATCHES_B

Object Details
Object Name: EGO_IMPORT_BATCHES_B
Object Type: TABLE
Owner: EGO
FND Design Data: TableEGO.EGO_IMPORT_BATCHES_B
Subobject Name:
Status: VALID


Table EGO_IMPORT_BATCHES_B is utilized during import actions from Excel or the concurrent program (e.g. item open interface) to store the batch information associated with the objects to import. The information stored in this table includes the batch id, batch type, import request id (for the concurrent program execution), asignee and source system id among others.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
EGO_IMPORT_BATCHES_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnBATCH_ID
Columns
Name Datatype Length Mandatory Comments
BATCH_ID NUMBER
Yes Id of the batch.
SOURCE_SYSTEM_ID NUMBER
Yes Id of Source System.
ORGANIZATION_ID NUMBER
Yes Master Organization Id for this batch
BATCH_TYPE VARCHAR2 (30) Yes Type of the record, e.g. Item or Structure.
ASSIGNEE NUMBER

Assignee of the batch
BATCH_STATUS VARCHAR2 (1) Yes Status of the batch
OBJECT_VERSION_NUMBER NUMBER
Yes Version number for concurrency control purpose
CREATED_BY NUMBER
Yes Standard WHO column
CREATION_DATE DATE
Yes Standard WHO column
LAST_UPDATED_BY NUMBER
Yes Standard WHO column
LAST_UPDATE_DATE DATE
Yes Standard WHO column
LAST_UPDATE_LOGIN NUMBER

Standard WHO column
LAST_MATCH_REQUEST_ID NUMBER

This column holds the latest concurrent request id of matching concurrent program ran for this batch.
LAST_IMPORT_REQUEST_ID NUMBER

This column holds the latest concurrent request id of import concurrent program ran for this batch.
Query Text

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


SELECT BATCH_ID
,      SOURCE_SYSTEM_ID
,      ORGANIZATION_ID
,      BATCH_TYPE
,      ASSIGNEE
,      BATCH_STATUS
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      LAST_MATCH_REQUEST_ID
,      LAST_IMPORT_REQUEST_ID
FROM EGO.EGO_IMPORT_BATCHES_B;

Dependencies

[top of page]

EGO.EGO_IMPORT_BATCHES_B does not reference any database object

EGO.EGO_IMPORT_BATCHES_B is referenced by following:

SchemaEGO
ViewEGO_IMPORT_BATCHES_B#