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


TABLE: IGS.IGS_OR_UNIT_LOC

Object Details
Object Name: IGS_OR_UNIT_LOC
Object Type: TABLE
Owner: IGS
FND Design Data: TableIGS.IGS_OR_UNIT_LOC
Subobject Name:
Status: VALID


IGS_OR_UNIT_LOC describes the intersection between organizational unit and location


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_OR_UNIT_LOC_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnORG_UNIT_CD
ColumnSTART_DT
ColumnLOCATION_CD
IGS_OR_UNIT_LOC_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLOCATION_CD
Columns
Name Datatype Length Mandatory Comments
ORG_UNIT_CD VARCHAR2 (30) Yes The code for the organizational unit. An organizational unit is uniquely identified by the combination of its code and start date. An organizational unit is a business unit of an institution or organization. Common organizational units in tertiary institutions are faculties, schools, departments and divisions. Each organizational unit must be assigned a start date, description, status, organizational type and member type.
START_DT DATE
Yes The date from which the organizational unit is effective. The organizational unit is uniquely identified by the combination of its code and start date.
LOCATION_CD VARCHAR2 (10) Yes The code for a location associated with the organizational unit. An organizational unit may be associated with multiple locations. Each location has a location type, such as campus,that defines its use in the system.
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 ORG_UNIT_CD
,      START_DT
,      LOCATION_CD
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM IGS.IGS_OR_UNIT_LOC;

Dependencies

[top of page]

IGS.IGS_OR_UNIT_LOC does not reference any database object

IGS.IGS_OR_UNIT_LOC is referenced by following:

SchemaAPPS
SynonymIGS_OR_UNIT_LOC