[Home] [Help]
[Dependency Information]
Object Name: | IGS_AD_PS_APPL_INST_CDT_CTXT_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
ROW_ID | ROWID | (10) | ||
API_PERSON_ID | VARCHAR2 | (20) | ||
PERSON_NUMBER | VARCHAR2 | (30) | ||
PERSON_ID | NUMBER | (15) | This field describes the ID code that uniquely identifies a person. | |
COURSE_CD | VARCHAR2 | (6) | A code used to identify the course in which the student is enrolled. (See also Element 307 Higher Education Student Data Collection Documentation 1997, DETYA.) | |
VERSION_NUMBER | NUMBER | (3) | The version number of the course. There can only be one version of a course with a system status of ACTIVE and an unset EXPIRY DATE. | |
COURSE_VERSION | VARCHAR2 | (47) | This field concatenates the course code and version number. | |
SCA_COURSE_CD | VARCHAR2 | (6) | ||
ACAI_ADMISSION_APPL_NUMBER | NUMBER | This field describes the admissions application number from which the candidature originated. | ||
ACAI_NOMINATED_COURSE_CD | VARCHAR2 | (6) | This field describes the admissions nominated course code from which the candidature originated. | |
ACAI_SEQUENCE_NUMBER | NUMBER | This field describes the admissions application sequence number which resulted in the candidature. | ||
LOCATION_CD | VARCHAR2 | (10) | The location, typically a campus, from where the student's course is offered. | |
ATTENDANCE_MODE | VARCHAR2 | (2) | The institution-defined attendance modes in which the course is offered. Institution-defined attendance modes may include, for example, N (On Campus), F (Off Campus) and M (Multi-modal). See also Element 329 Higher Education Student Data Collection Documentation 1997, DETYA. | |
ATTENDANCE_TYPE | VARCHAR2 | (2) | The institution-defined attendance type in which the course is offered. Institution-defined attendance types may include, for example, F (Full-time) and P (Part-time). See also Element 330 Higher Education Student Data Collection Documentation 1997, DETYA. | |
CREATED_BY | NUMBER | (15) | ||
CREATION_DATE | DATE | |||
LAST_UPDATED_BY | NUMBER | (15) | ||
LAST_UPDATE_DATE | DATE | |||
LAST_UPDATE_LOGIN | NUMBER | (15) | ||
APPLICATION_ID | NUMBER | Application Identifier | ||
ALT_APPL_ID | VARCHAR2 | (30) | Application Identifier | |
Name | Datatype | Length | Mandatory | Comments |
---|
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, API_PERSON_ID
, PERSON_NUMBER
, PERSON_ID
, COURSE_CD
, VERSION_NUMBER
, COURSE_VERSION
, SCA_COURSE_CD
, ACAI_ADMISSION_APPL_NUMBER
, ACAI_NOMINATED_COURSE_CD
, ACAI_SEQUENCE_NUMBER
, LOCATION_CD
, ATTENDANCE_MODE
, ATTENDANCE_TYPE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, APPLICATION_ID
, ALT_APPL_ID
FROM APPS.IGS_AD_PS_APPL_INST_CDT_CTXT_V;
APPS.IGS_AD_PS_APPL_INST_CDT_CTXT_V is not referenced by any database object
|
|
|