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


TABLE: OTA.OTA_IMPORT_HISTORIES

Object Details
Object Name: OTA_IMPORT_HISTORIES
Object Type: TABLE
Owner: OTA
FND Design Data: TableOTA.OTA_IMPORT_HISTORIES
Subobject Name:
Status: VALID


Contain the logs of all import or export functions performed from within the Oracle iLearning interface.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OTA_IMPORT_HISTORIES NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnIMPORT_HISTORY_ID
SYS_IL0000329913C00005$$ LOB UNIQUE TablespaceAPPS_TS_TX_DATA
Columns
Name Datatype Length Mandatory Comments
IMPORT_HISTORY_ID NUMBER (9) Yes The system generated surrogate key for this entry.
SESSION_ID NUMBER (15) Yes Session id of the import.
BUSINESS_GROUP_ID NUMBER (15) Yes Foreign Key to HR_ALL_ORGANIZATION_UNITS.
OBJECT_TYPE VARCHAR2 (30) Yes Determin Type of Object which is imported.
HISTORY CLOB (4000)
History of the import process.
OBJECT_VERSION_NUMBER NUMBER (9) Yes Version control parameter
LAST_UPDATE_DATE DATE

Standard Who Column
LAST_UPDATED_BY NUMBER (15)
Standard Who Column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who Column
CREATED_BY NUMBER (15)
Standard Who Column
CREATION_DATE DATE

Standard Who Column
Query Text

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


SELECT IMPORT_HISTORY_ID
,      SESSION_ID
,      BUSINESS_GROUP_ID
,      OBJECT_TYPE
,      HISTORY
,      OBJECT_VERSION_NUMBER
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM OTA.OTA_IMPORT_HISTORIES;

Dependencies

[top of page]

OTA.OTA_IMPORT_HISTORIES does not reference any database object

OTA.OTA_IMPORT_HISTORIES is referenced by following:

SchemaAPPS
SynonymOTA_IMPORT_HISTORIES
TriggerOTA_IMPORT_HISTORIES_WHO