DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.IGS_AZ_ADVISING_RELS_V

Object Details
Object Name: IGS_AZ_ADVISING_RELS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGS_AZ_ADVISING_RELS_V
Subobject Name:
Status: VALID

View Type

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.


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.IGS_AZ_ADVISING_RELS_V references the following:

SchemaAPPS
SynonymHZ_PARTIES
SynonymIGS_AZ_ADVISING_RELS
SynonymIGS_AZ_ADVISORS
SynonymIGS_AZ_STUDENTS

APPS.IGS_AZ_ADVISING_RELS_V is not referenced by any database object