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


TABLE: IGS.IGS_PS_UNIT_LOCATION

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


IGS_PS_UNIT_LOCATION captures the unit locations information.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IGS_PS_UNIT_LOCATION_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnUNIT_LOCATION_ID
IGS_PS_UNIT_LOCATION_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnUNIT_CODE
ColumnUNIT_VERSION_NUMBER
ColumnLOCATION_CODE
ColumnBUILDING_ID
ColumnROOM_ID
IGS_PS_UNIT_LOCATION_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUILDING_ID
IGS_PS_UNIT_LOCATION_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLOCATION_CODE
IGS_PS_UNIT_LOCATION_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnROOM_ID
IGS_PS_UNIT_LOCATION_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnUNIT_VERSION_NUMBER
ColumnUNIT_CODE
Columns
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
Query Text

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;

Dependencies

[top of page]

IGS.IGS_PS_UNIT_LOCATION does not reference any database object

IGS.IGS_PS_UNIT_LOCATION is referenced by following:

SchemaAPPS
SynonymIGS_PS_UNIT_LOCATION