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


VIEW: APPS.IGS_PS_UNIT_OFR_OPT_ASS_V

Object Details
Object Name: IGS_PS_UNIT_OFR_OPT_ASS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_PS_UNIT_OFR_OPT_ASS_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
UNIT_CD VARCHAR2 (10) Yes The unit offering unit code for which results are to be keyed.
VERSION_NUMBER NUMBER (3) Yes UNIT_OFFERING_OPTION.VERSION_NUMBER
CAL_TYPE VARCHAR2 (10) Yes UNIT_OFFERING_OPTION.CAL_TYPE
CI_SEQUENCE_NUMBER NUMBER (6) Yes UNIT_OFFERING_OPTION.CI_SEQUENCE_NUMBER
ACAD_ALTERNATE_CODE VARCHAR2 (10)
The short reference code for the academic period associated with the unit offering for which results are to be recorded. Eg. '1998', '1999'
TEACH_ALTERNATE_CODE VARCHAR2 (10)
The short reference code for the unit offering teaching period for which results are to be recorded. Eg '1', '2', 'S'
LOCATION_CD VARCHAR2 (10) Yes The code identifying the location of the unit offering for which results are to be recorded.
UNIT_CLASS VARCHAR2 (10) Yes The code identifying the class of the unit offering for which results are to be recorded.
UNIT_MODE CHAR (0)
The code identifying the mode of the unit offering for which results are to be recorded.
INCLUDE_DISCONT_IND CHAR (0)
An indicator which specifies whether or not students who discontinued their enrolment in the unit offering are to be displayed in the mark/grade entry form. Setting the indicator (ticked) causes discontinued student unit attempts to be displayed in the form.
SORT_BY CHAR (0)
The result sheet student sort order. The available sort options are Surname and Person ID.
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 UNIT_CD
,      VERSION_NUMBER
,      CAL_TYPE
,      CI_SEQUENCE_NUMBER
,      ACAD_ALTERNATE_CODE
,      TEACH_ALTERNATE_CODE
,      LOCATION_CD
,      UNIT_CLASS
,      UNIT_MODE
,      INCLUDE_DISCONT_IND
,      SORT_BY
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_PS_UNIT_OFR_OPT_ASS_V;

Dependencies

[top of page]

APPS.IGS_PS_UNIT_OFR_OPT_ASS_V references the following:

SchemaAPPS
PL/SQL PackageIGS_CA_GEN_001 - show dependent code
PL/SQL PackageIGS_EN_GEN_014 - show dependent code
ViewIGS_PS_UNIT_OFR_OPT

APPS.IGS_PS_UNIT_OFR_OPT_ASS_V is not referenced by any database object