[Home] [Help]
[Dependency Information]
Object Name: | IGS_AD_ADM_UNIT_STAT_ALL |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGS_AD_ADM_UNIT_STAT_ALL describes user-defned administrative unit statuses that map to system-defined unit statuses, which are system and manually applied.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_AD_ADM_UNIT_STAT_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORG_ID | NUMBER | (15) | Operating unit identifier | |
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. |
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. |
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. |
SHOW_ON_OFFIC_NTFCTN_IND | 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. Setting the checkbox ticked enables unit attempts with the specified AUS to be included on official notifications. |
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. When the checkbox is ticked, unit attempts with the specified AUS are deemed to be effectively enrolled. |
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. When the checkbox is set ticked, unit attempts with the specified AUS are deemed to be effectively enrolled. |
CLOSED_IND | 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. |
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 | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT ORG_ID
, ADMINISTRATIVE_UNIT_STATUS
, UNIT_ATTEMPT_STATUS
, DESCRIPTION
, SHOW_ON_OFFIC_NTFCTN_IND
, EFFECTIVE_PROGRESSION_IND
, EFFECTIVE_TIME_ELAPSED_IND
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_ADM_UNIT_STAT_ALL;
IGS.IGS_AD_ADM_UNIT_STAT_ALL does not reference any database object
IGS.IGS_AD_ADM_UNIT_STAT_ALL is referenced by following:
|
|
|