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


VIEW: APPS.IGSBV_ORG_UNIT_LOCATIONS

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

View Type

A Business Intelligence System view


This entity contains the locations associated with the organizational unit


[View Source]

Columns
Name Datatype Length Mandatory Comments
ORG_UNIT_CODE VARCHAR2 (30) Yes The code for the organizational unit. An organizational unit is a business unit of an institution or organization. Common organizational units in tertiary institutions are faculties, schools, departments and divisions.
START_DATE DATE
Yes The date from which the organizational unit is effective.
ORG_UNIT_LOCATION VARCHAR2 (10) Yes The code for a location associated with the organizational unit. An organizational unit may be associated with multiple locations.
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 ORG_UNIT_CODE
,      START_DATE
,      ORG_UNIT_LOCATION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
FROM APPS.IGSBV_ORG_UNIT_LOCATIONS;

Dependencies

[top of page]

APPS.IGSBV_ORG_UNIT_LOCATIONS references the following:

SchemaAPPS
SynonymIGS_OR_UNIT_LOC

APPS.IGSBV_ORG_UNIT_LOCATIONS is not referenced by any database object