[Home] [Help]
[Dependency Information]
Object Name: | IGS_DA_XML_COURSE_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
XML element CourseType (child of CourseInstitution)
1)(SUA) Student Unit Attempt"s at local Institution.
Includes Units local institution Units and currently enrolled units.
Enrolled units can be excluded EIP Control feature code.
2) (AV) Advanced Standing of the Units
3) (ED) Transcript Units
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
COURSE_SUBJECT_ABBREVIATION | VARCHAR2 | (4000) | Contains the subject code for the course. | |
COURSE_NUMBER | VARCHAR2 | (4000) | Contains the number level for the course. | |
COURSE_TITLE | VARCHAR2 | (4000) | Contains the title of the course. | |
COURSE_SESSION | VARCHAR2 | (30) | Contains the term information in which the course was taken. | |
COURSE_CREDIT_VALUE | NUMBER | Contains the credit that may be earned for the course. | ||
COURSE_CREDIT_EARNED | NUMBER | Contains the earned credit hours for the course. | ||
COURSE_GPA_CREDIT_HOURS | NUMBER | Contains the credit hours used for GPA calculations. | ||
COURSE_QUALITY_POINTS_EARNED | NUMBER | Contains the quality points earned for the course. | ||
COURSE_ACADEMIC_GRADE | VARCHAR2 | (4000) | Contains the grade earned for the course. | |
COURSE_OUTCOME | VARCHAR2 | (4000) | Contains the outcome for the grade associated with the course. | |
COURSE_REPEAT_INDICATOR | VARCHAR2 | (4000) | Contains an indicator that signifies that the course was repeated. | |
COURSE_PSUEDO_CODE | CHAR | (0) | Contains an indicator determining whether or not the course is a dummy or real course. | |
COURSE_ATTRIBUTE_CODE | CHAR | (0) | Contains condition codes used to further define course. | |
COURSE_FLAG_CODE | CHAR | (0) | Contains three-character code used to match degree program requirements in the degree audit processing | |
BATCH_ID | NUMBER | Contains the OSS generated Batch ID for tracking purposes. | ||
PERSON_ID | NUMBER | (15) | Describes the details of the person ID code that is being passed. | |
INSTITUTION_CD | VARCHAR2 | (30) | Describes an institution from which the transfer evaluation will be limited. The Institution is composed of the EntityID type. See this type for institution details. | |
LOCAL_INSTITUTION_CD | VARCHAR2 | (30) | Describes the academic history of the student. | |
AV_STND_UNIT_ID | NUMBER | Identities the Advanced Standing Unit Details. | ||
UNIT_CD | VARCHAR2 | (10) | Unit Code | |
SOURCE | VARCHAR2 | (3) | Major1,2,3 - minor 1,2,3 - track 1,2,3 |
Cut, paste (and edit) the following text to query this object:
SELECT COURSE_SUBJECT_ABBREVIATION
, COURSE_NUMBER
, COURSE_TITLE
, COURSE_SESSION
, COURSE_CREDIT_VALUE
, COURSE_CREDIT_EARNED
, COURSE_GPA_CREDIT_HOURS
, COURSE_QUALITY_POINTS_EARNED
, COURSE_ACADEMIC_GRADE
, COURSE_OUTCOME
, COURSE_REPEAT_INDICATOR
, COURSE_PSUEDO_CODE
, COURSE_ATTRIBUTE_CODE
, COURSE_FLAG_CODE
, BATCH_ID
, PERSON_ID
, INSTITUTION_CD
, LOCAL_INSTITUTION_CD
, AV_STND_UNIT_ID
, UNIT_CD
, SOURCE
FROM APPS.IGS_DA_XML_COURSE_V;
APPS.IGS_DA_XML_COURSE_V is not referenced by any database object
|
|
|