[Home] [Help]
[Dependency Information]
Object Name: | IGS_IN_APPL_COURSE |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGS_IN_APPL_COURSE describes the programs of interest to an enquiry application - Obsolete
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_IN_APPL_COURSE_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
IGS_IN_APPL_COURSE_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
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 | |
PERSON_ID | NUMBER | (15) | Yes | Person identifier and foreign key to HZ_PARTIES. This is a sequence generated value. |
ENQUIRY_APPL_NUMBER | NUMBER | (7) | Yes | Number identifying the enquiry made by a person |
COURSE_CD | VARCHAR2 | (6) | Yes | A code used to identify the program which the student has made an enquiry about |
VERSION_NUMBER | NUMBER | (3) | Yes | A number signifying the version of the course which the student has enquired about |
LOCATION_CD | VARCHAR2 | (10) | The location, typically a campus, from where the course being enquired about, is offered | |
ATTENDANCE_MODE | VARCHAR2 | (2) | The institution-defined attendance modes that the program is offered. Institution-defined attendance modes can include, for example, N-on campus, F-off campus and M-multi-modal. | |
ATTENDANCE_TYPE | VARCHAR2 | (2) | The institution-defined attendance type that theprogram is offered. Institution-defined attendance types can include, for example, F-full-time and P-part-time. |
Cut, paste (and edit) the following text to query this object:
SELECT CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, PERSON_ID
, ENQUIRY_APPL_NUMBER
, COURSE_CD
, VERSION_NUMBER
, LOCATION_CD
, ATTENDANCE_MODE
, ATTENDANCE_TYPE
FROM IGS.IGS_IN_APPL_COURSE;
IGS.IGS_IN_APPL_COURSE does not reference any database object
IGS.IGS_IN_APPL_COURSE is referenced by following:
|
|
|