[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PS_USO_INSTRCTRS |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PS_USO_INSTRCTRS
|
| Subobject Name: | |
| Status: | VALID |
This table contains information about all Unit Section Occurrence Instructors
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PS_USO_INSTRCTRS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
USO_INSTRUCTOR_ID
|
| IGS_PS_USO_INSTRCTRS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
UNIT_SECTION_OCCURRENCE_ID
INSTRUCTOR_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| USO_INSTRUCTOR_ID | NUMBER | (10) | Yes | Unit Section Occurrence Instructor Sequence ID |
| UNIT_SECTION_OCCURRENCE_ID | NUMBER | (10) | Yes | Unit Section Occurrence ID |
| INSTRUCTOR_ID | NUMBER | (15) | Yes | Person ( Instructor ) ID |
| 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 USO_INSTRUCTOR_ID
, UNIT_SECTION_OCCURRENCE_ID
, INSTRUCTOR_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PS_USO_INSTRCTRS;
IGS.IGS_PS_USO_INSTRCTRS does not reference any database object
IGS.IGS_PS_USO_INSTRCTRS is referenced by following:
APPS
IGS_PS_USO_INSTRCTRS
|
|
|
|