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


TABLE: IGS.IGS_PS_STDNT_SPL_REQ

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


IGS_PS_STDNT_SPL_REQ describes a student's satisfaction of a special requirement within a nominated student program attempt. For example, first-aid certificate.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PS_STDNT_SPL_REQ_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
ColumnCOURSE_CD
ColumnSPECIAL_REQUIREMENT_CD
ColumnCOMPLETED_DT
IGS_PS_STDNT_SPL_REQ_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSPECIAL_REQUIREMENT_CD
Columns
Name Datatype Length Mandatory Comments
PERSON_ID NUMBER (15) Yes Describes the ID code that uniquely identifies a person.
COURSE_CD VARCHAR2 (6) Yes Code used to identify the program in that the student is enrolled. See also Element 307 Higher Education Student Data Collection.
SPECIAL_REQUIREMENT_CD VARCHAR2 (10) Yes Code of a special requirement. Special requirements are institution- defined and might include for example, First Aid. In this instance, the completion of a first aid certificate is required in addition to unit requirements, to graduate.
COMPLETED_DT DATE
Yes Date on that the special requirements were completed.
EXPIRY_DT DATE

Date on that the special requirement expires. For example, a first aid certificate might only be valid for 12 months.
REFERENCE VARCHAR2 (10)
Generic reference number of the special requirement. For example, the first aid certificate number.
COMMENTS VARCHAR2 (2000)
Provides any comments about a student's satisfaction of a special requirement within a nominated program attempt.
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 PERSON_ID
,      COURSE_CD
,      SPECIAL_REQUIREMENT_CD
,      COMPLETED_DT
,      EXPIRY_DT
,      REFERENCE
,      COMMENTS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_PS_STDNT_SPL_REQ;

Dependencies

[top of page]

IGS.IGS_PS_STDNT_SPL_REQ does not reference any database object

IGS.IGS_PS_STDNT_SPL_REQ is referenced by following:

SchemaAPPS
SynonymIGS_PS_STDNT_SPL_REQ