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


VIEW: APPS.IGS_PS_TYPE_HIST_V

Object Details
Object Name: IGS_PS_TYPE_HIST_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_PS_TYPE_HIST_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
COURSE_TYPE VARCHAR2 (10)
This field describes the type of courses offered by the university. Course type is an element defined by DETYA, however, the system will not be limited to the DETYA list. DETYA element reference 310. Examples: 01 Higher Doctorate, 20 Diploma, 50 Non-award course.
HIST_START_DT DATE

The effective start date/time of the history record.
HIST_END_DT DATE

The effective end date/time of the history record.
HIST_WHO NUMBER (15)
The Oracle username of the person who created the history record.
DESCRIPTION VARCHAR2 (60)
A description of the institution-defined course type.
GOVT_COURSE_TYPE NUMBER

The unique code for the Government course type to which the institution-defined course type is mapped.
AWARD_COURSE_IND VARCHAR2 (1)
Indicates whether a course is an award course or non-award course. If the indicator is ticked then the course is an award course.
COURSE_TYPE_GROUP_CD VARCHAR2 (10)
A unique code for an institution-defined grouping of course types. Course type groups are aggregations of course types used for internal estimations of census date enrolment statistics.
TAC_COURSE_LEVEL VARCHAR2 (4)
The course level for the course type, as recognised by the Tertiary Admissions Centre.
RESEARCH_TYPE_IND VARCHAR2 (1)
An indicator which specifies whether the course type is regarded by the institution as a research course for which candidature details are collected and maintained as part of the admission and / or enrolment process.
CLOSED_IND VARCHAR2 (1)
An indicator which specifies if the course type is open or closed. Setting the checkbox to 'closed' (ticked) prevents use of the course type in new or modified records in other parts of the system.
PRIMARY_AUTO_SELECT VARCHAR2 (1)
Indicates whether the program type will be assigned manually or by system itself. Default value is 'Y'
CREATED_BY NUMBER (15)
CREATION_DATE DATE

LAST_UPDATED_BY NUMBER (15)
LAST_UPDATE_DATE DATE

LAST_UPDATE_LOGIN NUMBER (15)
FIN_AID_PROGRAM_TYPE VARCHAR2 (30)
A system defined program type that is used by Financial Aid.
FIN_AID_PROGRAM_TYPE_MEANING VARCHAR2 (80)
Financial Aid Program Type meaning
Query Text

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


SELECT COURSE_TYPE
,      HIST_START_DT
,      HIST_END_DT
,      HIST_WHO
,      DESCRIPTION
,      GOVT_COURSE_TYPE
,      AWARD_COURSE_IND
,      COURSE_TYPE_GROUP_CD
,      TAC_COURSE_LEVEL
,      RESEARCH_TYPE_IND
,      CLOSED_IND
,      PRIMARY_AUTO_SELECT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      FIN_AID_PROGRAM_TYPE
,      FIN_AID_PROGRAM_TYPE_MEANING
FROM APPS.IGS_PS_TYPE_HIST_V;

Dependencies

[top of page]

APPS.IGS_PS_TYPE_HIST_V references the following:

SchemaAPPS
PL/SQL PackageIGS_AU_GEN_001 - show dependent code
ViewIGS_LOOKUP_VALUES
ViewIGS_PS_TYPE
ViewIGS_PS_TYPE_HIST

APPS.IGS_PS_TYPE_HIST_V is not referenced by any database object