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


TABLE: IGS.IGS_RE_LGCY_SPR_INT

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


Contains Research Supervisor information to be imported into the IGS_RE_SPRVSR table by the legacy data import process. Rows in this table must correspond to a batch in the IGS_EN_LGCY_BAT_INT table.
Scope: public
Product: IGS
Lifecycle: active
Display Name: Import Legacy Research Supervisor
Category: BUSINESS_ENTITY IGS_STUDENT_PROGRAM


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_RE_LGCY_SPR_INT_PK NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnLEGACY_RE_SPRVSR_INT_ID
Columns
Name Datatype Length Mandatory Comments
BATCH_ID NUMBER (15) Yes Batch Identifier, used to identify the set of records to be processed.
LEGACY_RE_SPRVSR_INT_ID NUMBER (15) Yes Unique identifier of the Research Supervisor record.
CA_PERSON_NUMBER VARCHAR2 (30) Yes The Person number of the research candidate.
PROGRAM_CD VARCHAR2 (6) Yes The program code in which the research activity is occurring.
PERSON_NUMBER VARCHAR2 (30) Yes The person number of the supervisor.
START_DT DATE
Yes Describes the date a supervisor becomes effective for the student candidature.
END_DT DATE

If recorded, this field indicates the date of which the person stopped supervising the candidate.
RESEARCH_SUPERVISOR_TYPE VARCHAR2 (10) Yes The supervisor type. For example, include principal supervisor, associate supervisor, external supervisor.
SUPERVISOR_PROFESSION VARCHAR2 (60)
The supervisor's profession.
SUPERVISION_PERCENTAGE NUMBER (5)
The supervision percentage of the person. This is entered for the purposes of calculating the research load incurred by supervisors within an institution.
FUNDING_PERCENTAGE NUMBER (5)
The percentage of the research load that is apportioned for funding purposes to the specified organizational unit.
ORG_UNIT_CD VARCHAR2 (30)
The organizational unit code for whom the supervisor is working when performing the supervision.
REPLACED_PERSON_NUMBER VARCHAR2 (30)
The person number of the replaced supervisor allowing creation and maintenance of a supervision history for the candidature.
COMMENTS VARCHAR2 (2000)
General comments.
IMPORT_STATUS VARCHAR2 (1)
Record's Import status
CREATED_BY NUMBER (15)
Standard who column
CREATION_DATE DATE

Standard who column
LAST_UPDATED_BY NUMBER (15)
Standard who column
LAST_UPDATE_DATE DATE

Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
REQUEST_ID NUMBER (15)
Standard concurrent program who column
PROGRAM_ID NUMBER (15)
Standard concurrent program who column
PROGRAM_APPLICATION_ID NUMBER (15)
Standard concurrent program who column
PROGRAM_UPDATE_DATE DATE

Standard concurrent program who column
Query Text

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


SELECT BATCH_ID
,      LEGACY_RE_SPRVSR_INT_ID
,      CA_PERSON_NUMBER
,      PROGRAM_CD
,      PERSON_NUMBER
,      START_DT
,      END_DT
,      RESEARCH_SUPERVISOR_TYPE
,      SUPERVISOR_PROFESSION
,      SUPERVISION_PERCENTAGE
,      FUNDING_PERCENTAGE
,      ORG_UNIT_CD
,      REPLACED_PERSON_NUMBER
,      COMMENTS
,      IMPORT_STATUS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_UPDATE_DATE
FROM IGS.IGS_RE_LGCY_SPR_INT;

Dependencies

[top of page]

IGS.IGS_RE_LGCY_SPR_INT does not reference any database object

IGS.IGS_RE_LGCY_SPR_INT is referenced by following:

SchemaAPPS
SynonymIGS_RE_LGCY_SPR_INT