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


TABLE: IGS.IGS_AZ_ADVISING_RELS

Object Details
Object Name: IGS_AZ_ADVISING_RELS
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_AZ_ADVISING_RELS
Subobject Name:
Status: VALID


Stores Student and Advisors combinations across various Advising Groups in the system.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AZ_ADVISING_RELS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnGROUP_ADVISING_REL_ID
IGS_AZ_ADVISING_RELS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnGROUP_NAME
ColumnGROUP_ADVISOR_ID
ColumnGROUP_STUDENT_ID
ColumnSTART_DATE
IGS_AZ_ADVISING_RELS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnGROUP_ADVISOR_ID
IGS_AZ_ADVISING_RELS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnGROUP_STUDENT_ID
Columns
Name Datatype Length Mandatory Comments
GROUP_ADVISING_REL_ID 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_ID NUMBER
Yes The Primary Key ID of the table of Advisor table
GROUP_STUDENT_ID 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
LAST_UPDATE_LOGIN NUMBER (15)
STANDARD WHO Column
Query Text

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


SELECT GROUP_ADVISING_REL_ID
,      GROUP_NAME
,      GROUP_ADVISOR_ID
,      GROUP_STUDENT_ID
,      START_DATE
,      END_DATE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_AZ_ADVISING_RELS;

Dependencies

[top of page]

IGS.IGS_AZ_ADVISING_RELS does not reference any database object

IGS.IGS_AZ_ADVISING_RELS is referenced by following:

SchemaAPPS
SynonymIGS_AZ_ADVISING_RELS