[Home] [Help]
[Dependency Information]
| Object Name: | IGS_EN_MERGE_ID_LOG |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.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.
| Tablespace: | APPS_TS_NOLOGGING |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_EN_MERGE_ID_LOG_U1 | NORMAL | UNIQUE |
APPS_TS_NOLOGGING
|
SMIL_ID
|
| IGS_EN_MERGE_ID_LOG_N1 | NORMAL | NONUNIQUE |
APPS_TS_NOLOGGING
|
TABLE_ALIAS
ACTION_ID
|
| IGS_EN_MERGE_ID_LOG_N2 | NORMAL | NONUNIQUE |
APPS_TS_NOLOGGING
|
CURRENT_PERSON_ID
|
| IGS_EN_MERGE_ID_LOG_N3 | NORMAL | NONUNIQUE |
APPS_TS_NOLOGGING
|
OBSOLETE_PERSON_ID
|
| 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 |
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;
IGS.IGS_EN_MERGE_ID_LOG does not reference any database object
IGS.IGS_EN_MERGE_ID_LOG is referenced by following:
APPS
IGS_EN_MERGE_ID_LOG
|
|
|
|