[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AZ_ADVISING_RELS |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AZ_ADVISING_RELS
|
| Subobject Name: | |
| Status: | VALID |
Stores Student and Advisors combinations across various Advising Groups in the system.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AZ_ADVISING_RELS_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
GROUP_ADVISING_REL_ID
|
| IGS_AZ_ADVISING_RELS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
GROUP_NAME
GROUP_ADVISOR_ID
GROUP_STUDENT_ID
START_DATE
|
| IGS_AZ_ADVISING_RELS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
GROUP_ADVISOR_ID
|
| IGS_AZ_ADVISING_RELS_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
GROUP_STUDENT_ID
|
| 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 |
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;
IGS.IGS_AZ_ADVISING_RELS does not reference any database object
IGS.IGS_AZ_ADVISING_RELS is referenced by following:
APPS
IGS_AZ_ADVISING_RELS
|
|
|
|