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


VIEW: APPS.IGSFV_AS_SPECIAL_CONSID_APPLS

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

View Type

A Business Intelligence System view


Describes occurrence of an application for special consideration.


[View Source]

Columns
Name Datatype Length Mandatory Comments
PERSON_NAME VARCHAR2 (360) Yes Name of this person
PERSON_NUMBER VARCHAR2 (30) Yes Unique identification number for this person
PROGRAM_CODE VARCHAR2 (6) Yes A code used to identify the program in which the student is enrolled.
PROGRAM_TITLE VARCHAR2 (90) Yes Course Title
UNIT_CODE VARCHAR2 (10) Yes The code used to identify the unit that special consideration application is being recorded.
UNIT_TITLE VARCHAR2 (90) Yes Unit Title
CALENDAR_TYPE VARCHAR2 (10) Yes The teaching calendar that applies to the student unit attempt for the special consideration application is being made.
CALENDAR_SEQUENCE_NUMBER NUMBER (6) Yes The teaching calendar sequence number.
CALENDAR_DESCRIPTION VARCHAR2 (30)
Calendar Description
LOCATION_CODE VARCHAR2 (10) Yes Institution-defined location code, typically of a campus, at that a unit offering option is offered.
LOCATION_DESCRIPTION VARCHAR2 (60) Yes The description of a physical location owned or used by an institution.
ASSESSMENT_ITEM_DESCRIPTION VARCHAR2 (180) Yes Describes an assessment item. An assessment item is a single piece of assessment that a student might be required to complete as part of, or as the entire requirements of a unit. An assessment item must be assigned to one or more unit offerings before it can be assigned to student unit attempts.
CREATION_DATE DATE
Yes The date the assessment item was allocated to the student unit attempt.
RECEIVED_DATE DATE
Yes The date the application for special consideration was received.
SOUGHT_OUTCOME VARCHAR2 (10)
The code used to identify the special consideration outcome that the student has identified as the desired result of their application. For example, successful application, special examination granted.
SOUGHT_OUTCOME_DESCRIPTION VARCHAR2 (60)
Sought outcome description.
SPCL_CONSIDERATION_CAT VARCHAR2 (10) Yes The category assigned to the special consideration application. A category typically identifies the basis for the application, and the degree to which the student is affected by the circumstance. For example, Medical, unable to complete.
SPCL_CONSID_CAT_DESCRIPTION VARCHAR2 (60)
Describes the special consideration category. A category typically identifies the basis for the application and the degree to which the student is affected by the circumstances. For example medical, unable to complete.
SPCL_CONSIDERATION_OUTCOME VARCHAR2 (10)
The result of the special consideration application. For example, unsuccessful application.
SPCL_CONSID_OUTCOME_DESC VARCHAR2 (60)
Special consideration outcome description
ESTIMATED_PROCESSING_DAYS NUMBER (2)
The expected number of days that it will take to process the special consideration application.
TRACKING_ID NUMBER (9)
The special consideration application tracking ID number.
COMMENTS VARCHAR2 (2000)
A text facility for entering any additional comments associated with the special consideration application.
NOTIFIED_DATE DATE

Date of Notification
PERSON_ID NUMBER (15) Yes A unique student information system identification number, typically incorporating a check digit, used to identify a particular person.
UNIT_SECTION_ID NUMBER (7) Yes Unit Section identifier
ASSESSMENT_ID NUMBER (10) Yes The unit assessment item ID for which the special consideration application is being recorded.
CREATED_BY NUMBER (15) Yes Standard Who Column
CREATION_DT DATE
Yes Standard Who Column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who Column
LAST_UPDATE_DATE DATE
Yes Standard Who Column
Query Text

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


SELECT PERSON_NAME
,      PERSON_NUMBER
,      PROGRAM_CODE
,      PROGRAM_TITLE
,      UNIT_CODE
,      UNIT_TITLE
,      CALENDAR_TYPE
,      CALENDAR_SEQUENCE_NUMBER
,      CALENDAR_DESCRIPTION
,      LOCATION_CODE
,      LOCATION_DESCRIPTION
,      ASSESSMENT_ITEM_DESCRIPTION
,      CREATION_DATE
,      RECEIVED_DATE
,      SOUGHT_OUTCOME
,      SOUGHT_OUTCOME_DESCRIPTION
,      SPCL_CONSIDERATION_CAT
,      SPCL_CONSID_CAT_DESCRIPTION
,      SPCL_CONSIDERATION_OUTCOME
,      SPCL_CONSID_OUTCOME_DESC
,      ESTIMATED_PROCESSING_DAYS
,      TRACKING_ID
,      COMMENTS
,      NOTIFIED_DATE
,      PERSON_ID
,      UNIT_SECTION_ID
,      ASSESSMENT_ID
,      CREATED_BY
,      CREATION_DT
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSFV_AS_SPECIAL_CONSID_APPLS;

Dependencies

[top of page]

APPS.IGSFV_AS_SPECIAL_CONSID_APPLS references the following:

SchemaAPPS
SynonymHZ_PARTIES
SynonymIGS_AD_LOCATION_ALL
SynonymIGS_AS_ASSESSMNT_ITM_ALL
SynonymIGS_AS_SPCL_CONS_CAT
SynonymIGS_AS_SPCL_CONS_OUT
SynonymIGS_AS_SPL_CONS_APPL
SynonymIGS_CA_INST_ALL
SynonymIGS_EN_STDNT_PS_ATT_ALL
SynonymIGS_PS_UNIT_OFR_OPT_ALL
SynonymIGS_PS_UNIT_VER_ALL
SynonymIGS_PS_VER_ALL

APPS.IGSFV_AS_SPECIAL_CONSID_APPLS is not referenced by any database object