[Home] [Help]
[Dependency Information]
| Object Name: | IGSBV_ADVISING_RELATIONS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGS.IGSBV_ADVISING_RELATIONS
|
| Subobject Name: | |
| Status: | VALID |
A Business Intelligence System view
Stores Student and Advisors combinations across various Advising Groups in the system.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| GROUP_ADVISING_REL_IDENTIFIER | NUMBER | Yes | Primary key of the table. Indicates the relationship ID between the student and an advisor for the group. Its sequence generated. | |
| GROUP_NAME | VARCHAR2 | (90) | Yes | Group name for which the relationship is being created. |
| GROUP_ADVISOR_IDENTIFIER | NUMBER | Yes | The Primary Key ID of the table of Advisor table | |
| GROUP_STUDENT_IDENTIFIER | NUMBER | Yes | The sequence generated ID of the Advising student table. | |
| START_DATE | DATE | Start date of the relationship between the student and the advisor for a group. | ||
| END_DATE | DATE | Date on which the relationship between the student and the advisor for a group terminated. | ||
| 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_ADVISING_REL_IDENTIFIER
, GROUP_NAME
, GROUP_ADVISOR_IDENTIFIER
, GROUP_STUDENT_IDENTIFIER
, START_DATE
, END_DATE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSBV_ADVISING_RELATIONS;
APPS
IGS_AZ_ADVISING_RELS
APPS.IGSBV_ADVISING_RELATIONS is not referenced by any database object
|
|
|
|