[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AD_LOCATION_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AD_LOCATION_ALL
|
| Subobject Name: | |
| Status: | VALID |
IGS_AD_LOCATION_ALL describes geographic available locations at which programs and units might be offered or taught.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AD_LOCATION_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
LOCATION_CD
|
| IGS_AD_LOCATION_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LOCATION_TYPE
|
| IGS_AD_LOCATION_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
COORD_PERSON_ID
|
| IGS_AD_LOCATION_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
REV_ACCOUNT_CD
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORG_ID | NUMBER | (15) | Operating unit identifier | |
| LOCATION_CD | VARCHAR2 | (10) | Yes | The institution-defined code of a physical location owned or used by the institution. Each location has a location type, such as Campus or Exam location, that defines its use in the system. |
| DESCRIPTION | VARCHAR2 | (60) | Yes | The description of a physical location owned or used by an institution. Each location has a location type, such as Campus, that defines its use in the system. |
| LOCATION_TYPE | VARCHAR2 | (10) | Yes | Location type of the location. A location type is a classification or grouping of locations, such as Campus or Examination location. Each location type is optionally mapped to a system location type to enable the system to determine any associated functionality. The currently available system location types are Campus , EXAM_CTR - exam center and GRD_CTR - graduation center or location. |
| MAIL_DLVRY_WRK_DAYS | NUMBER | (2) | The average number of working days required for correspondence to reach the location using standard mail. This information is of particular relevance for examination locations. | |
| COORD_PERSON_ID | NUMBER | (15) | The person responsible for the coordination of the location. This person may be different from the contact person stored in the address details. In the case of examination locations, the coordinator may also be the supervisor-in-charge, particularly at external examination locations. | |
| CLOSED_IND | VARCHAR2 | (1) | Yes | Specifies if the location is open or closed. Setting the checkbox to 'closed' prevents use of the location in new or modified records in other parts of the system, for example, in course offering option records. |
| REV_ACCOUNT_CD | VARCHAR2 | (40) | Revenue Account Code (An alpha numeric string) . It is populated with the revenue account code when GL is not installed and system uses any other external account systems | |
| 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 | |
| ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive Flex field structure defining column | |
| ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive Flex field segment column | |
| ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive Flex field segment column | |
| ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive Flex field segment column | |
| ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive Flex field segment column | |
| ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive Flex field segment column | |
| ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive Flex field segment column | |
| ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive Flex field segment column | |
| ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive Flex field segment column | |
| ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive Flex field segment column | |
| ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive Flex field segment column | |
| ATTRIBUTE11 | VARCHAR2 | (150) | Descriptive Flex field segment column | |
| ATTRIBUTE12 | VARCHAR2 | (150) | Descriptive Flex field segment column | |
| ATTRIBUTE13 | VARCHAR2 | (150) | Descriptive Flex field segment column | |
| ATTRIBUTE14 | VARCHAR2 | (150) | Descriptive Flex field segment column | |
| ATTRIBUTE15 | VARCHAR2 | (150) | Descriptive Flex field segment column | |
| ATTRIBUTE16 | VARCHAR2 | (150) | Descriptive Flex field segment column | |
| ATTRIBUTE17 | VARCHAR2 | (150) | Descriptive Flex field segment column | |
| ATTRIBUTE18 | VARCHAR2 | (150) | Descriptive Flex field segment column | |
| ATTRIBUTE19 | VARCHAR2 | (150) | Descriptive Flex field segment column | |
| ATTRIBUTE20 | VARCHAR2 | (150) | Descriptive Flex field segment column |
Cut, paste (and edit) the following text to query this object:
SELECT ORG_ID
, LOCATION_CD
, DESCRIPTION
, LOCATION_TYPE
, MAIL_DLVRY_WRK_DAYS
, COORD_PERSON_ID
, CLOSED_IND
, REV_ACCOUNT_CD
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, ATTRIBUTE16
, ATTRIBUTE17
, ATTRIBUTE18
, ATTRIBUTE19
, ATTRIBUTE20
FROM IGS.IGS_AD_LOCATION_ALL;
IGS.IGS_AD_LOCATION_ALL does not reference any database object
IGS.IGS_AD_LOCATION_ALL is referenced by following:
APPS
IGS_AD_LOCATION_ALL
|
|
|
|