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


VIEW: APPS.IGSBV_DISCONTINUATION_STATUSES

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

View Type

A Business Intelligence System view


This entity describes user-defined administrative unit statuses that map to system-defined unit statuses, which are system and manually applied.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ADMINISTRATIVE_UNIT_STATUS VARCHAR2 (10) Yes Institution-defined administrative unit status. Each administrative unit status is mapped to a system unit attempt status and enables further definition of unit attempt statuses. For example, WD-EARLY withdrawn early, WD-LATE withdrawn late.
DESCRIPTION VARCHAR2 (60) Yes Administrative unit status (AUS). Each AUS is mapped to a system unit attempt status and enables further definition of unit attempt statuses. For example Withdrawn Early, Withdrawn Late.
UNIT_ATTEMPT_STATUS VARCHAR2 (30) Yes System-defined unit attempt status that is mapped to the specified administrative unit status. Unit attempt statuses are applied to student unit attempt by the system when defined processes occur.
SHOW_ON_OFFIC_NTFCTN_INDICATOR VARCHAR2 (1) Yes Specifies whether or not unit attempts with this administrative unit status (AUS) should be shown on official notifications such as academic transcripts.
EFFECTIVE_PROGRESSION_IND VARCHAR2 (1) Yes Specifies whether or not unit attempts with this administrative unit status (AUS) are considered to be effectively enrolled for progression rule checks.
EFFECTIVE_TIME_ELAPSED_IND VARCHAR2 (1) Yes Specifies whether or not unit attempts with this administrative unit status (AUS) are considered to be effectively enrolled for progression time elapsed calculations.
CLOSED_INDICATOR VARCHAR2 (1) Yes Specifies whether or not the administrative unit status (AUS) is closed. Setting the checkbox closes the AUS, making it unavailable for use in new records such as Administrative Unit Status Load.
_LA:UNIT_ATTEMPT_STATUS_DESC CHAR (69)
Meaning of the column Unit Attempt Status, which is a system defined value.
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE 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 ADMINISTRATIVE_UNIT_STATUS
,      DESCRIPTION
,      UNIT_ATTEMPT_STATUS
,      SHOW_ON_OFFIC_NTFCTN_INDICATOR
,      EFFECTIVE_PROGRESSION_IND
,      EFFECTIVE_TIME_ELAPSED_IND
,      CLOSED_INDICATOR
,      _LA:UNIT_ATTEMPT_STATUS_DESC
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSBV_DISCONTINUATION_STATUSES;

Dependencies

[top of page]

APPS.IGSBV_DISCONTINUATION_STATUSES references the following:

SchemaAPPS
SynonymIGS_AD_ADM_UNIT_STAT_ALL

APPS.IGSBV_DISCONTINUATION_STATUSES is not referenced by any database object