[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AV_STD_ULVLBASIS_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AV_STD_ULVLBASIS_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGS_AV_STD_ULVLBASIS_ALL describes the basis that a unit level has been granted as advanced standing.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AV_STD_ULVLBASIS_ALL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
AV_STND_UNIT_LVL_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| 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 | |
| PERSON_ID | NUMBER | (15) | Describes the ID that uniquely identifies a person. | |
| AS_COURSE_CD | VARCHAR2 | (6) | Describes the program against advancedstanding that is approved or granted. | |
| AS_VERSION_NUMBER | NUMBER | (3) | Describes the version number of the programe against the advanced standing that is approved or granted. | |
| S_ADV_STND_TYPE | VARCHAR2 | (10) | Describes the type of advanced standing. | |
| UNIT_LEVEL | VARCHAR2 | (4) | This field describes the level at which the advanced standing isbeing given. e.g. 1 - First year level within a course, 2 - Second year level within a course. | |
| CRS_GROUP_IND | VARCHAR2 | (1) | Describes whether the unit level credit is to be regarded as program-grouped. Setting the indicator to on means that the unit level advanced standing is program-grouped. | |
| EXEMPTION_INSTITUTION_CD | VARCHAR2 | (30) | Describes the institution, the student undertookthe study that resulted in the unit advanced standing. | |
| AV_STND_UNIT_LVL_ID | NUMBER | (15) | Yes | System generated number to store the primary key |
| BASIS_COURSE_TYPE | VARCHAR2 | (10) | Describes the program type of the program that forms the basis of the unit level advanced standing. | |
| BASIS_YEAR | NUMBER | (4) | Describes the year that person was last enrolledin theprogram that forms the basis of the unit level advancedstanding. | |
| BASIS_COMPLETION_IND | VARCHAR2 | (1) | Indicates whether the person completed the programthat forms the basis of the unit level advanced standing. | |
| ORG_ID | NUMBER | (15) | Operating unit identifier |
Cut, paste (and edit) the following text to query this object:
SELECT CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, PERSON_ID
, AS_COURSE_CD
, AS_VERSION_NUMBER
, S_ADV_STND_TYPE
, UNIT_LEVEL
, CRS_GROUP_IND
, EXEMPTION_INSTITUTION_CD
, AV_STND_UNIT_LVL_ID
, BASIS_COURSE_TYPE
, BASIS_YEAR
, BASIS_COMPLETION_IND
, ORG_ID
FROM IGS.IGS_AV_STD_ULVLBASIS_ALL;
IGS.IGS_AV_STD_ULVLBASIS_ALL does not reference any database object
IGS.IGS_AV_STD_ULVLBASIS_ALL is referenced by following:
APPS
IGS_AV_STD_ULVLBASIS_ALL
|
|
|
|