[Home] [Help]
[Dependency Information]
Object Name: | EGO_IMPORT_BATCHES_B |
---|---|
Object Type: | TABLE |
Owner: | EGO |
FND Design Data: | ![]() |
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.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
EGO_IMPORT_BATCHES_B_U1 | NORMAL | UNIQUE |
![]() |
![]() |
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. |
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;
EGO.EGO_IMPORT_BATCHES_B does not reference any database object
EGO.EGO_IMPORT_BATCHES_B is referenced by following:
|
|
|