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


TABLE: IGS.IGS_AD_SPLTAL_INT

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


Contains Applicant Special Talents details for each person to be imported into the IGS_AD_SPL_TALENTS table by the Admission Import process.
Scope: public
Product: IGS
Lifecycle: active
Display Name: Import Special Talents
Category: BUSINESS_ENTITY HZ_PERSON


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AD_SPLTAL_INT_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnINTERFACE_SPLTAL_ID
IGS_AD_SPLTAL_INT_ALL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnINTERFACE_APPL_ID
IGS_AD_SPLTAL_INT_ALL_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnSTATUS
IGS_AD_SPLTAL_INT_ALL_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_INTERFACE ColumnINTERFACE_RUN_ID
Columns
Name Datatype Length Mandatory Comments
INTERFACE_SPLTAL_ID NUMBER (15) Yes A unique identifier assigned to identify each special talent record of the interface table. This ID should be populated when the rows are inserted into this table.
INTERFACE_APPL_ID NUMBER (15) Yes Interface Applicant Identifier
SPECIAL_TALENT_TYPE_ID NUMBER (15) Yes Applicant special talent
STATUS VARCHAR2 (1) Yes Status of the record whether it is imported pending error or warning
ERROR_CODE VARCHAR2 (30)
Error code of the record
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)
Request identifier of last concurrent program to update this record
PROGRAM_APPLICATION_ID NUMBER (15)
Application identifier of last concurrent program to update this record
PROGRAM_ID NUMBER (15)
Program identifier of last concurrent program to update this record
PROGRAM_UPDATE_DATE DATE

Last update date of this record by a concurrent program
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
PERSON_ID NUMBER (15)
Person Identifier. This column will be populated by the import process.
ADMISSION_APPL_NUMBER NUMBER (15)
Application Number. This column will be populated by the import process.
ERROR_TEXT VARCHAR2 (2000)
Error Text
ADMISSION_APPLICATION_TYPE VARCHAR2 (30)
Admission application type. This column will be populated by the import process.
Query Text

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


SELECT INTERFACE_SPLTAL_ID
,      INTERFACE_APPL_ID
,      SPECIAL_TALENT_TYPE_ID
,      STATUS
,      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
,      PERSON_ID
,      ADMISSION_APPL_NUMBER
,      ERROR_TEXT
,      ADMISSION_APPLICATION_TYPE
FROM IGS.IGS_AD_SPLTAL_INT;

Dependencies

[top of page]

IGS.IGS_AD_SPLTAL_INT does not reference any database object

IGS.IGS_AD_SPLTAL_INT is referenced by following:

SchemaAPPS
SynonymIGS_AD_SPLTAL_INT