[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_PR_STDNT_PRG_UNITS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_PR_STDNT_PRG_UNITS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Describes the units a student will be excluded from enrollment in or required to enroll in when a student progression outcome is applied.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_NAME | VARCHAR2 | (360) | Yes | Name of this person |
| PERSON_NUMBER | VARCHAR2 | (30) | Yes | Unique identification number for this person |
| UNIT_TITLE | VARCHAR2 | (90) | Yes | Title of the unit the student will be excluded from enrollment in or required to enroll in when a student progression outcome is applied. |
| UNIT_CODE | VARCHAR2 | (10) | Yes | Unit code of the unit the student will be excluded from enrollment in or required to enroll in when a student progression outcome is applied. |
| UNIT_REQUIREMENT_TYPE | VARCHAR2 | (10) | Yes | Identifies whether the student will be excluded from enrollment in or required to enroll in the specified unit when a student progression outcome is applied. |
| PERSON_ID | NUMBER | (15) | Yes | Person identifier |
| SPO_PROGRAM_CODE | VARCHAR2 | (6) | Yes | Foreign key to the parent student progression outcome |
| SPO_SEQUENCE_NUMBER | NUMBER | (6) | Yes | Foreign key to the parent student progression outcome |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT PERSON_NAME
, PERSON_NUMBER
, UNIT_TITLE
, UNIT_CODE
, UNIT_REQUIREMENT_TYPE
, PERSON_ID
, SPO_PROGRAM_CODE
, SPO_SEQUENCE_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_PR_STDNT_PRG_UNITS;
APPS
HZ_PARTIES
IGS_PR_STDNT_PR_UNIT
IGS_PS_UNIT_VER_ALL
APPS.IGSBV_PR_STDNT_PRG_UNITS is not referenced by any database object
|
|
|
|