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


VIEW: APPS.IGSFV_SUB_LOCATIONS

Object Details
Object Name: IGSFV_SUB_LOCATIONS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGS.IGSFV_SUB_LOCATIONS
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


This entity describes relationship between locations to determine geographical equivalence between locations.


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.IGSFV_SUB_LOCATIONS references the following:

SchemaAPPS
SynonymIGS_AD_LOCATION_ALL
SynonymIGS_AD_LOCATION_REL

APPS.IGSFV_SUB_LOCATIONS is not referenced by any database object