[Home] [Help]
[Dependency Information]
| Object Name: | IGS_OR_CWLK_DTL_INT |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_OR_CWLK_DTL_INT
|
| Subobject Name: | |
| Status: | VALID |
Contains the Crosswalk Detail Records details to be imported into IGS_OR_CWLK_DTL during the institution import process.
Scope: public
Product: IGS
Lifecycle: active
Display Name: Import Institution Crosswalk Details
Category: BUSINESS_ENTITY IGS_INSTITUTION
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_OR_CWLK_DTL_INT_PK | NORMAL | UNIQUE |
APPS_TS_INTERFACE
|
INTERFACE_CROSSWALK_DTL_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INTERFACE_CROSSWALK_DTL_ID | NUMBER | (15) | Yes | Interface Crosswalk Detail Identifier. Logical Primary key for this table. |
| INTERFACE_CROSSWALK_ID | NUMBER | (15) | Yes | Interface Crosswalk Detail Identifier. Logical Foreign key reference from IGS_OR_CROSSWALK_INT |
| ALT_ID_TYPE | VARCHAR2 | (30) | Yes | Alternate Identifier Type |
| ALT_ID_VALUE | VARCHAR2 | (25) | Yes | Alternate Identifier value |
| 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 | |
| REQUEST_ID | NUMBER | (15) | Standard Who column for concurrent programs | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Standard Who column for concurrent programs | |
| PROGRAM_ID | NUMBER | (15) | Standard Who column for concurrent programs | |
| PROGRAM_UPDATE_DATE | DATE | Standard Who column for concurrent programs |
Cut, paste (and edit) the following text to query this object:
SELECT INTERFACE_CROSSWALK_DTL_ID
, INTERFACE_CROSSWALK_ID
, ALT_ID_TYPE
, ALT_ID_VALUE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM IGS.IGS_OR_CWLK_DTL_INT;
IGS.IGS_OR_CWLK_DTL_INT does not reference any database object
IGS.IGS_OR_CWLK_DTL_INT is referenced by following:
APPS
IGS_OR_CWLK_DTL_INT
|
|
|
|