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


TABLE: IGS.IGS_PS_SCH_INSTR_ALL

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


Contains Instructors information associated to the Unit Section Occurrence.The corresponding production table is IGS_PS_USO_INSTRCTRS.
Scope: public
Product: IGS
Lifecycle: active
Display Name: Export Scheduling Instructors Detail
Category: BUSINESS_ENTITY IGS_UNIT


Storage Details
Tablespace: TablespaceAPPS_TS_INTERFACE
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PS_SCH_INSTR_ALL_U1 NORMAL UNIQUE TablespaceAPPS_TS_INTERFACE ColumnINT_INSTRUC_ID
Columns
Name Datatype Length Mandatory Comments
INT_INSTRUC_ID NUMBER
Yes Sequence generated number to uniquely identify an instructor
INSTRUCTOR_ID NUMBER (15) Yes User Defined Instructor Identifier
SURNAME VARCHAR2 (150)
Surname of the Instructor
PERSON_NAME VARCHAR2 (360) Yes Full name of the Instructor
GIVEN_NAMES VARCHAR2 (150)
Given Names of the Instructor
MIDDLE_NAME VARCHAR2 (60)
Middle Name of the Instructor
INT_OCCURS_ID NUMBER
Yes Unique identifier for the Unit Section Occurrence in scheduling interface.
ORG_ID NUMBER (15)
Operating unit identifier
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
Query Text

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


SELECT INT_INSTRUC_ID
,      INSTRUCTOR_ID
,      SURNAME
,      PERSON_NAME
,      GIVEN_NAMES
,      MIDDLE_NAME
,      INT_OCCURS_ID
,      ORG_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_PS_SCH_INSTR_ALL;

Dependencies

[top of page]

IGS.IGS_PS_SCH_INSTR_ALL does not reference any database object

IGS.IGS_PS_SCH_INSTR_ALL is referenced by following:

SchemaAPPS
SynonymIGS_PS_SCH_INSTR_ALL