[Home] [Help]
[Dependency Information]
Object Name: | IGS_AD_LOCATION_REL |
---|---|
Object Type: | TABLE |
Owner: | IGS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IGS_AD_LOCATION_REL describes relationship between locations to determine geographical equivalence between locations.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IGS_AD_LOCATION_REL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() |
IGS_AD_LOCATION_REL_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LOCATION_CD | VARCHAR2 | (10) | Yes | Code for the owning location in the relationship. A location may have multiple owning locations. |
SUB_LOCATION_CD | VARCHAR2 | (10) | Yes | Code for the sub location in the relationship. A location may have multiple sub locations. |
DFLT_IND | VARCHAR2 | (1) | Yes | Specifies if the sub location is the default sub-location. This relationship is used by the system to determine the default unit attempt examination location for students enrolled in on campus units. That is, unless otherwise specified, the student's examination location is derived from the unit attempt location's default examination location. Each campus may have a single default exam location. Only Campus locations may have default sub-locations. |
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 LOCATION_CD
, SUB_LOCATION_CD
, DFLT_IND
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_LOCATION_REL;
IGS.IGS_AD_LOCATION_REL does not reference any database object
IGS.IGS_AD_LOCATION_REL is referenced by following:
|
|
|