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


VIEW: APPS.IGSBV_ADVISING_ADVISORS

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

View Type

A Business Intelligence System view


Details of all Advisors associated with the various Advising Groups in the system


[View Source]

Columns
Name Datatype Length Mandatory Comments
GROUP_ADVISOR_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 advisor belongs.
ADVISOR_PERSON_IDENTIFIER NUMBER (15) Yes Person ID of the Advisor
START_DATE DATE

Date on which the Advisor became an active member of an advising group.
END_DATE DATE

Date on which the Advisor's association with the advising group was terminated.
MAX_STUDENTS_NUM NUMBER

Maximum load capacity of the advisor for the advising group
NOTIFIED_DATE DATE

Date on which the Advisor was notified of his / her association or termination with the advising group
ACCEPT_ADD_FLAG VARCHAR2 (1)
The indicator signifies whether a certain Advisor'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 Advisor'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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT GROUP_ADVISOR_IDENTIFIER
,      GROUP_NAME
,      ADVISOR_PERSON_IDENTIFIER
,      START_DATE
,      END_DATE
,      MAX_STUDENTS_NUM
,      NOTIFIED_DATE
,      ACCEPT_ADD_FLAG
,      ACCEPT_DELETE_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSBV_ADVISING_ADVISORS;

Dependencies

[top of page]

APPS.IGSBV_ADVISING_ADVISORS references the following:

SchemaAPPS
SynonymIGS_AZ_ADVISORS

APPS.IGSBV_ADVISING_ADVISORS is not referenced by any database object