[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_ADVISING_STUDENTS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_ADVISING_STUDENTS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Student details associated with the various Advising Groups in the system
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| GROUP_STUDENT_IDENTIFIER | NUMBER | Yes | Primary Key of this table. The value is sequence generated | |
| GROUP_NAME | VARCHAR2 | (90) | Yes | Name of the advising group to which the Student belongs. |
| STUDENT_PERSON_IDENTIFIER | NUMBER | (15) | Yes | Person ID of the Student |
| START_DATE | DATE | Date on which the Student became an active member of an advising group. | ||
| END_DATE | DATE | Date on which the Student's association with the advising group was terminated. | ||
| ADVISING_HOLD_TYPE | VARCHAR2 | (10) | Advising hold type associated with the student for the advising group | |
| HOLD_START_DATE | DATE | The start date of advising hold associated with the student for the advising group | ||
| NOTIFIED_DATE | DATE | Date on which the Student was notified of his / her association or termination with the advising group | ||
| ACCEPT_ADD_FLAG | VARCHAR2 | (1) | The indicator signifies whether a certain Student's suggested addition to an advising group has been accepted, rejected or is still unconfirmed. | |
| ACCEPT_DELETE_FLAG | VARCHAR2 | (1) | The indicator signifies whether a certain Student's suggested removal from an advising group has been accepted, rejected or is still unconfirmed. | |
| 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 GROUP_STUDENT_IDENTIFIER
, GROUP_NAME
, STUDENT_PERSON_IDENTIFIER
, START_DATE
, END_DATE
, ADVISING_HOLD_TYPE
, HOLD_START_DATE
, NOTIFIED_DATE
, ACCEPT_ADD_FLAG
, ACCEPT_DELETE_FLAG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_ADVISING_STUDENTS;
APPS
IGS_AZ_STUDENTS
APPS.IGSBV_ADVISING_STUDENTS is not referenced by any database object
|
|
|
|