[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_PR_STDNT_PRG_PROGRAMS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_PR_STDNT_PRG_PROGRAMS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Describes the programs a student will be suspended, expelled or excluded from when a student progression outcome is applied.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PERSON_NAME | VARCHAR2 | (360) | Yes | Name of this party |
| PERSON_NUMBER | VARCHAR2 | (30) | Yes | Unique identification number for this party |
| PROGRAM_TITLE | VARCHAR2 | (90) | Yes | Title or full name of the program. |
| PROGRAM_CODE | VARCHAR2 | (6) | Yes | The code of the excluded program |
| PERSON_ID | NUMBER | (15) | Yes | The person identifier of the excluded student program attempt |
| SPO_PROGRAM_CODE | VARCHAR2 | (6) | Yes | The code of the student program attempt for the context progression outcome |
| SPO_SEQUENCE_NUMBER | NUMBER | (6) | Yes | A unique sequence number describing the 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
, PROGRAM_TITLE
, PROGRAM_CODE
, PERSON_ID
, SPO_PROGRAM_CODE
, SPO_SEQUENCE_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_PR_STDNT_PRG_PROGRAMS;
APPS
HZ_PARTIES
IGS_PR_STDNT_PR_PS
IGS_PS_VER_ALL
APPS.IGSBV_PR_STDNT_PRG_PROGRAMS is not referenced by any database object
|
|
|
|