[Home] [Help]
[Dependency Information]
Object Name: | IGSFV_SUB_LOCATIONS |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
This entity describes relationship between locations to determine geographical equivalence between locations.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
LOCATION_CODE | VARCHAR2 | (10) | Yes | Code for the owning location in the relationship. A location may have multiple owning locations. |
SUB_LOCATION_CODE | VARCHAR2 | (10) | Yes | Code for the sub location in the relationship. A location may have multiple sub locations. |
DEFAULT_INDICATOR | 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. |
LOCATION_DESC | VARCHAR2 | (60) | Yes | Description for the owning location in the relationship. |
SUB_LOCATION_DESC | VARCHAR2 | (60) | Yes | Description for the sub location in the relationship. |
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 |
Cut, paste (and edit) the following text to query this object:
SELECT LOCATION_CODE
, SUB_LOCATION_CODE
, DEFAULT_INDICATOR
, LOCATION_DESC
, SUB_LOCATION_DESC
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
FROM APPS.IGSFV_SUB_LOCATIONS;
APPS.IGSFV_SUB_LOCATIONS is not referenced by any database object
|
|
|