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


VIEW: APPS.IGS_AD_LOCATION_TYPE_V

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

View Type

A public view which may be useful for custom reporting or other data
requirements.


Maps the location types with a system defined location type


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Row identifier
MEANING VARCHAR2 (80) Yes Meaning
LOCATION_TYPE VARCHAR2 (10) Yes Location type
DESCRIPTION VARCHAR2 (60) Yes Description
S_LOCATION_TYPE VARCHAR2 (30)
System location type
CLOSED_IND VARCHAR2 (1) Yes Closed indicator
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 ROW_ID
,      MEANING
,      LOCATION_TYPE
,      DESCRIPTION
,      S_LOCATION_TYPE
,      CLOSED_IND
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.IGS_AD_LOCATION_TYPE_V;

Dependencies

[top of page]

APPS.IGS_AD_LOCATION_TYPE_V references the following:

SchemaAPPS
ViewIGS_AD_LOCATION_TYPE
ViewIGS_LOOKUPS_VIEW

APPS.IGS_AD_LOCATION_TYPE_V is not referenced by any database object