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


TABLE: IGS.IGS_EN_MERGE_ID_LOG

Object Details
Object Name: IGS_EN_MERGE_ID_LOG
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_EN_MERGE_ID_LOG
Subobject Name:
Status: VALID


IGS_EN_MERGE_ID_LOG contains a log of the rows of tables involved in merge ID process and the actions applied to the rows.


Storage Details
Tablespace: TablespaceAPPS_TS_NOLOGGING
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_EN_MERGE_ID_LOG_U1 NORMAL UNIQUE TablespaceAPPS_TS_NOLOGGING ColumnSMIL_ID
IGS_EN_MERGE_ID_LOG_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_NOLOGGING ColumnTABLE_ALIAS
ColumnACTION_ID
IGS_EN_MERGE_ID_LOG_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_NOLOGGING ColumnCURRENT_PERSON_ID
IGS_EN_MERGE_ID_LOG_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_NOLOGGING ColumnOBSOLETE_PERSON_ID
Columns
Name Datatype Length Mandatory Comments
SMIL_ID NUMBER (9) Yes Represents a unique system generated number that describes the merge log identifier.
OBSOLETE_PERSON_ID NUMBER (15) Yes Contains the ID of the student that is no longer used, an input to the merge ID process.
OBSOLETE_ID_ROW_INFO VARCHAR2 (1000)
Contains information identifying the row concerned in the merge ID process.
CURRENT_PERSON_ID NUMBER (15) Yes Contains the ID of the current ID in the merge ID process.
CURRENT_ID_ROW_INFO VARCHAR2 (1000)
Contains information identifying the row concerned in the merge ID process for the current ID.
TABLE_ALIAS VARCHAR2 (10) Yes Contains the table alias of the table involved in the merge ID process.
ACTION_ID NUMBER (2) Yes Contains the action identifier.
PERFORM_ACTION_IND VARCHAR2 (1) Yes Indicator that identifies whether a certain action is to be taken on merging the person identifiers. The action is taken upon when this indicator is selected.
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
Query Text

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


SELECT SMIL_ID
,      OBSOLETE_PERSON_ID
,      OBSOLETE_ID_ROW_INFO
,      CURRENT_PERSON_ID
,      CURRENT_ID_ROW_INFO
,      TABLE_ALIAS
,      ACTION_ID
,      PERFORM_ACTION_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_EN_MERGE_ID_LOG;

Dependencies

[top of page]

IGS.IGS_EN_MERGE_ID_LOG does not reference any database object

IGS.IGS_EN_MERGE_ID_LOG is referenced by following:

SchemaAPPS
SynonymIGS_EN_MERGE_ID_LOG