[Home] [Help]
View: IGSBV_ORG_UNIT_LOCATIONS
| Product: | IGS - Student System (Obsolete) |
| Description: | This entity contains the locations associated with the organizational unit |
| Implementation/DBA Data: |
Not implemented in this database
|
View Text
SELECT UL.ORG_UNIT_CD ORG_UNIT_CODE
, UL.START_DT START_DATE
, UL.LOCATION_CD ORG_UNIT_LOCATION
, UL.CREATED_BY
, UL.CREATION_DATE
, UL.LAST_UPDATED_BY
, UL.LAST_UPDATE_DATE
FROM IGS_OR_UNIT_LOC UL WITH READ ONLY
Columns
| Name |
| ORG_UNIT_CODE |
| START_DATE |
| ORG_UNIT_LOCATION |
| CREATED_BY |
| CREATION_DATE |
| LAST_UPDATED_BY |
| LAST_UPDATE_DATE |