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


TABLE: EGO.EGO_IMPORT_EXCLUDED_SS_ITEMS

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


Table EGO_IMPORT_EXCLUDED_SS_ITEMS stores the excluded source system items. The information stored in this table consists mainly on the unique identifier for a record in the source system that is to be excluded.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
SOURCE_SYSTEM_ID NUMBER
Yes Id of Source System.
SOURCE_SYSTEM_REFERENCE VARCHAR2 (255) Yes Unique identifier for a record in the source system.
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.
Query Text

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


SELECT SOURCE_SYSTEM_ID
,      SOURCE_SYSTEM_REFERENCE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM EGO.EGO_IMPORT_EXCLUDED_SS_ITEMS;

Dependencies

[top of page]

EGO.EGO_IMPORT_EXCLUDED_SS_ITEMS does not reference any database object

EGO.EGO_IMPORT_EXCLUDED_SS_ITEMS is referenced by following:

SchemaEGO
ViewEGO_IMPORT_EXCLUDED_SS_ITEMS#