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


TABLE: IGS.IGS_AD_UNIT_OU_STAT

Object Details
Object Name: IGS_AD_UNIT_OU_STAT
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_AD_UNIT_OU_STAT
Subobject Name:
Status: VALID


IGS_AD_UNIT_OU_STAT describes user-defined admission unit outcome statuses, which map to system admission outcome statuses.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AD_UNIT_OU_STAT_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnADM_UNIT_OUTCOME_STATUS
Columns
Name Datatype Length Mandatory Comments
ADM_UNIT_OUTCOME_STATUS VARCHAR2 (10) Yes The institution-defined status assigned to an admission application for a unit of study to indicate the outcome of the application. These must map back onto the system-defined list.
DESCRIPTION VARCHAR2 (60) Yes Explanation of the admission unit outcome status
S_ADM_OUTCOME_STATUS VARCHAR2 (30) Yes Describes the system-defined status to indicate the current state of an admission application in terms of the outcome of assessment of the application. For example, Offer to be made, Rejected.
SYSTEM_DEFAULT_IND VARCHAR2 (1) Yes Specifies if the admission unit outcome status is the default for admissions. Selecting the checkbox signifies that the admission unit outcome status will be used as the default for admissions.
CLOSED_IND VARCHAR2 (1) Yes Specifies whether or not the admission unit outcome status is closed. Selecting the checkbox closes the admission unit outcome status and prevents further allocation of the status to an admission application unit.
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
Query Text

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


SELECT ADM_UNIT_OUTCOME_STATUS
,      DESCRIPTION
,      S_ADM_OUTCOME_STATUS
,      SYSTEM_DEFAULT_IND
,      CLOSED_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_UNIT_OU_STAT;

Dependencies

[top of page]

IGS.IGS_AD_UNIT_OU_STAT does not reference any database object

IGS.IGS_AD_UNIT_OU_STAT is referenced by following:

SchemaAPPS
SynonymIGS_AD_UNIT_OU_STAT