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


TABLE: IGS.IGS_AD_LOCATION_TYPE_ALL

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


IGS_AD_LOCATION_TYPE_ALL describes locations used by institution.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_AD_LOCATION_TYPE_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnLOCATION_TYPE
Columns
Name Datatype Length Mandatory Comments
LOCATION_TYPE VARCHAR2 (10) Yes Location type. A location type is a classification or grouping of locations, such as Campus or Study center. Each location type is optionally mapped to a system location type to enable the system to determine any associated functionality.
DESCRIPTION VARCHAR2 (60) Yes Description of a location type. A location type is a classification or grouping of locations, such as Campus or Study center. Each location type is optionally mapped to a system location type to enable the system to determine any associated functionality.
S_LOCATION_TYPE VARCHAR2 (30)
The name of a system-defined location type, such as Campus. Each location type is optionally mapped to a system location type to enable the system to determine any associated functionality.
CLOSED_IND VARCHAR2 (1) Yes Specifies if the location type is open or closed. Setting the checkbox to 'closed' prevents use of the location type in new or modified location records.
ORG_ID NUMBER (15)
Organization unit identifier
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_TYPE
,      DESCRIPTION
,      S_LOCATION_TYPE
,      CLOSED_IND
,      ORG_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_LOCATION_TYPE_ALL;

Dependencies

[top of page]

IGS.IGS_AD_LOCATION_TYPE_ALL does not reference any database object

IGS.IGS_AD_LOCATION_TYPE_ALL is referenced by following:

SchemaAPPS
SynonymIGS_AD_LOCATION_TYPE_ALL