[Home] [Help]
[Dependency Information]
| Object Name: | IGR_I_INFO_INT |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGR_I_INFO_INT
|
| Subobject Name: | |
| Status: | VALID |
Holds inquiry information type interface records. This table is a child to IGR_I_APPL_INT and the value in the INTERFACE_INQ_APPL_ID column links rows in these tables. The corresponding production table is IGR_I_A_ITYPE.
Scope: public
Product: IGS
Lifecycle: active
Display Name: Import Inquiry Information
Category: BUSINESS_ENTITY IGS_INQ_APPLICATION
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGR_I_INFO_INT_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
INTERFACE_INQ_INFO_ID
|
| IGR_I_INFO_INT_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
INTERFACE_INQ_APPL_ID
|
| IGR_I_INFO_INT_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
STATUS
|
| IGR_I_INFO_INT_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
INTERFACE_RUN_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INTERFACE_INQ_INFO_ID | NUMBER | (15) | Yes | A unique identifier assigned to identify each row of the interface table contents. This ID should be populated when the rows are inserted in to this table. |
| INTERFACE_INQ_APPL_ID | NUMBER | (15) | Yes | Interface Inquiry Application Identifier. |
| INFO_TYPE_ID | NUMBER | (15) | Foreign Key to information type table | |
| STATUS | VARCHAR2 | (1) | Yes | Status of the record 1-'Completed' 2-'Pending' 3-'Error' 4-'Warning' |
| MATCH_IND | VARCHAR2 | (2) | '18' - Match occurred and used import values '19' - Match exists and retained existing values '20' - Requires Review and is pending '21' - Match reviewed and to be imported '22' - Match reviewed and do not import '11' - No match | |
| ERROR_CODE | VARCHAR2 | (30) | Error Code | |
| 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 | ||
| INTERFACE_RUN_ID | NUMBER | Unique identifier to associate the interface record processing with an instance of the Import Process Run. This column will be populated by the Logic in the Import process, and should not be populated by the user | ||
| ERROR_TEXT | VARCHAR2 | (2000) | Error Text | |
| PERSON_ID | NUMBER | (15) | Person Identifier. This column will be populated by the import process | |
| ENQUIRY_APPL_NUMBER | NUMBER | (15) | Enquiry Application Number. This column will be populated by the import process |
Cut, paste (and edit) the following text to query this object:
SELECT INTERFACE_INQ_INFO_ID
, INTERFACE_INQ_APPL_ID
, INFO_TYPE_ID
, STATUS
, MATCH_IND
, ERROR_CODE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
, INTERFACE_RUN_ID
, ERROR_TEXT
, PERSON_ID
, ENQUIRY_APPL_NUMBER
FROM IGS.IGR_I_INFO_INT;
IGS.IGR_I_INFO_INT does not reference any database object
IGS.IGR_I_INFO_INT is referenced by following:
APPS
IGR_I_INFO_INT
|
|
|
|