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


VIEW: APPS.IGSFV_ADVISING_ADVISORS

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

View Type

A Business Intelligence System view


View to display the advisor information for the advising functionality.


[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.
_LA:ACCEPT_ADD_FLAG_DESC CHAR (52)
Description for accepts add flag.
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.
_LA:ACCEPT_DELETE_FLAG_DESC CHAR (55)
Description for accepts delete flag.
GROUP_DESCRIPTION VARCHAR2 (240) Yes Description of the person id group of the advisors in this group
ADVISOR_PERSON_NUMBER VARCHAR2 (30) Yes Advisor Person Number
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
,      _LA:ACCEPT_ADD_FLAG_DESC
,      ACCEPT_DELETE_FLAG
,      _LA:ACCEPT_DELETE_FLAG_DESC
,      GROUP_DESCRIPTION
,      ADVISOR_PERSON_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSFV_ADVISING_ADVISORS;

Dependencies

[top of page]

APPS.IGSFV_ADVISING_ADVISORS references the following:

SchemaAPPS
SynonymHZ_PARTIES
SynonymIGS_AZ_ADVISORS
SynonymIGS_AZ_GROUPS

APPS.IGSFV_ADVISING_ADVISORS is not referenced by any database object