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


TABLE: IGS.IGS_AD_LOCATION_REL

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


IGS_AD_LOCATION_REL describes relationship between locations to determine geographical equivalence between locations.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AD_LOCATION_REL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLOCATION_CD
ColumnSUB_LOCATION_CD
IGS_AD_LOCATION_REL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnSUB_LOCATION_CD
Columns
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
Query Text

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;

Dependencies

[top of page]

IGS.IGS_AD_LOCATION_REL does not reference any database object

IGS.IGS_AD_LOCATION_REL is referenced by following:

SchemaAPPS
SynonymIGS_AD_LOCATION_REL