[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_UNIT_LOCATION |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PS_UNIT_LOCATION
|
| Subobject Name: | |
| Status: | VALID |
IGS_PS_UNIT_LOCATION captures the unit locations information.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PS_UNIT_LOCATION_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
UNIT_LOCATION_ID
|
| IGS_PS_UNIT_LOCATION_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
UNIT_CODE
UNIT_VERSION_NUMBER
LOCATION_CODE
BUILDING_ID
ROOM_ID
|
| IGS_PS_UNIT_LOCATION_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
BUILDING_ID
|
| IGS_PS_UNIT_LOCATION_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LOCATION_CODE
|
| IGS_PS_UNIT_LOCATION_N3 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
ROOM_ID
|
| IGS_PS_UNIT_LOCATION_N4 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
UNIT_VERSION_NUMBER
UNIT_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| UNIT_LOCATION_ID | NUMBER | (10) | Yes | Unique identifier for the unit locations. |
| UNIT_CODE | VARCHAR2 | (10) | Yes | Code of the unit that is offered. |
| UNIT_VERSION_NUMBER | NUMBER | (3) | Yes | Version number of the unit to be offered. |
| LOCATION_CODE | VARCHAR2 | (10) | Yes | Code of the place at that the unit section is offered. |
| BUILDING_ID | NUMBER | (10) | Code of the building in that location. | |
| ROOM_ID | NUMBER | (10) | Code of the room within a building. | |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT UNIT_LOCATION_ID
, UNIT_CODE
, UNIT_VERSION_NUMBER
, LOCATION_CODE
, BUILDING_ID
, ROOM_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PS_UNIT_LOCATION;
IGS.IGS_PS_UNIT_LOCATION does not reference any database object
IGS.IGS_PS_UNIT_LOCATION is referenced by following:
APPS
IGS_PS_UNIT_LOCATION
|
|
|
|