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


VIEW: APPS.IGS_PS_OFR_PAT_OFERPAT_V

Object Details
Object Name: IGS_PS_OFR_PAT_OFERPAT_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_PS_OFR_PAT_OFERPAT_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_CD VARCHAR2 (6) Yes The unique identifier for a course being offered.
VERSION_NUMBER NUMBER (3) Yes The version number of the course being offered. There can only be one version of a course with a system status of ACTIVE and an unset EXPIRY DATE.
ACAD_CAL_TYPE VARCHAR2 (10) Yes The academic calendar type in which the course is offered. A calendar type is the institution-defined name of a type of calendar used within the organisation.
ACAD_CI_SEQUENCE_NUMBER NUMBER (6) Yes The unique identifier for the academic calendar instance.
LOCATION_CD VARCHAR2 (10) Yes This field is the location name or code. The location represents a geographical location and may be used to indicate where courses and units can be offered.
ATTENDANCE_MODE VARCHAR2 (2) Yes The mode of attendance of the course offering pattern.
ATTENDANCE_TYPE VARCHAR2 (2) Yes The attendance type of the course offering pattern.
ADM_CAL_TYPE VARCHAR2 (10) Yes This field describes the calendar type relating to the admission period.
ADM_CI_SEQUENCE_NUMBER NUMBER (6) Yes This field describes the sequence number which uniquely identifies the admission period calendar instance.
ADMISSION_CAT VARCHAR2 (10) Yes This field describes the admission category that applies to this admission period.
S_ADMISSION_PROCESS_TYPE VARCHAR2 (30) Yes This field describes the system admission process type that applies to this admission period.
COURSE_TITLE VARCHAR2 (90) Yes The full name of the course, (DETYA element 308).
COURSE_STATUS VARCHAR2 (10) Yes An institution-defined course status which indicates the level of activity of the course version. A course is established with a status of PLANNED. For students to be enrolled in the course it must be ACTIVE.
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 COURSE_CD
,      VERSION_NUMBER
,      ACAD_CAL_TYPE
,      ACAD_CI_SEQUENCE_NUMBER
,      LOCATION_CD
,      ATTENDANCE_MODE
,      ATTENDANCE_TYPE
,      ADM_CAL_TYPE
,      ADM_CI_SEQUENCE_NUMBER
,      ADMISSION_CAT
,      S_ADMISSION_PROCESS_TYPE
,      COURSE_TITLE
,      COURSE_STATUS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_PS_OFR_PAT_OFERPAT_V;

Dependencies

[top of page]

APPS.IGS_PS_OFR_PAT_OFERPAT_V references the following:

SchemaAPPS
SynonymIGS_AD_PRD_AD_PRC_CA
SynonymIGS_CA_INST_REL
SynonymIGS_PS_OFR_PAT
SynonymIGS_PS_OF_OPT_AD_CAT
ViewIGS_PS_VER
APPS.IGS_PS_OFR_PAT_OFERPAT_V is referenced by following:

SchemaAPPS
Package BodyIGS_AD_VAL_ACAI - show dependent code
Package BodyIGS_PRECREATE_APPL_PUB - show dependent code