[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AZ_ADVISING_RELS_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGS_AZ_ADVISING_RELS_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
View to display the advisor student relationship information for the advising functionality.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | Row Identifier | |
| GROUP_NAME | VARCHAR2 | (90) | Yes | Group Name of the advising group |
| STUDENT_NAME | VARCHAR2 | (363) | Name of the student participating in the relationship | |
| STUDENT_NUMBER | VARCHAR2 | (30) | Yes | Person Number of the student participating in the relationship |
| ADVISOR_NAME | VARCHAR2 | (363) | Name of the advisor participating in the relationship | |
| ADVISOR_NUMBER | VARCHAR2 | (30) | Yes | Person number of the advisor participating in the relationship |
| RELATION_START_DATE | DATE | Start date of the relationship. | ||
| RELATION_END_DATE | DATE | Date on which the relationship is ended. | ||
| ADVISING_REL_ID | NUMBER | Yes | Relationship ID, sequence generated number | |
| GROUP_ADVISOR_ID | NUMBER | Yes | Group Advisor ID | |
| GROUP_STUDENT_ID | NUMBER | Yes | Group Student ID | |
| STUDENT_PERSON_ID | NUMBER | (15) | Yes | Student Person Identifier |
| ADVISOR_PERSON_ID | NUMBER | (15) | Yes | Student Person Identifier |
| 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 ROW_ID
, GROUP_NAME
, STUDENT_NAME
, STUDENT_NUMBER
, ADVISOR_NAME
, ADVISOR_NUMBER
, RELATION_START_DATE
, RELATION_END_DATE
, ADVISING_REL_ID
, GROUP_ADVISOR_ID
, GROUP_STUDENT_ID
, STUDENT_PERSON_ID
, ADVISOR_PERSON_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGS_AZ_ADVISING_RELS_V;
APPS
HZ_PARTIES
IGS_AZ_ADVISING_RELS
IGS_AZ_ADVISORS
IGS_AZ_STUDENTS
APPS.IGS_AZ_ADVISING_RELS_V is not referenced by any database object
|
|
|
|