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


VIEW: APPS.IGS_AS_SCAE_V

Object Details
Object Name: IGS_AS_SCAE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_AS_SCAE_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
PERSON_ID NUMBER (15) Yes This field describes the ID that uniquely identifies a person.
COURSE_CD VARCHAR2 (6) Yes This field describes the course code of the student course attempt. DETYA element reference 307.
CAL_TYPE VARCHAR2 (10) Yes This field uniquely identifies the calendar instance.
CI_SEQUENCE_NUMBER NUMBER (6) Yes The unique identifier for the calendar instance.
START_DT DATE
Yes The date from which a calendar instance becomes effective. For example, the calendar instance Semester 1 1999 may commence on 1/3/1999.
END_DT DATE
Yes The date from which a calendar instance is no longer effective. For example, the calendar instance Semester 1 1999 may end on 11/6/1999.
ALTERNATE_CODE VARCHAR2 (10)
The alternate short reference code for identifying a teaching or academic calendar instance. This code is used for mass keying of enrolments and unit/course offerings.
ENROLMENT_CAT VARCHAR2 (10) Yes This field describes the types of enrolment procedure.
ENROLLED_DT DATE

ENR_FORM_DUE_DT DATE

The date on which a student must have their enrolment form returned -either by mail or by performing their enrolment- to be eligible to enrol.
ENR_PCKG_PROD_DT DATE

The date on which the student's enrolment package was produced.
ENR_FORM_RECEIVED_DT DATE

The date on which the student's enrolment form was received.
CREATED_BY NUMBER (15) Yes
CREATION_DATE DATE
Yes
LAST_UPDATED_BY NUMBER (15) Yes
LAST_UPDATE_DATE DATE
Yes
LAST_UPDATE_LOGIN NUMBER (15)
Query Text

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


SELECT ROW_ID
,      PERSON_ID
,      COURSE_CD
,      CAL_TYPE
,      CI_SEQUENCE_NUMBER
,      START_DT
,      END_DT
,      ALTERNATE_CODE
,      ENROLMENT_CAT
,      ENROLLED_DT
,      ENR_FORM_DUE_DT
,      ENR_PCKG_PROD_DT
,      ENR_FORM_RECEIVED_DT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_AS_SCAE_V;

Dependencies

[top of page]

APPS.IGS_AS_SCAE_V references the following:

SchemaAPPS
SynonymIGS_AS_SC_ATMPT_ENR
ViewIGS_CA_INST

APPS.IGS_AS_SCAE_V is not referenced by any database object