[Home] [Help]
[Dependency Information]
Object Name: | IGS_AD_DOC_STAT |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGS_AD_DOC_STAT describes user-defined admission documentation
statuses which map to system-defined admission documentation statuses.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_AD_DOC_STAT_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ADM_DOC_STATUS | VARCHAR2 | (10) | Yes | Contains the institution-defined status assigned to an admission application to describe the state of the applicant's documentary evidence that is required. These must be mapped onto a relevant system-defined admission documentation status. For example, Incomplete - Documentary evidence incomplete, Pending - Documentary evidence not yet assessed, Satisfied - Documentary evidence satisfactory. |
DESCRIPTION | VARCHAR2 | (60) | Yes | Provides an explanation of the admission documentation status |
S_ADM_DOC_STATUS | VARCHAR2 | (30) | Yes | Contains the system-defined status assigned to an admission application to describe the state of the applicant's documentary evidence that is required. For example, NOT-APPLIC, PENDING, SATISFIED. |
SYSTEM_DEFAULT_IND | VARCHAR2 | (1) | Yes | Specifies if the admission documentation status is the default institution-defined status that the system should use when referred to from a system-defined admission documentation status. |
CLOSED_IND | VARCHAR2 | (1) | Yes | Specifies if the admission documentation status is open or closed. Setting the checkbox to 'closed' prevents use of the admission documentation status in new or modified admission application records. |
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 ADM_DOC_STATUS
, DESCRIPTION
, S_ADM_DOC_STATUS
, SYSTEM_DEFAULT_IND
, CLOSED_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_DOC_STAT;
IGS.IGS_AD_DOC_STAT does not reference any database object
IGS.IGS_AD_DOC_STAT is referenced by following:
|
|
|